NullKnockoutByProxy (Remove DbNullConfiguration and replace DbConfigurationProxy with attribute)
DbNullConfiguration is no longer needed since we now don't throw if no configuration is found in the same assembly as the context. DbConfigurationProxy has been replaced by an attribute that can be applied to the context class to point to the configuration to use.
↧