adding xUnit analyser rules and guidelines #2
Annotations
5 errors
Test dotnet 8.0:
csharp/tests/Integration/GetAndSet.cs#L10
Parameter 'integrationTestBase' is unread.
|
Test dotnet 8.0:
csharp/tests/Integration/GetAndSet.cs#L113
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 dotnet 8.0:
csharp/tests/Integration/GetAndSet.cs#L96
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
Test dotnet 8.0:
csharp/tests/Integration/GetAndSet.cs#L113
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
Test dotnet 8.0
Process completed with exit code 1.
|
Loading