When deploying a type using the SqlServer provider, where the context.Prefix does not fully quailify the type, the deployment may fail eg
For the namespace Example.Testing.Person the prefix Example.Testing will create a database object name Person allowing a redeployment to succeed, whereas a prefix that causes an object name to contain a period eg Example will create a database object name Testing.Person which will fail when passed as parameter through the database rename procedure.