Bump the dotnet group with 4 updates - #28
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps Microsoft.AspNetCore.Authorization from 10.0.11 to 10.0.12 Bumps Microsoft.AspNetCore.DataProtection.Abstractions from 10.0.11 to 10.0.12 Bumps Microsoft.AspNetCore.DataProtection.Extensions from 10.0.11 to 10.0.12 Bumps Microsoft.EntityFrameworkCore from 10.0.11 to 10.0.12 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authorization dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.AspNetCore.DataProtection.Abstractions dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.AspNetCore.DataProtection.Extensions dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
skipperTux
added a commit
that referenced
this pull request
Sep 14, 2026
Replaces the open Dependabot NuGet PRs in one change, per this repository's standing approach: one bump commit, the Dependabot PRs close themselves. | Package | From | To | | --- | --- | --- | | AwesomeAssertions | 9.5.0 | 9.6.0 | | TngTech.ArchUnitNET.xUnitV3 | 0.13.3 | 0.13.4 | | MudBlazor | 9.8.0 | 9.10.0 | | Testcontainers.PostgreSql | 4.14.0 | 4.15.0 | | Microsoft.AspNetCore.Authorization | 10.0.11 | 10.0.12 | | Microsoft.AspNetCore.DataProtection.Abstractions | 10.0.11 | 10.0.12 | | Microsoft.AspNetCore.DataProtection.EntityFrameworkCore | 10.0.11 | 10.0.12 | | Microsoft.AspNetCore.DataProtection.Extensions | 10.0.11 | 10.0.12 | | Microsoft.AspNetCore.Identity.EntityFrameworkCore | 10.0.11 | 10.0.12 | | Microsoft.EntityFrameworkCore | 10.0.11 | 10.0.12 | | Microsoft.EntityFrameworkCore.Design | 10.0.11 | 10.0.12 | | Microsoft.EntityFrameworkCore.Relational | 10.0.11 | 10.0.12 | Closes #20, #21, #22, #28, #29. All 290 tests pass on a clean (`--no-incremental`) Release build, 0 warnings, `dotnet format --verify-no-changes` clean. ## One thing worth knowing for next time `Microsoft.EntityFrameworkCore.Relational` is pinned in `Directory.Packages.props` with no `PackageReference` anywhere to add against, so it does **not** appear in `dotnet list package --outdated` and `dotnet add package` has no project to target. Leaving it behind broke the restore outright: `NU1109`, because `Microsoft.AspNetCore.Identity.EntityFrameworkCore 10.0.12` requires `Relational >= 10.0.12`. It was edited directly, which is the one case where hand-editing a version is correct. Check that pin whenever the dotnet family moves. ## Held back deliberately **WolverineFx 6.30.0 → 6.37.0** (#30, #31, #32). Six minor versions of drift now, not one. The messaging epic's documentation asserts version-specific library internals: that the schema argument to `AddDbContextWithWolverineIntegration` is never read, that JasperFx's Development and Production profiles are byte-identical, and what `TypeLoadMode.Auto` does. The guards cover the *behaviour*; they do not cover those documented claims. That epic corrected three such claims only after running code disproved them, so this bump needs each re-executed rather than assumed. The drift makes that re-verification more worth doing, not less. **xunit.v3.mtp-v2 3.2.2 → 4.0.1** (#33). Major. `BACKLOG.md` records why: the parallelism attribute has no drop-in replacement. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Microsoft.AspNetCore.Authorization from 10.0.11 to 10.0.12.
Release notes
Sourced from Microsoft.AspNetCore.Authorization's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.AspNetCore.DataProtection.Abstractions from 10.0.11 to 10.0.12.
Release notes
Sourced from Microsoft.AspNetCore.DataProtection.Abstractions's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.AspNetCore.DataProtection.Extensions from 10.0.11 to 10.0.12.
Release notes
Sourced from Microsoft.AspNetCore.DataProtection.Extensions's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore from 10.0.11 to 10.0.12.
Release notes
Sourced from Microsoft.EntityFrameworkCore'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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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