dotnet / scenario-tests

Scenario testing for installed .NET Core SDKs
MIT License
5 stars 7 forks source link

Use OutputHelper instead of Console #69

Closed mthalman closed 6 months ago

mthalman commented 6 months ago

DotNetSdkHelper is writing directly to the console for various messages. This produces unnecessary noise in the console when running the tool and is not captured in the log. It should be writing to OutputHelper instead.