标签: c# .net .net-core xunit
xUnit放弃了对dotnet xunit软件包(release notes)的支持。 我正在使用IOutputHelper和dotnet xunit在.NET Core 2.1项目和2.1.5运行时版本的测试执行期间将消息写入控制台。
dotnet xunit
IOutputHelper
除此以外,使用dotnet test --verbosity detailed的测试用例没有任何输出。我如何看到IOutputHelper的输出?
dotnet test --verbosity detailed