You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project I am interacting with the database and I am using a .json config file to configure my connectionString. When gauge is ran it does not pick up this file automatically which causes my program not to run. I do understand that gauge also keeps a copy of my project locally as well which means I have to manually copy the appSettings config to C:\Users\User\AppData\Roaming\gauge\plugins\dotnet\0.7.2\bin\net8.0 and if I do update my connection strings it means I have to manually update the config file in this directory as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In my project I am interacting with the database and I am using a .json config file to configure my connectionString. When gauge is ran it does not pick up this file automatically which causes my program not to run. I do understand that gauge also keeps a copy of my project locally as well which means I have to manually copy the appSettings config to C:\Users\User\AppData\Roaming\gauge\plugins\dotnet\0.7.2\bin\net8.0 and if I do update my connection strings it means I have to manually update the config file in this directory as well.
Beta Was this translation helpful? Give feedback.
All reactions