GenerateCSharpErrors

Just a small program to generate the full list of C# errors and warnings

MIT License

Stars
30

Just a small program to generate the full list of C# errors and warnings. The list is extracted from the Roslyn repository and parsed using Roslyn.

It targets .NET 5.0 and should work on Windows and Linux if you have the .NET 5 SDK installed.

To regenerate the list, just run the generate script:

  • PowerShell:

    > .\generate.ps1
    
  • Bash:

    $ ./generate.sh