Adopt Dinah.Core 10.2.5.1 and AudibleApi 11.0.4.1 - #1977
Merged
rmcrackan merged 2 commits intoAug 19, 2026
Conversation
Picks up the .NET 10.0.11 dependency floors both now declare. Co-authored-by: rmcrackan <rmcrackan@gmail.com>
rmcrackan
marked this pull request as ready for review
August 19, 2026 18:52
LibationFileManager.csproj conflicted because both sides edited adjacent PackageReference lines: this branch bumped AudibleApi, master's #1974 bumped Microsoft.Extensions.Configuration.Json. Kept both. Co-authored-by: rmcrackan <rmcrackan@gmail.com>
rmcrackan
deleted the
cursor/adopt-dinah-10-2-5-1-audibleapi-11-0-4-1-accb
branch
August 19, 2026 18:56
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.
What
Moves all six sibling package references onto the newly published versions:
FileManagerDinah.CoreDataLayerDinah.CoreDataLayerDinah.EntityFrameworkCore_Demos/LoadByOS/CrossPlatformClientExeDinah.CoreLibationWinFormsDinah.Core.WindowsDesktopAudibleUtilitiesAudibleApiLibationFileManagerAudibleApiWhy
Both upstreams moved their .NET 10 dependency floors to 10.0.11 and published under new versions:
Dinah.Core/Dinah.EntityFrameworkCore/Dinah.Core.WindowsDesktop10.2.5.1 fromrmcrackan/Dinah.Core#28 and
#30, and
AudibleApi11.0.4.1 fromrmcrackan/AudibleApi#80. This is the last repo in
that chain.
Verification
dotnet restore Source/Libation.slnxresolvesDinah.Core10.2.5.1,Dinah.EntityFrameworkCore10.2.5.1,Dinah.Core.WindowsDesktop10.2.5.1 andAudibleApi11.0.4.1, with no new warnings.LibationAvalonia,LibationCliandLibationWinFormsall build with 0 errors.dotnet testfromSource/: 1479 total, 0 failed, 23 skipped - unchanged.Note on NU1903
Restore still reports the
SQLitePCLRaw.lib.e_sqlite32.1.11 advisory on this branch, and that isexpected.
DataLayerreferencesMicrosoft.EntityFrameworkCore.Sqlite10.0.7 directly, and thatreference is what pulls the vulnerable native bundle; picking up
Dinah.EntityFrameworkCore's newEntityFrameworkCore.Relational10.0.11 floor does not change it. The Sqlite bump that clears thewarning is #1974.
Related
Independent of the two other open PRs, #1974 and
#1975. #1974 also touches
DataLayer/DataLayer.csprojandLibationFileManager/LibationFileManager.csproj, but on differentlines (
Microsoft.*versions rather than theDinah.*/AudibleApiones), so they merge in eitherorder.