build 0.0.6 #28
release.yml
on: push
create_release_job
21s
Matrix: build_and_upload
Annotations
1 error and 10 warnings
|
create_release_job
Process completed with exit code 1.
|
|
create_release_job:
ConvertApi.Cli/Program.cs#L169
Possible null reference argument for parameter 'boundary' in 'MultipartReader.MultipartReader(string boundary, Stream stream)'.
|
|
create_release_job:
ConvertApi.Cli/Program.cs#L173
Converting null literal or possible null value to non-nullable type.
|
|
create_release_job:
ConvertApi.Cli/Program.cs#L178
Dereference of a possibly null reference.
|
|
create_release_job:
ConvertApi.Cli/Program.cs#L179
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
create_release_job:
ConvertApi.Cli.Tests/DirectCallTests.cs#L137
Cannot convert null literal to non-nullable reference type.
|
|
create_release_job:
ConvertApi.Cli.Tests/ContentDispositionHeaderValueTests.cs#L20
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
|
|
create_release_job:
ConvertApi.Cli.Tests/ContentDispositionHeaderValueTests.cs#L21
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
|
|
create_release_job:
ConvertApi.Cli.Tests/CliTests.cs#L29
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
|
|
create_release_job:
ConvertApi.Cli.Tests/ContentDispositionHeaderValueTests.cs#L36
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
|
|
create_release_job:
ConvertApi.Cli.Tests/CliTests.cs#L41
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
|