- Notifications
You must be signed in to change notification settings - Fork311
Merge | Align TdsExecuteRPC between netcore and netfx#3292
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
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…t/TdsParser.csSimplify a if statement where they're the same regardless of true/falseCo-authored-by: Edward Neal <55035479+edwardneal@users.noreply.github.com>
codecovbot commentedApr 23, 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 #3292 +/- ##==========================================+ Coverage 72.98% 73.03% +0.04%========================================== Files 299 298 -1 Lines 57215 57033 -182 ==========================================- Hits 41760 41653 -107+ Misses 15455 15380 -75
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:
|
98b2c84
intomainUh oh!
There was an error while loading.Please reload this page.
Recreation of#2985 to resolve merge conflicts and get full CI runs
Splitting up TdsExecuteRPC to multiple functions to align netcore and netfx
Part of#2953