-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AddParameter(...) #2005
AddParameter(...) #2005
Conversation
Also delete WithReference(ConnectionString) |
src/Aspire.Hosting/Extensions/ParameterResourceBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
src/Aspire.Hosting/Extensions/ParameterResourceBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
Still a work in progress. Manifest does not presently generate correctly. |
@davidfowl latest PR does some fairly major stuff in terms of changing the way connection strings work so that a context variable is passed in as well as there being a global execution context (this is the beginning of avoiding having to interpret the --publisher switch. I started pulling a thread here and this is where I've ended up. It might end up being too big and I need to back out of it but I think it is worth exploring still. |
Why is that change required? |
Gather around for an epic tale :) Why
|
... the other thing I am toying with is getting rid of the |
d149992
to
07234d2
Compare
Reverted to an earlier commit. Exploration of this idea is on this branch where we can refer back to it if/when we want to tackle this issue: https://github.com/dotnet/aspire/tree/mitchdenny/apply-connectionstring-exploration |
* Add Parameter
Fixes #1958
Microsoft Reviewers: Open in CodeFlow