-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Using Assert.Ignore() returns exception #430
Milestone
Comments
@fdfey I'll try to get a new release out this weekend. Probably tomorrow. |
Duplicate of #420 |
@fdfey We have a minor issue blocking the release, so the release has been delayed until this is resolved. |
no worries, I already used the workaround, thanks for let me know! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error AD0001: Analyzer 'NUnit.Analyzers.UseAssertMultiple.UseAssertMultipleAnalyzer' threw an exception of type 'System.IndexOutOfRangeException' with message 'Index was outside the bounds of the array.'
when using:
Assert.Ignore();
changing to:
Assert.Ignore("Ignored");
it fixes
Version 3.3.0
.NET SDK 6.0
The text was updated successfully, but these errors were encountered: