ErrorProne.NET icon indicating copy to clipboard operation
ErrorProne.NET copied to clipboard

Add a "Getting Started" section to the README

Open bzaar opened this issue 6 years ago • 1 comments

How does one use this thing? Is it a Visual Studio extension? A "Getting Started" section would be useful.

bzaar avatar Aug 12 '18 13:08 bzaar

I believe dding the following to your projects should be enough:

  <PropertyGroup>
    <RunCodeAnalysis>True</RunCodeAnalysis>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="ErrorProne.NET" Version="0.1.5898.41180" />
    <PackageReference Include="ErrorProne.NET.Structs" Version="0.1.0" />
  </ItemGroup>

OmarTawfik avatar Aug 12 '18 21:08 OmarTawfik