chore(deps): tier 4 cascade — consume tiers 0-3, StackExchange.Redis 3.1.13 - #59
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Released as v1.0.2 — https://github.com/Tharga/Cache/releases/tag/1.0.2 |
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.
Tier 4 of the cascade update, and the last Toolkit repo in scope. Consumes everything below it.
Internal — consuming tiers 0-3
Tharga.ConsoleTharga.BlazorTharga.McpTharga.MongoDBAll verified by an actual
dotnet restore, not a flatcontainer listing.Tharga.MongoDB2.14.3 needed a wait: flatcontainer listed it while restore still resolved 2.14.2 as newest.Note the two behaviour-bearing ones.
Tharga.Cache.Blazorpicks up the Radzen major transitively, andTharga.Cache.Mcppicks up the SDK's stateless-transport default. Both are why those packages shipped as minors rather than patches.External
Library
StackExchange.Redis3.0.7 → 3.1.13 (Tharga.Cache.Redis) — six patch levelsMicrosoft.Extensions.Hosting.Abstractions10.0.9 → 10.0.11Microsoft.SourceLink.GitHub10.0.300 → 10.0.400 (five projects;PrivateAssets=all, build-only)Polly8.7.0 is current and unchanged.Test tooling (does not ship, all four test projects)
Microsoft.AspNetCore.Mvc.Testing10.0.9 → 10.0.11Microsoft.NET.Test.Sdk18.7.0 → 18.9.0Verification — and a flaky suite, measured rather than assumed
dotnet build -c Release --no-incremental— 1 warning, 0 errors. The warning isCS0162(unreachable code) inTharga.Cache.File/File.cs:63, confirmed pre-existing by rebuilding that project without this change.dotnet test -c Release:Tharga.Cache.Tests— 477/478, with 1-2 failures inFetchDataThrottleTestsTharga.Cache.Redis.Tests— 5/5 passingTharga.Cache.File.Tests— 2 skippedThe throttle failures are pre-existing flakiness, and I measured that on clean master rather than assuming it. Method: stashed every dependency change, rebuilt, and ran the filtered class four times on unmodified master. Result: pass, fail, fail, fail — it fails most runs with no changes at all.
The assertions are exact event counts under parallel load, so they lose races:
Filed as a new Important/Medium backlog item. Not fixed here — this is a dependency PR — but worth flagging plainly: a suite that fails most runs cannot answer "did my change break something?", and establishing that these bumps were innocent cost a four-run baseline.
Left filed, deliberately
Both open issues are untouched, since this pass was scoped to dependencies:
FluentAssertions8.10.0 is referenced fromTharga.Cache/Tharga.Cache.csproj, the shipping library, not a test project — so its paid Xceed licence does propagate to consumers. Worth prioritising.AddCacheis not safe to call concurrently (static registration dictionary races).No source changes, no public API change, no
MAJOR_MINORbump (stays 1.0).