_This is blocking at least one P1 QA test._
1. Create new C# project and add EDMX.
2. Choose empty model.
3. Add entity and save.
4. Right click on "Id" property and remove the primary key.
5. Save
Expected:
Model error because the entity has no primary key
Actual:
No error. (The error is produced at build only.)
1. Create new C# project and add EDMX.
2. Choose empty model.
3. Add entity and save.
4. Right click on "Id" property and remove the primary key.
5. Save
Expected:
Model error because the entity has no primary key
Actual:
No error. (The error is produced at build only.)