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
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)