Skip to content

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

License

Notifications You must be signed in to change notification settings

thomaslevesque/GenerateCSharpErrors

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages