-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
apiIssues or changes related to the client APIIssues or changes related to the client APIdependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Most of the "Core" packages live in the "Doxense." namespace, and they will need to be moved to the "SnowBank." namespace.
This change would impact:
- All
using Doxense.X.Y.Z;would need to change intousing SnowBank.X.Y.Z; - The various Doxense.X.Y.Z assemblies would be renamed to SnowBank.X.Y.Z.dll
- Most of the main FoundationDB client itself lives in the
FoundationDB.Clientnamespace, so it would not be affected by it (only its dependencies would change). - The most frequently used helper type
Sliceis not affected because it is in theSystemnamespace (yes I know, but this makes life a lot easier!) - Unfortunately,
IVarTuple,STupleandTuPackare inDoxense.Collection.Tuplesand will need to change namespace. Though with the introduction of ValueTuple and the(..., ..., ...)notation, and implicit conversions, I would guess most application use vanilla ValueTuples instead of STuples (which existed way before their introduction in .NET and C#).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apiIssues or changes related to the client APIIssues or changes related to the client APIdependenciesPull requests that update a dependency filePull requests that update a dependency file