Skip to content

C# and .NET Errors

5 articles in this category

C# and .NET errors usually surface at runtime even when the project compiles cleanly. Enabling nullable reference types (Nullable=enable in your .csproj) catches half of them at compile time — start there if you are not already on board.

Recommended starting points:

All articles (5)

Browse other categories