nunit / nunit3-vs-adapter

NUnit 3.0 Visual Studio test adapter for use under VS 2012 or later
https://nunit.org
MIT License
203 stars 105 forks source link

ConsoleOut=1 should be default #1110

Closed OsirisTerje closed 6 months ago

OsirisTerje commented 1 year ago

ConsoleOut = 2 is now default, but that means Standard console output is converted to Warnings. That made sense many years ago, but now that dotnet and VS are in a better shape, so we can set 1 as the default.

See #1102