Skip to content

Update foundationdb-dotnet-client NuGet Package to v7.3.2#1

Open
KrzysFR wants to merge 1 commit into
tskimmett:mainfrom
KrzysFR:update_fdb_732
Open

Update foundationdb-dotnet-client NuGet Package to v7.3.2#1
KrzysFR wants to merge 1 commit into
tskimmett:mainfrom
KrzysFR:update_fdb_732

Conversation

@KrzysFR

@KrzysFR KrzysFR commented Jun 17, 2025

Copy link
Copy Markdown

This PR updates the NuGet package for the FoundationDB .NET Client from v7.3.0-preview2 to v7.3.2

The latest version includes a renaming of some of the "core" namespaces (from Doxense.* to SnowBank.*) though this repository only used the namespace for the "tuples" which was renamed from Doxense.Collections.Tuples to SnowBank.Data.Tuples.

The only source breaking change I found was that the Last<T>() method on tuples has been renamed to GetLast<T>(), because it was colliding with the Last property name on some of the tuple types (and it could also be confused with the Last LINQ method).

I had to upgrade some Microsoft.* to fix some package downgrade errors in the Orleans.FoundationDb.Tests project.

I am not sure how to run the test project though, so I am unable to check if there are any issues with the changes.

@tskimmett

Copy link
Copy Markdown
Owner

Yeah the tests are a bit squirelly because they rely on internals from the orleans code base. I've since decided not to use fdb for my solution because it just isn't the right fit for my current scale, but I appreciate the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants