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
Follow-up on C# 9 work.
Considered for C# 10:
Task<T>
Where
The text was updated successfully, but these errors were encountered:
uninitialized fields and constructors
I understand this isn't about records but could that replace #3630 somehow?
I think the important distinction is to warn on object construction (new) rather than inside the constructor.
Sorry, something went wrong.
Closing in favor of #3950 (Task) and #3951 (LINQ). The discussion of initialization debt is covered by required properties feature.
jcouv
No branches or pull requests
Follow-up on C# 9 work.
Considered for C# 10:
Task<T>
(LDM tentatively approved, needs design proposal for task-like types)Where
, needs design proposal)The text was updated successfully, but these errors were encountered: