MangoMessengerAPI
MangoMessengerAPI copied to clipboard
Generate UUID primary key on Database side (or using 3rd party Nuget package)
Taking to attention issues
- https://github.com/dotnet/runtime/issues/86084
- https://github.com/dotnet/runtime/issues/86798
It is clear that Guid.NewGuid()
method is not fit as primary key (at least in last its implementation), so we need to move UUID generation to database side or using nuget package
- https://github.com/vanbukin/Uuids