File tree Expand file tree Collapse file tree
StyleCop.Analyzers.Status.Generator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <RuleSet Name =" Rules" Description =" " ToolsVersion =" 14.0" >
3+ <Rules AnalyzerId =" Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace =" Microsoft.CodeAnalysis.CSharp.Features" >
4+ <Rule Id =" IDE0001" Action =" Warning" />
5+ <Rule Id =" IDE0003" Action =" None" />
6+ </Rules >
7+ </RuleSet >
Original file line number Diff line number Diff line change 2121 <DefineConstants >DEBUG;TRACE</DefineConstants >
2222 <ErrorReport >prompt</ErrorReport >
2323 <WarningLevel >4</WarningLevel >
24+ <CodeAnalysisRuleSet >Rules.ruleset</CodeAnalysisRuleSet >
2425 </PropertyGroup >
2526 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2627 <PlatformTarget >AnyCPU</PlatformTarget >
118119 <ItemGroup >
119120 <None Include =" App.config" />
120121 <None Include =" packages.config" />
122+ <None Include =" Rules.ruleset" />
121123 </ItemGroup >
122124 <ItemGroup >
123125 <Analyzer Include =" ..\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0-rc2\tools\analyzers\C#\Microsoft.CodeAnalysis.Analyzers.dll" />
You can’t perform that action at this time.
0 commit comments