How to load env vars from .env before running C# tests through VS Code
I am trying to get rid of the .runsettings
file which I have in my project repo and keep all my config variables in a single .env
file.
I am trying to get rid of the .runsettings
file which I have in my project repo and keep all my config variables in a single .env
file.