-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Change contentType
parameter in GetSupportedContentTypes
to nullable
#63040
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
Conversation
84bbcd2
to
d8f1415
Compare
@captainsafia How can I fix the build errors? I used the quick-fix from VS, which added the entries to |
@bkoelman This change looks overall good! The test failures in your branch appear related to the fact that new snapshot tests were to main after you forked. A rebase of this branch on your fork should address the issue assuming your hunch is correct. |
098ee94
to
112cd54
Compare
Rebased, but still failing. |
/ba-g Test failures are tests that need to be quarantined per #63073. |
1 similar comment
/ba-g Test failures are tests that need to be quarantined per #63073. |
Head branch was pushed to by a user without write access
112cd54
to
d975aeb
Compare
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.
LGTM! Thanks for the PR and your patience with the builds ⚒️
Description
Change the
contentType
parameter inGetSupportedContentTypes
to nullable.Fixes #62405