'Doppler on local .net debugger

We are implementing Doppler for secure environment variables, but in order to test code we make locally, before we release it, we want to be able to use Doppler in a local setting, so on our debugger.

Our backend is made i .net, so it runs with IIS Express, and while we can run the program local using Doppler run dotnet run we can't attach a debugger to that process (or well, we cant find a process where attaching the debugger works)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source