Skip to content

Merge | SqlDataReader - #3259

Merged
mdaigle merged 3 commits into
dotnet:mainfrom
edwardneal:merge/sqldatareader
Apr 10, 2025
Merged

Merge | SqlDataReader#3259
mdaigle merged 3 commits into
dotnet:mainfrom
edwardneal:merge/sqldatareader

Conversation

@edwardneal

Copy link
Copy Markdown
Contributor

Fixes#2965.
Contributes to #1261.

This merges SqlDataReader. It might be worth reviewing each commit individually:

  • Commit 1 merges the contents of the files.
  • Commit 2 replaces the files and patches the XML documentation paths.
  • Commit 3 mops up two debug assertions and a comment.

Could someone run CI please?

@samsharma2700samsharma2700 self-assigned this Apr 8, 2025
@samsharma2700
samsharma2700 requested a review from a teamApril 8, 2025 17:44
@paulmedynskipaulmedynski self-assigned this Apr 8, 2025
@paulmedynski

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@benrr101benrr101 added the Common Project 🚮 Things that relate to the common project project label Apr 8, 2025
@benrr101benrr101 self-assigned this Apr 8, 2025
@codecov

codecovBot commented Apr 8, 2025

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 78.57143% with 3 lines in your changes missing coverage. Please review.

Project coverage is 66.19%. Comparing base (1690e02) to head (e83f966).
Report is 5 commits behind head on main.

Files with missing linesPatch %Lines
...ient/src/Microsoft/Data/SqlClient/SqlDataReader.cs50.00%3 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (1690e02) and HEAD (e83f966). Click for more details.

HEAD has 1 upload less than BASE
FlagBASE (1690e02)HEAD (e83f966)
addons10
Additional details and impacted files
@@ Coverage Diff @@## main #3259 +/- ##
==========================================
- Coverage 72.83% 66.19% -6.64% 
==========================================
Files 298 290 -8 Lines 59675 56944 -2731 ==========================================
- Hits 43463 37693 -5770 - Misses 16212 19251 +3039 
FlagCoverage Δ
addons?
netcore68.95% <50.00%> (-6.30%)⬇️
netfx65.17% <78.57%> (-6.29%)⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Common Project 🚮Things that relate to the common project project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Work towards merging SqlDataReader

5 participants

@edwardneal@paulmedynski@mdaigle@benrr101@samsharma2700