-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Enable nullability on System.Xml.XPath #41060
Conversation
That doesn't sound right. For example, I see there's an XpathException type, and its message and innerException ctor arguments should be nullable. |
Constructor overloads accept nullable |
@stephentoub @buyaa-n you are right, I missed the |
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. @buyaa-n can you take a look too?
Never mind -- I see you already did; I needed to refresh.
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!
@jeffhandley I think is fine, will merge now... |
LGTM thanks! |
* Enable nullability on System.Xml.XPath * Switch XPathException ctor's message parameter to string?
Contributes to #2339
No annotations are needed for the APIs exposed in this assembly.Add missing annotations to
XPathException
.