-
Notifications
You must be signed in to change notification settings - Fork 48
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
EF Core: Owned types support #500
EF Core: Owned types support #500
Conversation
src/OpenRiaServices.Server.EntityFrameworkCore/Test/DbContextModel/Scenarios/ComplexTypes.cs
Outdated
Show resolved
Hide resolved
Note: It would probably be a good idea to write a line or two to the package readme about using DbService, Owned Types (and Complex Types). Complex types works reasonable "well", they are discovered as "complex object" but do not get any metadata from EF Core configuration. |
src/OpenRiaServices.Server.EntityFrameworkCore/Framework/EFCoreTypeDescriptionContext.cs
Fixed
Show fixed
Hide fixed
src/OpenRiaServices.Server.EntityFrameworkCore/Framework/EFCoreTypeDescriptor.cs
Fixed
Show fixed
Hide fixed
Things left to consider.
|
src/OpenRiaServices.Server.EntityFrameworkCore/Framework/README.md
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
[Composition]
OpenRiaServices.Server.EntityFrameworkCore