Maintain code quality of unit tests
One of the most powerful JetBrains Rider features — code inspection — comes in handy when you write unit tests. In addition to hundreds of general-purpose inspections, there are also a number of dedicated inspections that target problems specific to unit tests:
NUnit (30 inspections)
These inspections detect code issues related to NUnit tests.
Xunit (1 inspection)
These inspections detect code issues related to xUnit tests.
10 August 2026