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

Support Option<T> in EF Core Entities #253

Open
bash opened this issue Jan 7, 2021 · 1 comment
Open

Support Option<T> in EF Core Entities #253

bash opened this issue Jan 7, 2021 · 1 comment

Comments

@bash
Copy link
Member

bash commented Jan 7, 2021

This is currently blocked by limitations in EF Core:

  • Allow value converters to change nullability of columns https://github.com/dotnet/efcore/issues/24685
  • Allow different types for FK/PK if a value converters to compatible provider types are used https://github.com/dotnet/efcore/issues/22542
@bash bash changed the title Support Option<T> in EF Core entities Support Option<T> in EF Core Entities Jan 7, 2021
@bash bash added enhancement New feature or request to discuss There are open points which need to be discussed labels Jan 8, 2021
@FreeApophis
Copy link
Member

We are unsure if it is possible to do. Removed from the milestone.

@bash bash added blocked and removed to discuss There are open points which need to be discussed labels Sep 12, 2022
@FreeApophis FreeApophis changed the title Support Option<T> in EF Core Entities Support Option<T> in EF Core Entities Oct 21, 2022
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

2 participants