update docs #541
Annotations
11 warnings
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test:
CommandDotNet.NewerReleasesAlerts/AlertOnNewerReleaseMiddleware.cs#L104
Possible null reference assignment.
|
test:
CommandDotNet.TestTools/AssertFailedException.cs#L15
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
test:
CommandDotNet.TestTools/AssertFailedException.cs#L15
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
test:
CommandDotNet.NewerReleasesAlerts/AlertOnNewerReleaseMiddleware.cs#L104
Possible null reference assignment.
|
test:
CommandDotNet.Tests/FeatureTests/ClassCommands/SubCommandTests.cs#L55
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
test:
CommandDotNet.Tests/FeatureTests/Arguments/Options_Name_Tests.cs#L56
Null should not be used for type parameter 'longName' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
test:
CommandDotNet.Tests/FeatureTests/Arguments/Options_Name_Tests.cs#L57
Null should not be used for type parameter 'longName' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
test:
CommandDotNet.Tests/UnitTests/Extensions/ArgumentExtensionTests.cs#L25
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
test:
CommandDotNet.Tests/UnitTests/Extensions/ArgumentExtensionTests.cs#L26
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
test:
CommandDotNet.Tests/UnitTests/Extensions/ArgumentExtensionTests.cs#L48
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|