-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Crossplatform ResourceUpdater #34394
Crossplatform ResourceUpdater #34394
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
257b785
to
8d0ee4f
Compare
ResourceUpdater.IsSupportedOS() will always return true since dotnet/runtime#89303
8d0ee4f
to
5d5e759
Compare
@dotnet/domestic-cat ready for review |
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.
This looks good to me from the runtime side of consuming HostWriter. @dotnet/domestic-cat could someone take a look?
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! 👍
Add e2e test for dotnet/runtime#89303.
Remove ResourceUpdater.IsSupported guard