-
Notifications
You must be signed in to change notification settings - Fork 312
Merge | Merge references to PacketHandle #3355
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
Merge | Merge references to PacketHandle #3355
Conversation
Also move ReadSyncOverAsync down in netcore's TdsParserStateObjectNative to aid later merge
Also reorder member in TdsParserStateObjectNative to simplify later merge
This also allows _writePacketCache to be migrated to TdsParserStateObjectNative in netfx.
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3355 +/- ##
==========================================
- Coverage 67.04% 59.62% -7.43%
==========================================
Files 300 292 -8
Lines 65376 65191 -185
==========================================
- Hits 43831 38867 -4964
- Misses 21545 26324 +4779
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Looks good, thank you!
A lot of our builds got throttled last week. I kicked the cancelled job. |
Relates to #1261.
This picks up the work left dangling by #3353; that PR needs to be merged first.
There are a lot of small methods which use the PacketHandle definition merged by the prerequisite PR. The methodology is fairly easy to review commit-by-commit from fc3c31e onwards.