issues
search
Doxense
/
foundationdb-dotnet-client
C#/.NET Binding for FoundationDB Client API
BSD 3-Clause "New" or "Revised" License
149
stars
33
forks
source link
Merge shared framework code from upstream
#123
Closed
KrzysFR
closed
1 year ago
KrzysFR
commented
1 year ago
Update c# language version to 11.0 and .NET SDK version to 7.0 (but still target .NET 6 for the runtime)
Update the nullability annotations to
T?
whenever possible, instead of
[AllowNull]
Simplify
MutableSlice
to only be a thin wrapper arround a writeable
Slice
. Deleted methods already exist on the Slice anyway.
Fix serialization of TimeSpan/DateTime/DateTimeOffset in tuples
Various cleanups
T?
whenever possible, instead of[AllowNull]
MutableSlice
to only be a thin wrapper arround a writeableSlice
. Deleted methods already exist on the Slice anyway.