Currently there is only one way how user is able to say where nunit-console should find extensions. This is via *.addins file. What if user will be able to install extension via nuget into tests project and that's all what is required from user.
I propose to extend nunit-console and try to search extensions in the directory where user's tests dll is located. It would be default behavior.
Currently there is only one way how user is able to say where
nunit-consoleshould find extensions. This is via*.addinsfile. What if user will be able to install extension via nuget into tests project and that's all what is required from user.I propose to extend nunit-console and try to search extensions in the directory where user's tests dll is located. It would be default behavior.