-
Notifications
You must be signed in to change notification settings - Fork 533
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
Use ApplicationStatus health check in ServiceDefaults #7151
Use ApplicationStatus health check in ServiceDefaults #7151
Conversation
@dotnet-policy-service agree |
Requires |
You've only added it to Playground. You'll need to update the templates themselves. |
I've kicked off this mirroring request and will re-run the pipelines once it completes. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
...ire-empty/8.2/AspireApplication.1.ServiceDefaults/AspireApplication.1.ServiceDefaults.csproj
Outdated
Show resolved
Hide resolved
...ire-empty/8.2/AspireApplication.1.ServiceDefaults/AspireApplication.1.ServiceDefaults.csproj
Outdated
Show resolved
Hide resolved
Thanks, will address your comments and push new changes. |
...ire-empty/8.2/AspireApplication.1.ServiceDefaults/AspireApplication.1.ServiceDefaults.csproj
Outdated
Show resolved
Hide resolved
...rojectTemplates/templates/aspire-empty/8.2/AspireApplication.1.ServiceDefaults/Extensions.cs
Outdated
Show resolved
Hide resolved
...rojectTemplates/templates/aspire-empty/9.0/AspireApplication.1.ServiceDefaults/Extensions.cs
Outdated
Show resolved
Hide resolved
src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/8.2/Aspire.ServiceDefaults1.csproj
Outdated
Show resolved
Hide resolved
src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/8.2/Extensions.cs
Outdated
Show resolved
Hide resolved
src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/9.0/Extensions.cs
Outdated
Show resolved
Hide resolved
...lates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.ServiceDefaults/Extensions.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some things to address in comments.
fd61917
to
6da0cdf
Compare
...rojectTemplates/templates/aspire-empty/9.0/AspireApplication.1.ServiceDefaults/Extensions.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks!
Description
Replaces the default "live" health check in the ServiceDefaults templates with the
ApplicationStatus
health check from theAspNetCore.HealthChecks.ApplicationStatus
package.Fixes #4110
Checklist
<remarks />
and<code />
elements on your triple slash comments?breaking-change
template):doc-idea
template):