Skip to content

Instantly share code, notes, and snippets.

View gbtb's full-sized avatar
🛠️
Fixing stuff along the Nix way

gbtb

🛠️
Fixing stuff along the Nix way
View GitHub Profile
@gbtb
gbtb / CSharpErrorsAndWarnings.md
Created October 24, 2025 06:13 — forked from thomaslevesque/CSharpErrorsAndWarnings.md
All C# errors and warnings. NOTE: this list is out of date. See https://github.com/thomaslevesque/GenerateCSharpErrors/blob/master/CSharpErrorsAndWarnings.md for a more recent version

All C# errors and warnings

Parsed from the Roslyn source code using Roslyn.

Code Severity Message
CS0006 Error Metadata file '{0}' could not be found
CS0009 Fatal Metadata file '{0}' could not be opened -- {1}
CS0012 Error The type '{0}' is defined in an assembly that is not referenced. You must add a reference to assembly '{1}'.
CS0016 Error Could not write to output file '{0}' -- '{1}'