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
Properties, arguments and return values representing strings or collections should never be null (AV1135)
Should Task be included here? Task.CompletedTask or Task.FromResult(false) can be returned when no work is scheduled.
Task
Task.CompletedTask
Task.FromResult(false)
Could be awkward to get a null task when using await.
null
await
The text was updated successfully, but these errors were encountered:
d83a05a
Extended AV1135 with Task-specified defaults
84feff4
Closed dennisdoomen#174
No branches or pull requests
Should
Task
be included here?Task.CompletedTask
orTask.FromResult(false)
can be returned when no work is scheduled.Could be awkward to get a
null
task when usingawait
.The text was updated successfully, but these errors were encountered: