I cannot get IModelGenerationExtension OnAfterModelGenerated to fire at the end of the Generate Wizard.
It does have a WizardKind property in the context, so I believe it should.
Both OnAfterModelGenerated and OnAfterModelUpdated fire at the end of the Update Wizard.
This is the same in EF5/VS2012 and in EF6's EFTools.msi
The easiest way to test is with the
ADO.NET Entity Data Model Designer Extension Starter Kit
If you want an upgraded VS2012 version let me know and you can get it from my GitHub repository.
Thanks
It does have a WizardKind property in the context, so I believe it should.
Both OnAfterModelGenerated and OnAfterModelUpdated fire at the end of the Update Wizard.
This is the same in EF5/VS2012 and in EF6's EFTools.msi
The easiest way to test is with the
ADO.NET Entity Data Model Designer Extension Starter Kit
If you want an upgraded VS2012 version let me know and you can get it from my GitHub repository.
Thanks