We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version Used: VS 16.4, .Net Core 3.1
Steps to Reproduce:
var allProperties = TypeDescriptor.GetProperties(typeof(T)); var pds = new List<PropertyDescriptor>(); foreach (PropertyDescriptor prop in allProperties) { }
Expected Behavior: No warnings
Actual Behavior: CS8606 // Possible null reference assignment to iteration variable
How can any PropertyDescriptor be null?
null
The text was updated successfully, but these errors were encountered:
@jaredpar do you have access to move to runtime repo
Sorry, something went wrong.
We haven't annotated TypeConverter assembly yet. See #2339
No branches or pull requests
Version Used:
VS 16.4, .Net Core 3.1
Steps to Reproduce:
Expected Behavior:
No warnings
Actual Behavior:
CS8606 // Possible null reference assignment to iteration variable
How can any PropertyDescriptor be
null
?The text was updated successfully, but these errors were encountered: