Upgrade Nuget #119
Annotations
21 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test:
XUnitTest/JsonEncoderTests.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test:
XUnitTest/JsonEncoderTests.cs#L80
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test:
XUnitTest/ApiHelperTest.cs#L336
Public method 'ProcessResponse_DingTalk' on test class 'ApiHelperTest' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
Test:
XUnitTest/ApiTest.cs#L61
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Test:
XUnitTest/ApiDownTests.cs#L52
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Test:
XUnitTest/ApiTest.cs#L75
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Test:
XUnitTest/ApiHttpClientTests.cs#L46
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Test:
XUnitTest/ApiHttpClientTests.cs#L57
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Test:
XUnitTest/ApiTest.cs#L100
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Test:
XUnitTest/ApiTest.cs#L115
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build:
Demo/Program.cs#L54
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
XUnitTest/JsonEncoderTests.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
XUnitTest/JsonEncoderTests.cs#L80
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
XUnitTest/ApiHelperTest.cs#L336
Public method 'ProcessResponse_DingTalk' on test class 'ApiHelperTest' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
Build:
XUnitTest/ApiTest.cs#L61
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build:
XUnitTest/ApiDownTests.cs#L52
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build:
XUnitTest/ApiTest.cs#L75
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build:
XUnitTest/ApiTest.cs#L100
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build:
XUnitTest/ApiTest.cs#L115
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build:
XUnitTest/ApiTest.cs#L140
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Loading