Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
| Property | Value |
|---|---|
| Rule ID | MSTEST0043 |
| Title | Use retry attribute on test method |
| Category | Usage |
| Fix is breaking or non-breaking | Non-breaking |
| Enabled by default | Yes |
| Default severity | Warning (escalated to Error when setting MSTestAnalysisMode to Recommended or All) |
| Introduced in version | 3.9.0 |
| Is there a code fix | No |
Cause
A method has an attribute that derives from RetryBaseAttribute and does not have an attribute that derives from TestMethodAttribute.
Rule description
RetryBaseAttribute only applies to test methods.
How to fix violations
Add TestMethodAttribute to the method, or remove the RetryBaseAttribute.
When to suppress warnings
Do not suppress a warning from this rule.
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.