You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ID: dbc4d900-28a8-9c04-2443-7407f15a684f
Version Independent ID: 545bb0b5-f15b-584e-cef7-7283a0e0729f
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.
The text was updated successfully, but these errors were encountered: