Skip to content

Bump Microsoft.AspNetCore.Mvc.Testing from 10.0.9 to 10.0.10#345

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/tests/Torrentarr.Host.Tests/Microsoft.AspNetCore.Mvc.Testing-10.0.10
Open

Bump Microsoft.AspNetCore.Mvc.Testing from 10.0.9 to 10.0.10#345
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/tests/Torrentarr.Host.Tests/Microsoft.AspNetCore.Mvc.Testing-10.0.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.AspNetCore.Mvc.Testing from 10.0.9 to 10.0.10.

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

No release notes found for this version range.

Commits viewable in compare view.

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jul 19, 2026
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/nuget/tests/Torrentarr.Host.Tests/Microsoft.AspNetCore.Mvc.Testing-10.0.10 branch from a047b4f to 014fce7 Compare July 19, 2026 09:43

@cursor cursor 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.

Bug Scan Summary

Date: 2026-07-19
Commits inspected: 16c5adba..a047b4f3 (1 commit — Dependabot bump Microsoft.AspNetCore.Mvc.Testing 10.0.9 → 10.0.10)
Result: No critical bugs found.

Investigation

  • Scope: Single-line change in tests/Torrentarr.Host.Tests/Torrentarr.Host.Tests.csproj. Microsoft.AspNetCore.Mvc.Testing is referenced only by Host integration tests (TorrentarrWebApplicationFactory, LoginEndpointTests, UrlBaseEndpointTests). Zero production imports; cannot affect runtime correctness.
  • Call-path trace: WebApplicationFactory<Program> boots the Host for API/auth/catalog endpoint tests. Production services are stubbed (NoOpArrWorkerManager, hosted services removed, SQLite :memory:). The bump does not alter application code or DI wiring.
  • Validation: dotnet test --filter "Category!=Live" on this branch — 779/779 pass (173 Core + 403 Infrastructure + 203 Host).
  • Version alignment: Microsoft.EntityFrameworkCore.InMemory remains at 10.0.9 in the same csproj, but the test factory uses SQLite in-memory (not EF InMemory). Minor patch skew is below the critical bar.

Pre-existing issues (out of scope for this PR)

Re-traced v6.12.4 import-finalize regressions on master (f49384b):

  1. Branch 14 IsFileFiltered gate blocks TryFinalizeImportedTorrentAsync for complete-first torrents.
  2. IsImportedAsync fail-open on Arr API errors can prematurely mark imported + AutoDelete.

Fix already exists in draft PR #330 (cursor/bug-finding-automation-2303).

Deduplication check

  • Open PRs searched: Mvc.Testing, Microsoft.AspNetCore.Mvc.Testing, WebApplicationFactory, import finalize, IsFileFiltered — found #345 (this PR), #330 (import fix draft), other dep-only PRs; no competing fix for this bump.
  • Recently merged PRs (14d): #329, #331, #333, #335, #337, #338, #342, #343 — all dep-only; none touch Mvc.Testing.
  • Open issues searched: Mvc.Testing, import finalize — 0 open issues.
  • Conclusion: No existing fix needed; no PR opened by automation.
Open in Web View Automation 

Sent by Cursor Automation: Torrentarr - Find critical bugs

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.

0 participants