* Switch a lot of warnings to suggestions until we are able to resolve. * Make stylecop respect more csharp_style rules e.g. csharp_using_directive_placement * Added cheatsheet * Drop sorting requirements for using directives.
8 lines
311 B
XML
8 lines
311 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project>
|
|
<!-- Package references and additional files which are consumed by all projects -->
|
|
<ItemGroup>
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.406" PrivateAssets="all" IsImplicitlyDefined="true" />
|
|
</ItemGroup>
|
|
</Project>
|