Skip to content
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

Configure AppHost templates with a user secrets ID #2623

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

DamianEdwards
Copy link
Member

@DamianEdwards DamianEdwards commented Mar 4, 2024

Fixes #2438

Microsoft Reviewers: Open in CodeFlow

@@ -20,6 +20,9 @@
"identity": "Aspire.AppHost.CSharp.8.0",
"thirdPartyNotices": "https://aka.ms/aspire/1.0-third-party-notices",
"groupIdentity": "Aspire.AppHost",
"guids": [
"98048C9C-BF28-46BA-A98E-63767EE5E3A8"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a fixed guid? Or does it generate one?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The template engine replaces all guids in this list with new ones. See https://github.com/dotnet/templating/wiki/Reference-for-template.json#guids

@DamianEdwards DamianEdwards merged commit 3df3a6a into main Mar 4, 2024
8 checks passed
@DamianEdwards DamianEdwards deleted the damianedwards/template-2438 branch March 4, 2024 19:07
@github-actions github-actions bot locked and limited conversation to collaborators Apr 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create the AppHost template with a default user secrets id
3 participants