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

Add rule to detect calls to TestContext.Write methods and CodeFix to replace usages with Out.Write #770

Closed
manfred-brands opened this issue Jul 21, 2024 · 0 comments · Fixed by #772
Assignees
Milestone

Comments

@manfred-brands
Copy link
Member

We want to remove the Write method on TestContext which are just wrappers around the Out property.
To do this we need an analyzer rule with a code fix to detect usages and replace them with TestContext.Out.Write

See nunit/nunit#4762

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