Skip to content

[7.0.2 Cherry-pick] Fix SqlCommand.Cancell null ref exception#4373

Merged
paulmedynski merged 1 commit into
release/7.0from
dev/automation/pr-4372-to-7.0.2
Jun 18, 2026
Merged

[7.0.2 Cherry-pick] Fix SqlCommand.Cancell null ref exception#4373
paulmedynski merged 1 commit into
release/7.0from
dev/automation/pr-4372-to-7.0.2

Conversation

@github-actions

Copy link
Copy Markdown

Cherry-pick of #4372 (6a0153a) into release/7.0.

@github-actions github-actions Bot requested a review from a team as a code owner June 18, 2026 09:32
@github-actions github-actions Bot added this to the 7.0.2 milestone Jun 18, 2026
@github-project-automation github-project-automation Bot moved this to To triage in SqlClient Board Jun 18, 2026
@paulmedynski paulmedynski moved this from To triage to In review in SqlClient Board Jun 18, 2026
@paulmedynski paulmedynski added the Code Health 💊 Issues/PRs that are targeted to source code quality improvements. label Jun 18, 2026
@paulmedynski

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

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

@paulmedynski paulmedynski enabled auto-merge (squash) June 18, 2026 09:35
@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.71%. Comparing base (4a37600) to head (edc5144).
⚠️ Report is 3 commits behind head on release/7.0.

❗ There is a different number of reports uploaded between BASE (4a37600) and HEAD (edc5144). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (4a37600) HEAD (edc5144)
CI-SqlClient 1 0
Additional details and impacted files
@@               Coverage Diff               @@
##           release/7.0    #4373      +/-   ##
===============================================
- Coverage        75.05%   65.71%   -9.35%     
===============================================
  Files              280      275       -5     
  Lines            43856    65883   +22027     
===============================================
+ Hits             32918    43292   +10374     
- Misses           10938    22591   +11653     
Flag Coverage Δ
CI-SqlClient ?
PR-SqlClient-Project 65.71% <100.00%> (?)

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

☔ View full report in Codecov by Harness.
📢 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.

@paulmedynski paulmedynski merged commit a17f5ea into release/7.0 Jun 18, 2026
302 checks passed
@paulmedynski paulmedynski deleted the dev/automation/pr-4372-to-7.0.2 branch June 18, 2026 16:13
@github-project-automation github-project-automation Bot moved this from In review to Done in SqlClient Board Jun 18, 2026
This was referenced Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Code Health 💊 Issues/PRs that are targeted to source code quality improvements.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[7.0] SqlCommand.Cancel throws NullReferenceException when Connection is null

3 participants