Mike Simpson

Results 2 comments of Mike Simpson

I am getting this error as well, using fluent registration. Here is a simple example to duplicate the issue: ``` public class Parent { public long Key { get; set;...

In my example above, if I change it to use .RegisterEntity() instead of .GetDefaultEntityMapping(), it runs.