fluent-nhibernate
fluent-nhibernate copied to clipboard
Null instance.Property is passed to Id conventions when using inherited from base primary key with concrete entity mapping override
Example project: https://github.com/vbprogr/nhmapinheritancebug.git
I think it is the same bug as #275
It's not exactly but it may have the same roots. To workaround this bug I should override Id but than #275 appears.