Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我dotnet test --filter "Category=rda"在本地 PC 上运行时,dos 终端会输出所有日志记录。如果我在其中一台服务器上运行相同的程序,则不会输出任何日志。我该如何解决
dotnet test --filter "Category=rda"
我添加了--logger:"console;verbosity=detailed"
--logger:"console;verbosity=detailed"