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 24d5bdc commit a47ae63Copy full SHA for a47ae63
docs/core/testing/mstest-analyzers/mstest0005.md
@@ -36,7 +36,7 @@ A test context property is not following single or multiple points of the requir
36
`TestContext` properties should follow the given layout to be considered valid by MSTest:
37
38
- they should be properties and not fields
39
-- they should be named `TestContext` (case insensitive)
+- they should be named `TestContext` (case sensitive)
40
- they should be `public` (or `internal` if the `[assembly: DiscoverInternals]` assembly attribute is set)
41
- they should not be `static`
42
- they should not be readonly
0 commit comments