dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.78k stars 3.19k forks source link

"BUG" ? - Breaking change in EF Core 9 #34693

Closed ErikEJ closed 1 month ago

ErikEJ commented 1 month ago

Just FYI - I noticed that the constructor of ScaffoldedFile has changed in EF Core 9 (but doubt many if anyone other than me will be affected)

AndriySvyryd commented 1 month ago

It was intentional. Do you need the parameterless constructor?

ErikEJ commented 1 month ago

No, I just updated my code