Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 335 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 335 Bytes

EF Core (2.1.0-preview-1) Enum to string migration bug.

Repro steps:

  • Create new migration using VS package manager console add-migration "two"
  • Notice the migrations tool attempts to alter the FromCurrency and ToCurrency
  • ... repeat

EF core issue tracker:

dotnet/efcore#11343