We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
When I use latest NUnit.Analyzers V4.2.0, I don't get any suggestion for Assert.IsNotAssignableFrom<RedirectResult>(a);
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'
'Assert' does not contain a definition for 'IsNotAssignableFrom'
I think that should be fixed
The text was updated successfully, but these errors were encountered:
The work will be done as part of #790
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: