C# Npgsql #380
Annotations
6 warnings
Validate by-language/csharp-npgsql, Npgsql 8.0.6:
by-language/csharp-npgsql/tests/DemoProgramTest.cs#L78
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)
|
Validate by-language/csharp-npgsql, Npgsql 8.0.6:
by-language/csharp-npgsql/tests/DemoProgramTest.cs#L50
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)
|
Validate by-language/csharp-npgsql, Npgsql 8.0.6:
by-language/csharp-npgsql/tests/DemoProgramTest.cs#L64
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)
|
Validate by-language/csharp-npgsql, Npgsql 8.0.6:
by-language/csharp-npgsql/tests/DemoProgramTest.cs#L53
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)
|
Validate by-language/csharp-npgsql, Npgsql 8.0.6:
by-language/csharp-npgsql/tests/DemoProgramTest.cs#L67
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)
|
Validate by-language/csharp-npgsql, Npgsql 8.0.6:
by-language/csharp-npgsql/tests/DemoProgramTest.cs#L81
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)
|
Loading