I have followed the instructions as per the Microsoft Documentation.
the secrets are not loading for some reason. I'm MacOS using Visual Studio
I tried adding manually using builder.Configuration.AddUserSecrets<Program>();
I have followed the instructions as per the Microsoft Documentation.
the secrets are not loading for some reason. I'm MacOS using Visual Studio
I tried adding manually using builder.Configuration.AddUserSecrets<Program>();
It was my mistake, I had a typo. Everything is working fine. I did not have to make any changes