TheOldNewMetadata
Removal of Code First metadata (part 1: CSDL)
- Removal of all System.Data.Entity.Edm CSDL classes except EdmModel and EdmNamespace which have no analogs in core metadata.
- Updated CSDL validator and serializers to enable an incremental approach to this refactoring (and because they are generally useful anyway)
- Added unit tests for the changes in core metadata.
↧