- Notifications
You must be signed in to change notification settings - Fork311
Merge | SessionHandle, TdsParserStateObject#3341
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
codecovbot commentedMay 15, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #3341 +/- ##==========================================- Coverage 65.07% 58.67% -6.40%========================================== Files 298 293 -5 Lines 65515 65059 -456 ==========================================- Hits 42634 38176 -4458- Misses 22881 26883 +4002
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:
|
75d5277
intodotnet:mainUh oh!
There was an error while loading.Please reload this page.
This starts to merge TdsParserStateObject. I've broken this down commit-by-commit for simplicity, but there are three changes here:
Contributes to#1261.
SessionHandle has a parallel in PacketHandle. This is treated as an alias of IntPtr in netfx, and a type in its own right in netcore. Dealing with this will probably need a PR in its own right, and it'll unblock a number of methods which are identical but which deal with PacketHandles.