MangoMessengerAPI icon indicating copy to clipboard operation
MangoMessengerAPI copied to clipboard

Generate UUID primary key on Database side (or using 3rd party Nuget package)

Open kolosovpetro opened this issue 1 year ago • 0 comments

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

kolosovpetro avatar Jun 26 '23 11:06 kolosovpetro