Skip to content

chore(deps): update microsoft.aspnetcore to 10.0.11 - #6594

Merged
thomhurst merged 1 commit into
mainfrom
renovate/microsoft.aspnetcore
Aug 11, 2026
Merged

chore(deps): update microsoft.aspnetcore to 10.0.11#6594
thomhurst merged 1 commit into
mainfrom
renovate/microsoft.aspnetcore

Conversation

@thomhurst

@thomhurst thomhurst commented Aug 11, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Microsoft.AspNetCore.Authentication.JwtBearer (source) nuget patch 10.0.1010.0.11
Microsoft.AspNetCore.Mvc.Testing (source) nuget patch 10.0.1010.0.11
Microsoft.AspNetCore.OpenApi (source) nuget patch 10.0.1010.0.11
Microsoft.AspNetCore.TestHost (source) nuget patch 10.0.1010.0.11

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Aug 11, 2026
@thomhurst
thomhurst enabled auto-merge (squash) August 11, 2026 21:20
@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@thomhurst, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 28 seconds

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: f4cd0e5b-efd7-42a4-a68d-74ee2995e446

📥 Commits

Reviewing files that changed from the base of the PR and between b7ff411 and d887839.

📒 Files selected for processing (1)
  • Directory.Packages.props
📝 Walkthrough

Walkthrough

The pull request updates ASP.NET Core package references from 10.0.10 to 10.0.11 in central package management, projects, templates, and tests. Framework-specific version overrides remain unchanged.

Changes

ASP.NET Core package updates

Layer / File(s) Summary
Central package version updates
Directory.Packages.props
Three ASP.NET Core package specifications change to version 10.0.11.
Project and template references
examples/CloudShop/..., src/TUnit.AspNetCore.Core/..., src/TUnit.Templates/..., tests/TUnit.AspNetCore.Tests/...
Project and template references change to version 10.0.11. Target framework overrides remain unchanged.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Poem

I’m a rabbit with packages in line,
Now 10.0.11 makes them shine.
Templates and tests hop along,
Version overrides stay strong.
Central props lead the way—
Clean updates land today!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies a dependency update and the target Microsoft ASP.NET Core version.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/microsoft.aspnetcore

Comment @coderabbitai help to get the list of available commands.

@claude

claude Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Code Review

Routine Renovate dependency bump: Microsoft.AspNetCore.Authentication.JwtBearer, Microsoft.AspNetCore.Mvc.Testing, Microsoft.AspNetCore.OpenApi, and Microsoft.AspNetCore.TestHost patch-updated 10.0.1010.0.11.

Findings: None. All version references are updated consistently across Directory.Packages.props, the TUnit.AspNetCore.Core / TUnit.AspNetCore.Tests per-TFM VersionOverride groups, the example app, and the AspNet/AspNet.FSharp templates — no stale references left behind. This is a mechanical, low-risk patch bump with no code or architectural changes to assess.

Deferring to CI (integration tests / modularpipeline matrix) for functional verification before merge.

@greptile-apps

greptile-apps Bot commented Aug 11, 2026

Copy link
Copy Markdown

Greptile Summary

The PR updates ASP.NET Core dependencies from 10.0.10 to 10.0.11 across central package management, examples, integration projects, tests, and templates.

  • Updates centrally managed MVC Testing, OpenAPI, and TestHost versions.
  • Aligns explicit net10.0 package references in CloudShop and ASP.NET templates.
  • Preserves the net8.0 and net9.0 framework-specific version overrides.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
Directory.Packages.props Updates the centrally managed ASP.NET Core MVC Testing, OpenAPI, and TestHost patch versions to 10.0.11.
examples/CloudShop/CloudShop.ApiService/CloudShop.ApiService.csproj Aligns the net10.0 example application's JWT bearer and OpenAPI dependencies with ASP.NET Core 10.0.11.
src/TUnit.AspNetCore.Core/TUnit.AspNetCore.Core.csproj Updates the required CPM Version metadata while retaining the effective 8.0.0 and 9.0.0 overrides for older target frameworks.
src/TUnit.Templates/content/TUnit.AspNet.FSharp/TestProject/TestProject.fsproj Updates the F# ASP.NET test template's MVC Testing dependency to 10.0.11.
src/TUnit.Templates/content/TUnit.AspNet/TestProject/TestProject.csproj Updates the C# ASP.NET test template's MVC Testing dependency to 10.0.11.
src/TUnit.Templates/content/TUnit.AspNet/WebApp/WebApp.csproj Updates the ASP.NET web application template's OpenAPI dependency to 10.0.11.
tests/TUnit.AspNetCore.Tests/TUnit.AspNetCore.Tests.csproj Aligns CPM Version metadata for the ASP.NET Core tests while preserving target-compatible net8.0 and net9.0 overrides.

Reviews (2): Last reviewed commit: "chore(deps): update microsoft.aspnetcore..." | Re-trigger Greptile

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Review

This is an automated Renovate dependency bump (10.0.1010.0.11) for Microsoft.AspNetCore.Authentication.JwtBearer, Microsoft.AspNetCore.Mvc.Testing, Microsoft.AspNetCore.OpenApi, and Microsoft.AspNetCore.TestHost.

Findings: None. The diff is a mechanical version-string change only:

  • Directory.Packages.props central version pins updated consistently.
  • All consuming .csproj/.fsproj files (examples, templates, TUnit.AspNetCore.Core, test projects) updated in lockstep, including the VersionOverride variants for net8.0/net9.0 targets.
  • No source, API surface, or source-generator output changed, so no snapshot tests are implicated.

This is a patch-level release of the ASP.NET Core packages, low risk. No architectural or design concerns apply to a version bump of this kind — approving.

github-actions Bot pushed a commit to IntelliTect/CodingGuidelines that referenced this pull request Aug 17, 2026
Updated [TUnit.Core](https://github.com/thomhurst/TUnit) from 1.64.6 to
1.65.0.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit.Core's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.65.0

<!-- Release notes generated using configuration in .github/release.yml
at v1.65.0 -->

## What's Changed
### Other Changes
* Report unexpected mock generation failures by @​thomhurst in
thomhurst/TUnit#6605
* Process every GenerateMock attribute by @​thomhurst in
thomhurst/TUnit#6606
* Support T.Mock() for static abstract interfaces by @​thomhurst in
thomhurst/TUnit#6607
### Dependencies
* chore(deps): update dependency microsoft.templateengine.authoring.cli
to v10.0.303 by @​thomhurst in
thomhurst/TUnit#6586
* chore(deps): update dependency
microsoft.templateengine.authoring.templateverifier to 10.0.303 by
@​thomhurst in thomhurst/TUnit#6587
* chore(deps): update microsoft.build to 18.9.6 by @​thomhurst in
thomhurst/TUnit#6585
* chore(deps): update dependency fsharp.core to 10.1.400 by @​thomhurst
in thomhurst/TUnit#6588
* chore(deps): update dependency microsoft.entityframeworkcore to
10.0.11 by @​thomhurst in thomhurst/TUnit#6589
* chore(deps): update dependency microsoft.templateengine.authoring.cli
to v10.0.400 by @​thomhurst in
thomhurst/TUnit#6591
* chore(deps): update dependency dotnet-sdk to v10.0.400 by @​thomhurst
in thomhurst/TUnit#6590
* chore(deps): update dependency
microsoft.templateengine.authoring.templateverifier to 10.0.400 by
@​thomhurst in thomhurst/TUnit#6592
* chore(deps): update dependency system.commandline to 2.0.11 by
@​thomhurst in thomhurst/TUnit#6593
* chore(deps): update microsoft.extensions to 10.0.11 by @​thomhurst in
thomhurst/TUnit#6595
* chore(deps): update microsoft.aspnetcore to 10.0.11 by @​thomhurst in
thomhurst/TUnit#6594
* chore(deps): update tunit to 1.64.13 by @​thomhurst in
thomhurst/TUnit#6596
* chore(deps): update dependency nuget.protocol to 7.9.0 by @​thomhurst
in thomhurst/TUnit#6597
* chore(deps): update microsoft.extensions to 10.9.0 by @​thomhurst in
thomhurst/TUnit#6598
* chore(deps): update dependency polyfill to 11.2.0 by @​thomhurst in
thomhurst/TUnit#6601
* chore(deps): update dependency polyfill to 11.2.0 by @​thomhurst in
thomhurst/TUnit#6600
* chore(deps): update dependency
microsoft.testing.extensions.codecoverage to 18.10.0 by @​thomhurst in
thomhurst/TUnit#6602


**Full Changelog**:
thomhurst/TUnit@v1.64.13...v1.65.0

## 1.64.13

<!-- Release notes generated using configuration in .github/release.yml
at v1.64.13 -->

## What's Changed
### Other Changes
* Stabilize immediate WaitsFor assertion test by @​thomhurst in
thomhurst/TUnit#6576
* fix: Allow Item.Member after HasSingleItem by @​SnakyBeaky in
thomhurst/TUnit#6583
### Dependencies
* chore(deps): update tunit to 1.64.6 by @​thomhurst in
thomhurst/TUnit#6577
* chore(deps): update dependency nsubstitute to 6.2.0 by @​thomhurst in
thomhurst/TUnit#6580
* chore(deps): update dependency microsoft.playwright to 1.62.0 by
@​thomhurst in thomhurst/TUnit#6582
* chore(deps): update dependency microsoft.net.stringtools to 18.9.6 by
@​thomhurst in thomhurst/TUnit#6584

## New Contributors
* @​SnakyBeaky made their first contribution in
thomhurst/TUnit#6583

**Full Changelog**:
thomhurst/TUnit@v1.64.6...v1.64.13

Commits viewable in [compare
view](thomhurst/TUnit@v1.64.6...v1.65.0).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit.Core&package-manager=nuget&previous-version=1.64.6&new-version=1.65.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was referenced Aug 17, 2026
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 PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants