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

Change nullability of public IXmlNamespaceResolver parameters where appropriate #41079

Merged
merged 1 commit into from
Aug 20, 2020

Conversation

jozkee
Copy link
Member

@jozkee jozkee commented Aug 20, 2020

As per #40744 (comment):
Changes parameter to IXmlNamespaceResolver? in the following methods:

XmlReader.ReadContentAs(Type, IXmlNamespaceResolver?)
XmlReader.ReadContentAsAsync(Type, IXmlNamespaceResolver?)
XPathExpression.SetContext(IXmlNamespaceResolver?)
XPathNavigator.Select(string, IXmlNamespaceResolver?)
XPathNavigator.Evaluate(string, IXmlNamespaceResolver?)

@jozkee jozkee added this to the 5.0.0 milestone Aug 20, 2020
@jozkee jozkee requested review from krwq and a team August 20, 2020 07:35
@jozkee jozkee self-assigned this Aug 20, 2020
@ghost
Copy link

ghost commented Aug 20, 2020

Tagging subscribers to this area: @buyaa-n, @krwq
See info in area-owners.md if you want to be subscribed.

@jozkee jozkee merged commit 0a0eeae into dotnet:master Aug 20, 2020
carlossanlop pushed a commit to carlossanlop/runtime that referenced this pull request Aug 28, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
@jozkee jozkee deleted the nullability_ixmlnamespaceresolver branch March 24, 2021 19:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants