thomaslevesque / GenerateCSharpErrors

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About

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

License:MIT License


Languages

Language:C# 99.1%Language:PowerShell 0.4%Language:Shell 0.4%