feat(*): Add stylecop for better linting

This commit is contained in:
Josh Creek
2021-08-29 22:48:51 +01:00
parent 803d0ec1f5
commit 2739a6e642
3 changed files with 77 additions and 0 deletions
+15
View File
@@ -4,4 +4,19 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="GlobalSuppressions.cs" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="GlobalSuppressions.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>