build 0.0.3 #24
release.yml
on: push
create_release_job
52s
Matrix: build_and_upload
Annotations
1 error and 11 warnings
|
create_release_job
Process completed with exit code 1.
|
|
create_release_job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
create_release_job:
ConvertApi.Cli/Program.cs#L161
Possible null reference argument for parameter 'boundary' in 'MultipartReader.MultipartReader(string boundary, Stream stream)'.
|
|
create_release_job:
ConvertApi.Cli/Program.cs#L165
Converting null literal or possible null value to non-nullable type.
|
|
create_release_job:
ConvertApi.Cli/Program.cs#L170
Dereference of a possibly null reference.
|
|
create_release_job:
ConvertApi.Cli/Program.cs#L171
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
create_release_job:
ConvertApi.Cli.Tests/DirectCallTests.cs#L160
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)
|