No Suggestion For IsAssignableFrom and IsNotAssignableFrom
sahin52 opened this issue · 1 comments
sahin52 commented
Hello,
When I use latest NUnit.Analyzers V4.2.0, I don't get any suggestion for
Assert.IsNotAssignableFrom<RedirectResult>(a);
But when I install NUnit V4.1.0, I am getting error for this line:
'Assert' does not contain a definition for 'IsNotAssignableFrom'
I think that should be fixed