Skip to content

Updates (#14)

Updates (#14) #68

Triggered via push January 17, 2024 23:13
Status Success
Total duration 6m 51s
Artifacts
Matrix: Analyse
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyse (csharp): test/QuickCompareTests/ViewCompareTests.cs#L71
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)
Analyse (csharp): test/QuickCompareTests/ViewCompareTests.cs#L48
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)
Analyse (csharp): test/QuickCompareTests/UserTypeCompareTests.cs#L27
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)
Analyse (csharp): test/QuickCompareTests/ViewCompareTests.cs#L26
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)
Analyse (csharp): test/QuickCompareTests/UserTypeCompareTests.cs#L49
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)
Analyse (csharp): test/QuickCompareTests/UserTypeCompareTests.cs#L72
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)
Analyse (csharp): test/QuickCompareTests/TriggerCompareTests.cs#L30
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)
Analyse (csharp): test/QuickCompareTests/TriggerCompareTests.cs#L58
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)
Analyse (csharp): test/QuickCompareTests/TriggerCompareTests.cs#L87
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)
Analyse (csharp): test/QuickCompareTests/TableCompareTests.cs#L29
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)
Analyse (csharp)
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby