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 is 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.Net tests. Last modified: 08 March 2021