JetBrains Fleet
 

Code inspections in C#

Last modified: 11 July 2024

JetBrains Fleet provides over a thousand code inspections in C# . These inspections are applied to detect and highlight code issues in design time in all opened files .

Code inspections can be divided into the following groups:

  • Inspections with the fixed severity level 'Error'. These inspections detect compiler errors and there is no way to disable or configure them.

  • Inspections with configurable severity levels, which detect the rest of code issues (for example, compiler warnings, runtime and logical errors, code smells, redundancies, improvement suggestions, and so on). These inspections can be configured — you can disable them or change their severity level in .editorconfig files.

You can find all configurable code inspections in the List of code inspections in C#.