One to Zero or Many

Options
When I connect to my DbContext and try to run a query, I get the following: "ModelValidationException: One or more validation errors were detected during model generation." All of the listed tables participate in a One to Many or Zero relationship (e.g. Optional Extension data) and each has a key defined via Fluent Configuration. The mappings work fine in the application.

Has any seen this before?

Chuck