File tree Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
1
2
<RuleSet Name =" Default rules for all MesserliOne projects" ToolsVersion =" 10.0" >
2
3
<Include Path =" Disposable\Default.ruleset" Action =" Default" />
3
4
<Include Path =" StyleCop\Default.ruleset" Action =" Default" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
1
2
<RuleSet Name =" Rules for IDisposable Analyzers" ToolsVersion =" 10.0" >
2
3
<Rules AnalyzerId =" IDisposableAnalyzers.Correctness" RuleNamespace =" IDisposableAnalyzers.Correctness" >
3
4
<Rule Id =" IDISP001" Action =" Error" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
1
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
3
<PropertyGroup >
3
4
<CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)Default.ruleset</CodeAnalysisRuleSet >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
1
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
3
<PropertyGroup >
3
4
<NoWarn >$(NoWarn),1591</NoWarn >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
1
2
<RuleSet Name =" StyleCop rules" ToolsVersion =" 10.0" >
2
3
<Include Path =" DisableAll.ruleset"
3
4
Action =" Default" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
1
2
<RuleSet Name =" Disable all Stylecop rules" ToolsVersion =" 10.0" >
2
3
<Rules AnalyzerId =" StyleCop.Analyzers" RuleNamespace =" StyleCop.Analyzers" >
3
4
<Rule Id =" SA0001" Action =" None" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
1
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
3
<Import Project =" $(MSBuildThisFileDirectory)..\build\$(MSBuildThisFile)" />
3
4
</Project >
Original file line number Diff line number Diff line change 8
8
Add the following import to your ` csproj ` or ` Directory.Build.props ` :
9
9
10
10
``` xml
11
+ <?xml version =" 1.0" encoding =" utf-8" ?>
11
12
<Project >
12
13
<ItemGroup >
13
14
<PackageReference Include =" Messerli.CodeStyle" Version =" 1.0.0" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments