burningice wrote:
@wysocki how does that help in regards to removing the types again when you uninstall the package?To install the types as suggested originally, one needs to also specify the assembly for the referenced type:
....
[ForeignKey("Builders.Data.IClient, Builders", AllowCascadeDeletes=true, NullReferenceValue="{00000000-0000-0000-0000-000000000000}")]
Guid Client { get; set; }
Let me also check if this is a "feature" we haven't documented, or an "issue" we need to fix.