fix(csharp): Replace Console.WriteLine with more appropriate tracing stream
Open
- Dominant language
- C#
- Stars
- 627
- Forks
- 217
- Avg merge
- 17h
- Merged PRs (30d)
- 57
Description
Replace the use of `Console.WriteLine` with more appropriate tracing stream.
* In tests use the `Xunit.Abstractions.ITestOutputHelper`
* In driver code use [ILogger](https://learn.microsoft.com/en-us/dotnet/core/extensions/logging?tabs=command-line), `Debug` or other tracing stream.
Contributor guide
Assessment
This issue has not been assessed yet.