Automatically find latent bugs in your code with .NET 5

  • Home
  • Automatically find latent bugs in your code with .NET 5
banner

Automatically find latent bugs in your code with .NET 5

Starting with .NET 5, we’re introducing what we’re calling AnalysisLevel in the C# compiler to introduce warnings for these patterns in a safe way. The default Analysis Level for all projects targeting .NET 5 will be set to 5, meaning that more warnings (and suggestions to fix them) will be introduced.

Latest Posts