Disable xUnit1028

This commit is contained in:
Cody Robibero 2023-09-01 09:35:48 -06:00
parent 86380da8c6
commit 35a9feaf70
1 changed files with 6 additions and 0 deletions

View File

@ -19,4 +19,10 @@
<!-- CA2234: Pass system uri objects instead of strings -->
<Rule Id="CA2234" Action="Info" />
</Rules>
<!-- xUnit -->
<Rules AnalyzerId="xUnit" RuleNamespace="xUnit">
<!-- Test methods must have a supported return type. -->
<Rule Id="xUnit1028" Action="None" />
</Rules>
</RuleSet>