DEV Community

Atipparaju
Atipparaju

Posted on

User secrets management in .net core 3.1

Is there any way we can use the user secrets created/stored in a common library (.net Core 3.1)across multiple projects in the same solution?
Here is the scenario:
Solution A has Projects AA, AB, AC and a Common Library (CL) project. AA, AB, AC are API projects. I have User Secrets in CL project which I want to access in AA, AB, AC at run time.
Framework: .Net Core 3.1

Top comments (0)