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
Creating a migration works normally, but trying to apply it will result in PendingModelChangesWarning. Creating new migration afterwards results in an AlterColumn call for ScalingFactor that does not actually change anything.
Adding PrecisionAtribute to a Decimal parameter causes false positive for PendingModelChangesWarning exception.
Example:
Creating a migration works normally, but trying to apply it will result in PendingModelChangesWarning. Creating new migration afterwards results in an AlterColumn call for ScalingFactor that does not actually change anything.
Result of 1st migration:
Result of a subsequent migration (no other changes made to model):
Commenting out the annotation, creating a new migration and setting the precision manually works as expected.
The text was updated successfully, but these errors were encountered: