This repository was archived by the owner on Jan 16, 2024. It is now read-only.
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
Compile Errors in All Entity Classes after Upgrade from 2.0.1 to 2.0.5.5 #215
Closed
Description
Just updated EFDesigner in Visual Studio 2019 (16.6.0 Preview 6.0) from version 2.0.1 to 2.0.5.5 and after opening an existent model and saving it again (without any changes) all entity classes were re-generated and are completely broken now.
Basically all local variable names got removed, looking like this now:
The "Title" attribute is defined like this in the designer, can't see something special there:
And again, this happened for ALL attributes/columns (not matter which data type) in ALL entities - so not sure what to do here beside reverting back to the old version... any idea about that?
Thanks in advance
Andreas
P. S.: Talking about EF6 with .NET 4.7.2 here.