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

Ignore identity conversions in UseValueTasksCorrectly #4274

Merged
merged 1 commit into from
Oct 2, 2020

Conversation

stephentoub
Copy link
Member

Fixes #4271
cc: @NickCraver

@stephentoub stephentoub requested a review from a team as a code owner October 2, 2020 01:04
@mavasani
Copy link
Member

mavasani commented Oct 2, 2020

@stephentoub Did you mean to target this to release/dotnet5-rc2 branch? Master is now targeting .NET6

@stephentoub
Copy link
Member Author

Did you mean to target this to release/dotnet5-rc2 branch? Master is now targeting .NET6

In dotnet/runtime we check in first to master and then backport to a release branch when it's approved. Does dotnet/roslyn-analyzers work differently? If this meets whatever bar is in place for dotnet5-rc2, I'd certainly like to get it in.

@mavasani
Copy link
Member

mavasani commented Oct 2, 2020

In dotnet/runtime we check in first to master and then backport to a release branch when it's approved. Does dotnet/roslyn-analyzers work differently? If this meets whatever bar is in place for dotnet5-rc2, I'd certainly like to get it in.

Tagging @jmarolf @jeffhandley. We do not have any official approval process or bar as of now, but something we should put in place. For now, we merge critical bug fixes directly into dotnet5-rc2 and they flow into master through regular codeflow. I think it would be fine to retarget this PR to that branch.

@codecov
Copy link

codecov bot commented Oct 2, 2020

Codecov Report

Merging #4274 into release/dotnet5-rc2 will decrease coverage by 0.00%.
The diff coverage is 94.44%.

@@                   Coverage Diff                   @@
##           release/dotnet5-rc2    #4274      +/-   ##
=======================================================
- Coverage                95.79%   95.78%   -0.01%     
=======================================================
  Files                     1164     1164              
  Lines                   263755   263773      +18     
  Branches                 15911    15912       +1     
=======================================================
+ Hits                    252660   252663       +3     
- Misses                    9083     9102      +19     
+ Partials                  2012     2008       -4     

@stephentoub stephentoub changed the base branch from master to release/dotnet5-rc2 October 2, 2020 02:34
@stephentoub
Copy link
Member Author

Ok, thanks, retargeted.

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.

CA2012 Bug: Triggers when ValueTask direct return includes a property
2 participants