roslyn-analyzers
roslyn-analyzers copied to clipboard
PH2012: Test Timeout not respecting configured Categories
Test Timeout allows configuration of allowed values on a per-category basis. e.g.,
dotnet_code_quality.PH2012.Unit = TestTimeouts.CiAppropriate,TestTimeouts.CiAcceptable
dotnet_code_quality.PH2012.Integration = TestTimeouts.Integration
These seem to be ignored. If the analyzer is enabled, it just requires a Timeout value (of anything).