C
C#2mo ago
PixxelKick

Installing a testlogger/adapter system wide on linux?

Anyone know the right place to install *.testlogger.dll files on linux? My which dotnet points me to ~/.dotnet/, so I've installed my dll at ~/.dotnet/sdk/8.0.203/Extensions/clogger.testlogger.dll However when I run dotnet test --logger clogger I get:
Could not find a test logger with AssemblyQualifiedName, Uri or FriendlyName 'clogger'
Note: if I put the dll in the project bin output it works fine, so the dll is intact, it's just not working in the Extensions folder :/
1 Reply
PixxelKick
PixxelKick2mo ago
GitHub
vstest/docs/report.md at main · microsoft/vstest
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console. - microsoft/vstest