Hi guys
Currently I have problem setting up Ncrunch in a new project.
It is a blazor project on .net 6 and the customer is using a custome dotnet tool to generate code.
This custom tool is available as a nuget package and needs to be installed with the command "dotnet tool restore".
When I start Ncrunch, i errors that the "dotnet" command is not known. As I found out in the MS docs, the "dotnet tool restore" command is only installing the tool for the current user.
Under which user is ncrunch executed and how can I install the custom tool for this user?
Currently I have the exe file added as "Additional files to include", which does not seem to work...