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 CA1801 false positive with positional records primary ctor #4499

Merged
merged 7 commits into from
Dec 7, 2020

Conversation

Evangelink
Copy link
Member

@Evangelink Evangelink commented Dec 4, 2020

Replace #4476 and fix #4462 and fix #4397

@Evangelink Evangelink requested a review from a team as a code owner December 4, 2020 13:01
@Evangelink Evangelink changed the title Fix CA1801 false positive with inline records. Fix CA1801 false positive with positional records primary ctor Dec 4, 2020
@mavasani
Copy link
Contributor

mavasani commented Dec 4, 2020

@Evangelink There are still build failures. You will need to run msbuild /t:pack for both solutions at root of the repo to update the auto-generated documentation files.

@Youssef1313
Copy link
Member

@Evangelink I think you can target master and the build error should go away by itself.

@Evangelink Evangelink changed the base branch from release/6.0.1xx-preview1 to master December 7, 2020 10:38
eng/Versions.props Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Dec 7, 2020

Codecov Report

Merging #4499 (a32cdc2) into master (9df0075) will increase coverage by 0.00%.
The diff coverage is 93.18%.

@@           Coverage Diff           @@
##           master    #4499   +/-   ##
=======================================
  Coverage   95.84%   95.85%           
=======================================
  Files        1175     1177    +2     
  Lines      268047   268104   +57     
  Branches    16174    16182    +8     
=======================================
+ Hits       256921   256979   +58     
+ Misses       9068     9055   -13     
- Partials     2058     2070   +12     

@mavasani mavasani merged commit 868e52e into dotnet:master Dec 7, 2020
@Evangelink Evangelink deleted the CA1801-record branch December 7, 2020 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants