10 lines
464 B
XML
10 lines
464 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RuleSet Name="FxCop rules for ASP.NET Web Stack" Description="This rule set contains the rules for ASP.NET Web Stack." ToolsVersion="10.0">
|
|
<RuleHintPaths>
|
|
<Path>..\packages\Microsoft.Web.FxCop</Path>
|
|
</RuleHintPaths>
|
|
<IncludeAll Action="Error" />
|
|
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
|
|
<Rule Id="CA1062" Action="None" />
|
|
</Rules>
|
|
</RuleSet> |