Modify test. #18
Annotations
1 error and 12 warnings
.NET test
Process completed with exit code 1.
|
.NET test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
.NET test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
.NET test:
OrangeCabinet/OcUtils.cs#L61
The variable 'e' is declared but never used
|
.NET test:
OrangeCabinet/OcUtils.cs#L61
The variable 'e' is declared but never used
|
.NET test:
OrangeCabinet/OcUtils.cs#L61
The variable 'e' is declared but never used
|
.NET test:
OrangeCabinet.Tests/TestSimple.cs#L18
Dereference of a possibly null reference.
|
.NET test:
OrangeCabinet.Tests/TestSimpleV6.cs#L18
Dereference of a possibly null reference.
|
.NET test:
OrangeCabinet.Tests/TestClient.cs#L46
Unboxing a possibly null value.
|
.NET test:
OrangeCabinet.Tests/TestSimpleAsync.cs#L18
Dereference of a possibly null reference.
|
.NET test:
OrangeCabinet.Tests/TestClient.cs#L70
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)
|
.NET test:
OrangeCabinet.Tests/TestSimpleAsync.cs#L18
Dereference of a possibly null reference.
|
.NET test:
OrangeCabinet.Tests/TestSimple.cs#L18
Dereference of a possibly null reference.
|