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

Provide alternatives for converting all decimals to double #2098

Closed
ghost opened this issue Feb 8, 2020 — with docs.microsoft.com · 1 comment
Closed

Provide alternatives for converting all decimals to double #2098

ghost opened this issue Feb 8, 2020 — with docs.microsoft.com · 1 comment

Comments

Copy link

ghost commented Feb 8, 2020

The most common scenario is when someone wants to perform
modelBuilder.Entity<MyEntity>().Property(e => e.DecimalProperty).HasConversion<double>();
for all decimal properties in their models. Maybe you should add a link to walkarounds to do this, like the detailed here dotnet/efcore#10784


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@ajcvickers
Copy link
Member

We will document this for 6.0 as part of dotnet/efcore#10784

@ajcvickers ajcvickers removed this from the 5.0.0 milestone Dec 16, 2020
@ajcvickers ajcvickers removed their assignment Dec 16, 2020
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

1 participant