Skip to content

Instantly share code, notes, and snippets.

View sanyae2439's full-sized avatar
🐈
にゃぁ

sanyae2439

🐈
にゃぁ
View GitHub Profile
@thomaslevesque
thomaslevesque / CSharpErrorsAndWarnings.md
Last active June 18, 2024 07:18
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}'