Skip to content

update release notes for Autofac and MS DI #531

update release notes for Autofac and MS DI

update release notes for Autofac and MS DI #531

Triggered via push April 29, 2024 13:51
Status Success
Total duration 1m 24s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: 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#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#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)
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: 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/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)