| 123456789101112 |
- <?xml version="1.0" encoding="utf-8"?>
- <RuleSet Name="Rules for AzureAD tests" Description="Code analysis rules for AzureAD tests" ToolsVersion="15.0">
- <Include Path="..\..\..\eng\AllRulesDisabled.ruleset" Action="Default" />
- <Rules AnalyzerId="xunit.analyzers" RuleNamespace="xunit.analyzers">
- <!--
- This code is produced when theory parameters that are unused. Normally, this is a warning which causes our build to fail.
- -->
- <Rule Id="xUnit1026" Action="Info" />
- </Rules>
- </RuleSet>
|