Updating lightweight conventions API to hang directly off of DbModelBuilder.
* Removes Add overloads from ConventionsConfiguration
* Adds Entities and Properties methods to DbModelBuilder
* Includes new Where method for capturing information in a filter to use later during configuration (e.g. custom attributes)
* Hides System.Object members on configuration types
↧