ErrorProne.NET
ErrorProne.NET copied to clipboard
Add a "Getting Started" section to the README
How does one use this thing? Is it a Visual Studio extension? A "Getting Started" section would be useful.
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>