Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
361 stars 115 forks source link

Change readme instructions to initialize user secrets from command line #281

Closed asanjabi closed 1 year ago

asanjabi commented 1 year ago

Describe the bug Current instructions ask user to open the .sln file to initialize user secrets. Doing this from command line using dotnet user-secrets init would work for more environments. It can be added to the getSecretsForLocalDev script also, or omitted if the UserSecret tag is already set in the project files.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

KSchlobohm commented 1 year ago

migrated to 1852564