dotnet / aspire-samples

MIT License
616 stars 178 forks source link

Remove extension helpers, instead use parameters for passwords. #235

Closed IEvangelist closed 4 months ago

IEvangelist commented 4 months ago

Remove extension helpers, instead use parameters:

davidfowl commented 4 months ago

We should be doing 2 things:

  1. Removing the explicit parameters
  2. Explaining to people how to set the built in parameters using user secrets.
IEvangelist commented 4 months ago

Discussed this offline with @davidfowl - closing this in favor of an alternative approach to update the docs, with local-code snippets that tell the story a bit more precisely.