Code inspection index
In this section, you will find all JetBrains Rider's proprietary code inspections, any of which you can disable or change its severity level.
These code inspections help you detect code issues in design time in all open files, and additionally they allow you to find code issues in specific scope. Topics in this section group code inspections by language:
- Code Inspections in C#
- Code Inspections in VB.NET
- Code Inspections in C++
- Code Inspections in XAML
- Code Inspections in ASP.NET
- Code Inspections in Razor
- Code Inspections in Resource files
New code inspections in 2026.2 EAP 9
New inspections in C#
New inspections in C++
clang-diagnostic-experimental-lifetime-safety-cross-tu-suggestions
clang-diagnostic-experimental-lifetime-safety-intra-tu-suggestions
clang-diagnostic-unsafe-buffer-usage-in-unique-ptr-array-access
cppcoreguidelines-pro-bounds-avoid-unchecked-container-access
Designated initializers can be used
Discarded 'if constexpr' branch
Entity can have internal linkage
Overriding function visibility differs from the base function
Qualified name refers to a member overridden in a subclass