You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RetryAttribute derives from PropertyAttribute and passes the retry count to the base as the property to set which is never used. This sets unneeded properties on the test and will end up creating odd categories in test runners like Visual Studio.
The
RetryAttribute
derives fromPropertyAttribute
and passes the retry count to the base as the property to set which is never used. This sets unneeded properties on the test and will end up creating odd categories in test runners like Visual Studio.This attribute should probably just derive from
NUnitAttribute
The text was updated successfully, but these errors were encountered: