chore(deps): update microsoft.extensions to 10.0.7#5658
Conversation
There was a problem hiding this comment.
Code Review: chore(deps): update microsoft.extensions to 10.0.7
This is a routine patch-level dependency bump from Renovate Bot, updating three Microsoft.Extensions packages from 10.0.6 → 10.0.7.
Summary of changes
| File | What changed |
|---|---|
Directory.Packages.props |
Central Package Management (CPM) version bumped for all three packages |
TUnit.Logging.Microsoft/TUnit.Logging.Microsoft.csproj |
Per-TFM Version attribute updated (net8.0 / net9.0 overrides) |
TUnit.Mocks.Logging/TUnit.Mocks.Logging.csproj |
Same as above for Logging.Abstractions |
TUnit.Templates/content/TUnit.FSharp/TestProject.fsproj |
Inline version updated in the F# template |
Assessment
No issues found. The change is correct and consistent:
- All three packages are bumped in lock-step, which is expected since they ship together and share a version scheme.
- The CPM file is the authoritative source for net10.0 targets; the per-TFM
VersionOverrideinTUnit.Logging.MicrosoftandTUnit.Mocks.Loggingcorrectly pins older TFM targets to their framework-matching versions (8.0.0 / 9.0.0), so those are unaffected at runtime. - The template project uses an inline version (no CPM), which is intentional for standalone template projects — this update keeps it consistent with the rest of the repo.
Minor observation (not blocking)
In TUnit.Logging.Microsoft.csproj and TUnit.Mocks.Logging.csproj, the Version attribute on the per-TFM PackageReference items (e.g. Version="10.0.7" VersionOverride="8.0.0") is technically redundant because VersionOverride takes precedence for those targets. The Version value is only meaningful for net10.0, where it mirrors the CPM entry. This was pre-existing before this PR and has no functional impact — just worth being aware of.
Approved — safe to merge.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes. Give us feedback
e76493c to
638d5c7
Compare
There was a problem hiding this comment.
Code Review: chore(deps): update microsoft.extensions to 10.0.7
Routine patch-level dependency bump generated by Renovate Bot — → for three packages that ship together:
Microsoft.Extensions.DependencyInjectionMicrosoft.Extensions.LoggingMicrosoft.Extensions.Logging.Abstractions
Changes reviewed
| File | Change |
|---|---|
Directory.Packages.props |
Central Package Management (CPM) versions bumped |
TUnit.Logging.Microsoft/TUnit.Logging.Microsoft.csproj |
Per-TFM Version attribute updated for net8.0 / net9.0 override entries |
TUnit.Mocks.Logging/TUnit.Mocks.Logging.csproj |
Same for Logging.Abstractions |
TUnit.Templates/content/TUnit.FSharp/TestProject.fsproj |
Inline version updated in the standalone F# template |
Assessment
No issues found. The update is correct and consistent:
- All three packages are bumped in lock-step, which is expected — they share a version scheme and release together.
- The per-TFM
VersionOverrideattributes inTUnit.Logging.MicrosoftandTUnit.Mocks.Loggingcorrectly pin older TFM targets (net8.0 → 8.0.0, net9.0 → 9.0.0), so those remain unaffected at runtime. - The F# template uses an inline version rather than CPM (intentional for standalone templates), and this PR keeps it aligned with the rest of the repo.
Safe to merge.
There was a problem hiding this comment.
Code Review: chore(deps): update microsoft.extensions to 10.0.7
Routine patch-level dependency bump generated by Renovate Bot — packages bumped from version 10.0.6 to 10.0.7:
- Microsoft.Extensions.DependencyInjection
- Microsoft.Extensions.Logging
- Microsoft.Extensions.Logging.Abstractions
Changes reviewed
| File | Change |
|---|---|
| Directory.Packages.props | Central Package Management (CPM) versions bumped |
| TUnit.Logging.Microsoft/TUnit.Logging.Microsoft.csproj | Per-TFM Version attribute updated for net8.0/net9.0 override entries |
| TUnit.Mocks.Logging/TUnit.Mocks.Logging.csproj | Same for Logging.Abstractions |
| TUnit.Templates/content/TUnit.FSharp/TestProject.fsproj | Inline version updated in the standalone F# template |
Assessment
No issues found. The update is correct and consistent:
- All three packages are bumped in lock-step, which is expected as they share a version scheme and release together.
- The per-TFM VersionOverride attributes in TUnit.Logging.Microsoft and TUnit.Mocks.Logging correctly pin older TFM targets (net8.0 to 8.0.0, net9.0 to 9.0.0), so those remain unaffected at runtime.
- The F# template uses an inline version rather than CPM (intentional for standalone templates), and this PR keeps it aligned with the rest of the repo.
Safe to merge.
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.37.10 to 1.39.0. <details> <summary>Release notes</summary> _Sourced from [TUnit's releases](https://github.com/thomhurst/TUnit/releases)._ ## 1.39.0 <!-- Release notes generated using configuration in .github/release.yml at v1.39.0 --> ## What's Changed ### Other Changes * perf(mocks): shrink MethodSetup + cache stateless matchers by @thomhurst in thomhurst/TUnit#5669 * fix(mocks): handle base classes with explicit interface impls (#5673) by @thomhurst in thomhurst/TUnit#5674 * fix(mocks): implement indexer in generated mock (#5676) by @thomhurst in thomhurst/TUnit#5683 * fix(mocks): disambiguate IEquatable<T>.Equals from object.Equals (#5675) by @thomhurst in thomhurst/TUnit#5680 * fix(mocks): escape C# keyword identifiers at all emit sites (#5679) by @thomhurst in thomhurst/TUnit#5684 * fix(mocks): emit [SetsRequiredMembers] on generated mock ctor (#5678) by @thomhurst in thomhurst/TUnit#5682 * fix(mocks): skip MockBridge for class targets with static-abstract interfaces (#5677) by @thomhurst in thomhurst/TUnit#5681 * chore(mocks): regenerate source generator snapshots by @thomhurst in thomhurst/TUnit#5691 * perf(engine): collapse async state-machine layers on hot test path (#5687) by @thomhurst in thomhurst/TUnit#5690 * perf(engine): reduce lock contention in scheduling and hook caches (#5686) by @thomhurst in thomhurst/TUnit#5693 * fix(assertions): prevent implicit-to-string op from NREing on null (#5692) by @thomhurst in thomhurst/TUnit#5696 * perf(engine/core): reduce per-test allocations (#5688) by @thomhurst in thomhurst/TUnit#5694 * perf(engine): reduce message-bus contention on test start (#5685) by @thomhurst in thomhurst/TUnit#5695 ### Dependencies * chore(deps): update tunit to 1.37.36 by @thomhurst in thomhurst/TUnit#5667 * chore(deps): update verify to 31.16.2 by @thomhurst in thomhurst/TUnit#5699 **Full Changelog**: thomhurst/TUnit@v1.37.36...v1.39.0 ## 1.37.36 <!-- Release notes generated using configuration in .github/release.yml at v1.37.36 --> ## What's Changed ### Other Changes * fix(telemetry): remove duplicate HTTP client spans by @thomhurst in thomhurst/TUnit#5668 **Full Changelog**: thomhurst/TUnit@v1.37.35...v1.37.36 ## 1.37.35 <!-- Release notes generated using configuration in .github/release.yml at v1.37.35 --> ## What's Changed ### Other Changes * Add TUnit.TestProject.Library to the TUnit.Dev.slnx solution file by @Zodt in thomhurst/TUnit#5655 * fix(aspire): preserve user-supplied OTLP endpoint (#4818) by @thomhurst in thomhurst/TUnit#5665 * feat(aspire): emit client spans for HTTP by @thomhurst in thomhurst/TUnit#5666 ### Dependencies * chore(deps): update dependency dotnet-sdk to v10.0.203 by @thomhurst in thomhurst/TUnit#5656 * chore(deps): update microsoft.aspnetcore to 10.0.7 by @thomhurst in thomhurst/TUnit#5657 * chore(deps): update tunit to 1.37.24 by @thomhurst in thomhurst/TUnit#5659 * chore(deps): update microsoft.extensions to 10.0.7 by @thomhurst in thomhurst/TUnit#5658 * chore(deps): update aspire to 13.2.3 by @thomhurst in thomhurst/TUnit#5661 * chore(deps): update dependency microsoft.net.test.sdk to 18.5.0 by @thomhurst in thomhurst/TUnit#5664 ## New Contributors * @Zodt made their first contribution in thomhurst/TUnit#5655 **Full Changelog**: thomhurst/TUnit@v1.37.24...v1.37.35 ## 1.37.24 <!-- Release notes generated using configuration in .github/release.yml at v1.37.24 --> ## What's Changed ### Other Changes * docs: add Tluma Ask AI widget to Docusaurus site by @thomhurst in thomhurst/TUnit#5638 * Revert "chore(deps): update dependency docusaurus-plugin-llms to ^0.4.0 (#5637)" by @thomhurst in thomhurst/TUnit#5640 * fix(asp-net): forward disposal in FlowSuppressingHostedService (#5651) by @JohnVerheij in thomhurst/TUnit#5652 ### Dependencies * chore(deps): update dependency docusaurus-plugin-llms to ^0.4.0 by @thomhurst in thomhurst/TUnit#5637 * chore(deps): update tunit to 1.37.10 by @thomhurst in thomhurst/TUnit#5639 * chore(deps): update opentelemetry to 1.15.3 by @thomhurst in thomhurst/TUnit#5645 * chore(deps): update opentelemetry by @thomhurst in thomhurst/TUnit#5647 * chore(deps): update dependency dompurify to v3.4.1 by @thomhurst in thomhurst/TUnit#5648 * chore(deps): update dependency system.commandline to 2.0.7 by @thomhurst in thomhurst/TUnit#5650 * chore(deps): update dependency microsoft.entityframeworkcore to 10.0.7 by @thomhurst in thomhurst/TUnit#5649 * chore(deps): update dependency microsoft.templateengine.authoring.cli to v10.0.203 by @thomhurst in thomhurst/TUnit#5653 * chore(deps): update dependency microsoft.templateengine.authoring.templateverifier to 10.0.203 by @thomhurst in thomhurst/TUnit#5654 **Full Changelog**: thomhurst/TUnit@v1.37.10...v1.37.24 Commits viewable in [compare view](thomhurst/TUnit@v1.37.10...v1.39.0). </details> [](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 PR contains the following updates:
10.0.6→10.0.710.0.6→10.0.710.0.6→10.0.7Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Renovate Bot.