- Notifications
You must be signed in to change notification settings - Fork311
Cleanup | SNI Native Wrapper#3156
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 1 pipeline(s). |
codecovbot commentedFeb 20, 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 #3156 +/- ##==========================================- Coverage 72.57% 72.52% -0.05%========================================== Files 288 289 +1 Lines 59526 59503 -23 ==========================================- Hits 43201 43156 -45- Misses 16325 16347 +22
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:
|
5aa8c2c
tobc5bc5b
Comparesrc/Microsoft.Data.SqlClient/src/Interop/Windows/Sni/SniNativeWrapper.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlDependency.csShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
12614c8
toac9be84
Compare1e59b88
intomainUh oh!
There was an error while loading.Please reload this page.
This is a replacement of#3056 that will give us the complete CI
Description: This is a followup to the SNI Native Wrapper code merge. Each commit in this PR is an atomic change, so if the PR gets too cluttered to review all up, it can be stepped through one commit at a time. Most of these changes are just renaming and moving code around. One larger change is removing a bunch of private methods that were no longer necessary after extracting the DLL imports (as mentioned by@edwardneal).
Testing: There aren't really any functional changes here, so CI pass should be sufficient validation.