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
For example, in the following code, the element type is detected as nullable:
#nullable enable public class Foo { public int Id { get; set; } public List<string> Bars { get; set; } = null!; }
The text was updated successfully, but these errors were encountered:
Fully implement element nullability for primitive collections
df417e1
Closes dotnet#31416
b8d45af
bf0abd1
0c57357
Fully implement element nullability for primitive collections (#31468)
4758685
Closes #31416
d9ac1ff
roji
Successfully merging a pull request may close this issue.
For example, in the following code, the element type is detected as nullable:
The text was updated successfully, but these errors were encountered: