Back to Xunit

xUnit0000

site/xunit.analyzers/rules/_stub.md

latest507 B
Original Source

Cause

A concise-as-possible description of when this rule is violated. If there's a lot to explain, begin with "A violation of this rule occurs when..."

Reason for rule

[Explain why the user should care about the violation.]

How to fix violations

To fix a violation of this rule, [describe how to fix a violation].

Examples

Violates

csharp
// Example(s) of code that violates the rule.

Does not violate

csharp
// Example(s) of code that does not violate the rule.