-
Notifications
You must be signed in to change notification settings - Fork 797
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
Hazelcast healthcheck support #2042
base: master
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree |
@alesebi91 Thanks. Please rebase onto |
Nuget.config
Outdated
<configuration> | ||
<packageSources> | ||
<clear /> | ||
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" /> | ||
<add key="NugetorgProxy" value="https://nexus.cariprpc.it/repository/nuget.org-proxy/index.json" /> |
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.
<add key="NugetorgProxy" value="https://nexus.cariprpc.it/repository/nuget.org-proxy/index.json" /> |
<PropertyGroup> | ||
<TargetFrameworks>net6.0;net7.0</TargetFrameworks> | ||
</PropertyGroup> | ||
|
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.
<PropertyGroup> | |
<TargetFrameworks>net6.0;net7.0</TargetFrameworks> | |
</PropertyGroup> |
Please also add label into |
@dotnet-policy-service agree |
Co-authored-by: Ivan Maximov <[email protected]>
@sungam3r I've fixed all the suggestions, please check the latest push. Thanks |
Thank. Alas there are conflicts again. Please resolve and I'll review/merge. |
What this PR does / why we need it:
This PR is for integrating a package to execute healthchecks on Hazelcast platform:
HealthChecks.Hazelcast
.Which issue(s) this PR fixes: #810
Please reference the issue this PR will close: #810
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
It adds a new NuGet package to manage Hazelcast healthchecks with two registration methods:
AddHazelcast(Action<HazelcastHealthCheckOptions> setup, ...)
AddHazelcast(HazelcastHealthCheckOptions options, ...)
Please make sure you've completed the relevant tasks for this PR, out of the following list: