Skip to content

Comments

Bump the microsoft group with 7 updates#63

Merged
jas88 merged 1 commit intomainfrom
dependabot/nuget/microsoft-0f30662cde
Feb 18, 2026
Merged

Bump the microsoft group with 7 updates#63
jas88 merged 1 commit intomainfrom
dependabot/nuget/microsoft-0f30662cde

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Updated Microsoft.Bcl.AsyncInterfaces from 10.0.2 to 10.0.3.

Release notes

Sourced from Microsoft.Bcl.AsyncInterfaces's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Data.Sqlite from 10.0.2 to 10.0.3.

Release notes

Sourced from Microsoft.Data.Sqlite's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.DependencyModel from 10.0.2 to 10.0.3.

Release notes

Sourced from Microsoft.Extensions.DependencyModel's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.CommandLine from 2.0.2 to 2.0.3.

Release notes

Sourced from System.CommandLine's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.Text.Encoding.CodePages from 10.0.2 to 10.0.3.

Release notes

Sourced from System.Text.Encoding.CodePages's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.Text.Json from 10.0.2 to 10.0.3.

Release notes

Sourced from System.Text.Json's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.Threading.Channels from 10.0.2 to 10.0.3.

Release notes

Sourced from System.Threading.Channels's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

High-level PR Summary

This PR updates 7 Microsoft and System packages from version 10.0.2 to 10.0.3 (and System.CommandLine from 2.0.2 to 2.0.3) as part of a routine dependency maintenance. The changes include updating package versions in the central package management file and adding a version override for System.Text.Encoding.CodePages in the code generators project.

⏱️ Estimated Review Time: 5-15 minutes

💡 Review Order Suggestion
Order File Path
1 Directory.Packages.props
2 src/SharpDicom.Generators/SharpDicom.Generators.csproj

Need help? Join our Discord


Summary by cubic

Update Microsoft dependency group to the latest patch versions for consistency and minor fixes. Aligns projects on 10.0.3 for core libraries and 2.0.3 for System.CommandLine.

  • Dependencies
    • Bumped to 10.0.3: Microsoft.Bcl.AsyncInterfaces, Microsoft.Data.Sqlite, Microsoft.Extensions.DependencyModel, System.Text.Encoding.CodePages, System.Text.Json, System.Threading.Channels.
    • Bumped System.CommandLine to 2.0.3.
    • Added VersionOverride=10.0.3 for System.Text.Encoding.CodePages in SharpDicom.Generators to ensure the new version is used.

Written for commit 5e18696. Summary will update on new commits.

Bumps Microsoft.Bcl.AsyncInterfaces from 10.0.2 to 10.0.3
Bumps Microsoft.Data.Sqlite from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.DependencyModel from 10.0.2 to 10.0.3
Bumps System.CommandLine from 2.0.2 to 2.0.3
Bumps System.Text.Encoding.CodePages from 10.0.2 to 10.0.3
Bumps System.Text.Json from 10.0.2 to 10.0.3
Bumps System.Threading.Channels from 10.0.2 to 10.0.3

---
updated-dependencies:
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.Data.Sqlite
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.Extensions.DependencyModel
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: System.Text.Encoding.CodePages
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: System.Text.Json
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: System.Threading.Channels
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Feb 16, 2026
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Copy link

@recurseml recurseml bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review by RecurseML

🔍 Review performed on 8cddf80..5e18696

✨ No bugs found, your code is sparkling clean

✅ Files analyzed, no issues (2)

Directory.Packages.props
src/SharpDicom.Generators/SharpDicom.Generators.csproj

@jas88 jas88 merged commit 4501ba0 into main Feb 18, 2026
5 checks passed
@jas88 jas88 deleted the dependabot/nuget/microsoft-0f30662cde branch February 18, 2026 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant