Update From Database:
1. Add new EDMX, empty model
2. Update from an existing database and select a table.
3. Once update is complete, press ctrl+z
Expected: the reverse-egnineered entity disappears.
Actual: it doesn't disappear until you press ctrl+z again.
Generate database:
1. Add new EDMX, empty model
2. Add an entity.
3. Run the generate-database wizard and press finish. (This will create the SSDL and mappings)
3. press ctrl+z
Expected: the mappings and S-Side entity disappear.
Actual: they don't disappear until you press ctrl+z __two more__ times.
Comments: Found a bug if you do Update Model twice in a row - created issue for that https://entityframework.codeplex.com/workitem/1355
1. Add new EDMX, empty model
2. Update from an existing database and select a table.
3. Once update is complete, press ctrl+z
Expected: the reverse-egnineered entity disappears.
Actual: it doesn't disappear until you press ctrl+z again.
Generate database:
1. Add new EDMX, empty model
2. Add an entity.
3. Run the generate-database wizard and press finish. (This will create the SSDL and mappings)
3. press ctrl+z
Expected: the mappings and S-Side entity disappear.
Actual: they don't disappear until you press ctrl+z __two more__ times.
Comments: Found a bug if you do Update Model twice in a row - created issue for that https://entityframework.codeplex.com/workitem/1355