- Notifications
You must be signed in to change notification settings - Fork311
Complete port of PR 521 to netfx#2964
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
codecovbot commentedNov 2, 2024 • 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #2964 +/- ##==========================================- Coverage 72.31% 72.30% -0.02%========================================== Files 288 288 Lines 59660 59660 ==========================================- Hits 43145 43138 -7- Misses 16515 16522 +7
Flags with carried forward coverage won't be shown.Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Yep, looks like those two lines weren't picked up in the backport. Kinda disconcerting that it didn't break anything 🤔
Thanks for finding and making the fix!
219cfdf
intodotnet:mainUh oh!
There was an error while loading.Please reload this page.
PR#521 was originally made to .NET Core, and cross-ported to .NET Framework by PR#1443. There were two lines missing from this PR, in GetValues and GetSqlValues. This PR completes that work.