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
Here's the documentation:
https://github.com/microsoft/vstest/blob/main/docs/report.md#acquisition
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