Bump Microsoft.AspNetCore.Mvc.Testing from 10.0.9 to 10.0.10#345
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
--- 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
Bot
force-pushed
the
dependabot/nuget/tests/Torrentarr.Host.Tests/Microsoft.AspNetCore.Mvc.Testing-10.0.10
branch
from
July 19, 2026 09:43
a047b4f to
014fce7
Compare
Contributor
There was a problem hiding this comment.
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.Testingis 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.InMemoryremains 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):
- Branch 14
IsFileFilteredgate blocksTryFinalizeImportedTorrentAsyncfor complete-first torrents. IsImportedAsyncfail-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.
Sent by Cursor Automation: Torrentarr - Find critical bugs
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.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.