-
Notifications
You must be signed in to change notification settings - Fork 286
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
Align whole comments between netfx and netcore #2955
Align whole comments between netfx and netcore #2955
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be honest I'm not sure about this one. I appreciate the efforts to make merging this class easier, but I'm also concerned about losing in-code documentation.
Questions for other reviewers:
- Are these TODOs actually done?
- What does tagging something as
UNDONE
actually mean? - Is there any benefit to keeping old ticket IDs? I personally wouldn't even know where to go looking for them.
Would appreciate review from @ErikEJ or @Wraith2 before I approve
I‘m also happy to switch it around to add the info on the other side, if that‘s the concern. AFAIK these things were removed on the netcore side before for a reason I guess |
I vote for keeping them for the purpose of merging. |
@ErikEJ Sorry, I'm a bit confused with that answer. Are you saying "leave the old ticket IDs until merging is completed then remove them", "leave old ticket IDs indefinitely", or something else? Also what does |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@benrr101 postpone the decision to remove them (or not) ... |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2955 +/- ##
==========================================
- Coverage 72.50% 72.43% -0.07%
==========================================
Files 288 288
Lines 59529 60229 +700
==========================================
+ Hits 43159 43629 +470
- Misses 16370 16600 +230
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per the suggestion from @ErikEJ, let's retain the old ticket information and todo/undone tags. I think that more/less amounts to copying them from netfx to netcore. Although I personally like removing stuff, I don't want to lose any history if possible.
Thanks for your patience on this one 👍
OK, no worries. Will adjust |
3a0d101
to
9d5ca32
Compare
@benrr101 Done |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
All this PR does is deal with comments, so hopefully easy to review
Mostly removes obsolete comments from netfx to align netfx and netcore for later mering
Part of #2953