Open
Description
Description
The XML-Doc says_
<returns>An <see cref="IChangeToken"/> token if this provider supports change tracking, <see langword="null"/> otherwise.</returns>
while the return type annotation claims that it shouldn't return null, directly contradicting the XML-Doc.
Reproduction Steps
Read this
Expected behavior
The nullable annotation is consistent with the XML-Doc.
Actual behavior
The nullable annotation contradicts the XML-Doc.
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response