SQL Server scaffolding generates invalid anonymous types for indexes (rc1-final) #3847
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
I use the NORTHWND database restored from https://northwinddatabase.codeplex.com, and use the following command to scaffold entity classes:
Design package is EntityFramework.MicrosoftSqlServer.Design 7.0.0-rc1-final
Generated classes fail to compile with "An anonymous type cannot have multiple properties with the same name".
Problematic source lines:
The text was updated successfully, but these errors were encountered: