Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Rules that support suppressing diagnostics from other rules.
| Identifier | Name | Description |
|---|---|---|
| MSTEST0027 | UseAsyncSuffixTestMethodSuppressor | Suppress the VSTHRD200: Use Async suffix for async methods diagnostic for all test methods as they are not required to follow the naming convention. |
| MSTEST0028 | UseAsyncSuffixTestFixtureMethodSuppressor | Suppress the VSTHRD200: Use Async suffix for async methods diagnostic for all test fixture methods as they are not required to follow the naming convention. |
| MSTEST0033 | NonNullableReferenceNotInitializedSuppressor | Suppress the CS8618: Non-nullable variable must contain a non-null value when exiting constructor. Consider declaring it as nullable. diagnostic for the TestContext property as its value is always initialized by the MSTest framework. |
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.