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

Remove the last ToBeRemoved component! #4278

Merged
merged 1 commit into from
Aug 11, 2023
Merged

Remove the last ToBeRemoved component! #4278

merged 1 commit into from
Aug 11, 2023

Conversation

geeknoid
Copy link
Member

@geeknoid geeknoid commented Aug 11, 2023

null

Microsoft Reviewers: Open in CodeFlow

@geeknoid geeknoid requested a review from joperezr August 11, 2023 21:26
@ghost ghost assigned geeknoid Aug 11, 2023
@@ -30,7 +29,7 @@ public static IHealthChecksBuilder AddResourceUtilizationHealthCheck(this IHealt
_ = Throw.IfNull(builder);
_ = Throw.IfNull(tags);

_ = builder.Services.AddValidatedOptions<ResourceUtilizationHealthCheckOptions, ResourceUtilizationHealthCheckOptionsValidator>();
_ = builder.Services.AddOptionsWithValidateOnStart<ResourceUtilizationHealthCheckOptions, ResourceUtilizationHealthCheckOptionsValidator>();
Copy link
Member

Choose a reason for hiding this comment

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

Assuming customers will also have to adapt for these sorts of changes, I wonder if this is something that UpgradeAssistant supports as well (meaning mapping static methods, since what we've done so far is mapping NuGet packages and renamed types) cc @RussKie

Copy link
Member

Choose a reason for hiding this comment

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

This is not the only API rename :)
My understanding is that the .NET UA supports such conversions.

Copy link
Member

@joperezr joperezr left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for thaking care of this @geeknoid! 😃

@geeknoid geeknoid merged commit 7c322ad into main Aug 11, 2023
6 checks passed
@geeknoid geeknoid deleted the geeknoid/vos branch August 11, 2023 21:59
@ghost ghost added this to the 8.0 RC1 milestone Aug 11, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Sep 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants