https://github.com/thomaslevesque/generatecsharperrors
Just a small program to generate the full list of C# errors and warnings
https://github.com/thomaslevesque/generatecsharperrors
Last synced: 10 months ago
JSON representation
Just a small program to generate the full list of C# errors and warnings
- Host: GitHub
- URL: https://github.com/thomaslevesque/generatecsharperrors
- Owner: thomaslevesque
- License: mit
- Created: 2017-05-10T19:10:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T00:00:42.000Z (about 3 years ago)
- Last Synced: 2025-03-27T10:37:27.069Z (about 1 year ago)
- Language: C#
- Size: 270 KB
- Stars: 37
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Just a small program to generate the [full list of C# errors and warnings](CSharpErrorsAndWarnings.md). The list is extracted from the [Roslyn repository](https://github.com/dotnet/roslyn) 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
```