No matter which way I mix it, it gives me errors. I have a feeling I\'m missing something obvious as I keep getting these errors.
One or more validation
Make sure you don't use HasKey() in combination with HasOptional() in your mappings. That was causing this error in my case.