NuGet package creates addins file and copy it to output folder, so nunit engine recognizes agent as addin. It would be nice if package allows to consider current test assembly as addin. This way allows to make specify user's addins as unnecessary if assembly contains reporting customization.
So user will be able to apply reporting customization and don't worry about how to say about it to nunit engine.
NuGet package creates
addins
file and copy it to output folder, so nunit engine recognizes agent as addin. It would be nice if package allows to consider current test assembly as addin. This way allows to make specify user's addins as unnecessary if assembly contains reporting customization.So user will be able to apply reporting customization and don't worry about how to say about it to nunit engine.