aspnetcore/src/Azure/AzureAD/AzureAD.ruleset

9 lines
434 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Rules for AzureAD tests" Description="Code analysis rules for AzureAD tests" ToolsVersion="15.0">
<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>