Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
manfred-brands committed Aug 9, 2024
1 parent 9501ab8 commit bf26b78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion documentation/NUnit1033.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Besides this being inconsistent, later versions of .NET added new overloads,
Instead of adding more and more dummy wrappers, it was decided that user code should use
the `Out` property and then can use any `Write` overload available on `TextWriter`.


## How to fix violations

Simply insert `.Out` between `TestContext` and `.Write`.
Expand Down

0 comments on commit bf26b78

Please sign in to comment.