We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a97c6c commit 575f724Copy full SHA for 575f724
docs/core/testing/mstest-analyzers/mstest0011.md
@@ -39,6 +39,7 @@ Methods marked with `[ClassCleanup]` should follow the following layout to be va
39
- it should not be generic
40
- it should not take any parameter
41
- return type should be `void`, `Task` or `ValueTask`
42
+- `InheritanceBehavior.BeforeEachDerivedClass` attribute parameter should be specified if the class is `abstract`.
43
44
[!INCLUDE [test-class-rules](includes/test-class-rules.md)]
45
0 commit comments