9 lines
427 B
XML
9 lines
427 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RuleSet Name="Rules for MVC Tests" Description="Code analysis rules for MVC 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> |