Skip to content
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

NUnit2007 does not provide codefix when .Within is used #669

Closed
Laniusexcubitor opened this issue Dec 22, 2023 · 0 comments · Fixed by #670
Closed

NUnit2007 does not provide codefix when .Within is used #669

Laniusexcubitor opened this issue Dec 22, 2023 · 0 comments · Fixed by #670
Milestone

Comments

@Laniusexcubitor
Copy link
Contributor

When having something like this

double expected = 5d;
Assert.That(1d, Is.EqualTo(expected).Within(double.Epsilon));

NUnit2007 warns correctly but no codefix is provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants