Skip to content
New issue

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

Fix handling of successor.Destination in UseValueTasksCorrectly #3643

Merged
merged 1 commit into from
May 19, 2020

Conversation

stephentoub
Copy link
Member

I didn't realize Destination could be null: IntelliSense lied to me again ;-) ("'Destination' is not null here.)

Fixes #3642

I didn't realize Destination could be null: IntelliSense lied to me again ;-) ("'Destination' is not null here.)
@stephentoub stephentoub requested a review from a team as a code owner May 19, 2020 01:03
@mavasani
Copy link
Contributor

@sharwell we really need to fix the IDE wrongly indicating non-nullness for oblivious APIs

@codecov
Copy link

codecov bot commented May 19, 2020

Codecov Report

Merging #3643 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3643   +/-   ##
=======================================
  Coverage   94.66%   94.66%           
=======================================
  Files        1071     1071           
  Lines      244233   244266   +33     
  Branches    14756    14758    +2     
=======================================
+ Hits       231201   231233   +32     
  Misses      11003    11003           
- Partials     2029     2030    +1     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UseValueTasksCorrectlyAnalyzer throws ArgumentNullException
2 participants