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

Can I contribute an introduction of a tool for StronglyTypedId in EFCore? #4160

Closed
yangzhongke opened this issue Nov 24, 2022 · 3 comments
Closed

Comments

@yangzhongke
Copy link
Contributor

Hi,
I created an open-source project, which can generate StronglyTypedId types for EFCore 7.
According to the documentation of 'What's New in EF Core 7.0', the 'Value generation for DDD guarded types' requires a lot of code to be written. With my project, developers just need to a [HasStronglyTypedId] to the entity type. Therefore, the project can facilitate the use of "guarded keys" in EF Core.
The repository: https://github.com/yangzhongke/LessCode.EFCore.StronglyTypedId

Can I add it to the EntityFramework.Docs?
If permitted, I'd like to add it to https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/whatsnew

Regards
Zack

@ErikEJ
Copy link
Contributor

ErikEJ commented Nov 25, 2022

You should add it to the bottom of this list https://learn.microsoft.com/en-us/ef/core/extensions/

@ajcvickers
Copy link
Member

Here's an example of a recent PR: #4152

@yangzhongke
Copy link
Contributor Author

Thanks, I have created a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants