Merge pull request #503 from bilal-fazlani/501-remove-GetCurrentClass… #536
Annotations
14 warnings
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
test
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
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.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#L37
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)
|
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/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
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|