AzureAD.ruleset 512 B

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