-
Notifications
You must be signed in to change notification settings - Fork 301
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 comments by removing typos and small adjustments between netfx and netcore #2956
Conversation
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs
Outdated
Show resolved
Hide resolved
…moving typos and small adjustments between netfx and netcore
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.
No concerns with this one. Though two comments:
- This PR could have been included in the previous one that addressed aligning comment blocks
- I'll be waiting on the feedback on the aforementioned PR to see what the consensus is on removing linkages to old bug tracking systems.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2956 +/- ##
=======================================
Coverage 72.31% 72.31%
=======================================
Files 288 288
Lines 59660 59660
=======================================
+ Hits 43145 43146 +1
+ Misses 16515 16514 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Rolled into #2955 |
This purely tackles comments so it's hopefully easy to review. Mostly small typos, removal of obsolete information in comments or slightly changing where the comment appears to align netfx and netcore
Part of #2953