Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more information about sequential GUID generation #4773

Open
cremor opened this issue Aug 2, 2024 · 0 comments
Open

Add more information about sequential GUID generation #4773

cremor opened this issue Aug 2, 2024 · 0 comments

Comments

@cremor
Copy link

cremor commented Aug 2, 2024

Type of issue

Missing information

Description

The section "GUIDs" currently links to the SQL Server's NEWSEQUENTIALID function and says that EF core works "similar". I think this should be clearified.

For example:

  • SQL Server's NEWSEQUENTIALID documentation page says "After restarting Windows, the GUID can start again from a lower range". Does EF Core suffer from the same problem?
  • What if the app using EF Core is not running on Windows? (Btw, that information is also missing in the SQL Server documentation.)

Page URL

https://learn.microsoft.com/en-us/ef/core/providers/sql-server/value-generation?tabs=data-annotations#guids

Content source URL

https://github.com/dotnet/EntityFramework.Docs/blob/main/entity-framework/core/providers/sql-server/value-generation.md

Document Version Independent Id

94c6d8b9-4bdc-c13b-c0b1-fdfeb8514dd2

Article author

@roji

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

No branches or pull requests

1 participant