f2d917ed2e
When using a ruleset with a relative path in buildOptions, csc can't find the file because it is not working in the same directory as the project. Fix #2710
6 lines
No EOL
273 B
XML
6 lines
No EOL
273 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RuleSet Name="New Rule Set" Description=" " ToolsVersion="14.0">
|
|
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
|
|
<Rule Id="CA1018" Action="Hidden" />
|
|
</Rules>
|
|
</RuleSet> |