Not sure what the EDMGEN is validating here
It validates the ssdl file against a live database schema looking for inconsistencies)?
Ot it only validates the internal consistency between the ssdl, csdl and msl files?
If nobody has changed manually the contents of the autogenerated ssdl, csdl and msl files is there any reason to validate them?
Is this validation the same that runs when "Validate On Build" property of the ConceptualEntityModel is set to true in visual studio?
Is there any way to check consistency between ssdl file and live database? (like new tables, diferents fields, foreign keys, etc...) A similar results like the ones provided by Redgate SQLCompare when comparing schemas...