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 doesn't apply trivia correctly #783

Closed
manfred-brands opened this issue Sep 12, 2024 · 0 comments · Fixed by #782
Closed

NUnit2007 doesn't apply trivia correctly #783

manfred-brands opened this issue Sep 12, 2024 · 0 comments · Fixed by #782
Milestone

Comments

@manfred-brands
Copy link
Member

Appyling NUnit2007 on

Assert.AreEqual(Environment.ProcessorCount,
    1);

would give

Assert.AreEqual(    1,
Environment.ProcessorCount);
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