MSTEST0027: Non-nullable reference not initialized suppressor

Property Value
Rule ID MSTEST0027
Title Suppress VSTHRD200 for test methods
Category Suppressor
Introduced in version 3.5.0

Suppressor description

Suppress the VSTHRD200: Use Async suffix for async methods diagnostic for all test methods as they are not required to follow the naming convention.

When to disable suppressor

You can disable this suppressor if you want to follow the Async suffix pattern also for your test methods.