___This is blocking at least one P1 QA test.___
If we determine that the new behavior is preferred, I will update the QA test to support the new behavior.
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.)
If we determine that the new behavior is preferred, I will update the QA test to support the new behavior.
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.)