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
@fabianoliver I cannot reproduce this locally with the newest analyzers and it should be fixed by #663 (so in version 4). Also, we have a test that is quite similar in the codebase
My best guess is that VS (if you are running the tests with VS) has cached an old version of the NUnit Analyzers. Can you also reproduce the problem in a fresh project?
I had bumped NUnit.Analyzers to the latest version just a day or two prior to noticing this - I could imagine that the IDE (Rider) may not have reloaded the analyzer properly or so. Have just given it another whirl after clearing caches & co and that does look better now, so probably not an NUnit issue - apologies!
Using Nunit 4.3.2 + NUnit.Analyzers 4.6.0,
results in an analyzer warning:
It looks like the analyzer fails to recognise that the CancellationToken is provided via CancelAfterAttribute
The text was updated successfully, but these errors were encountered: