MongoFramework icon indicating copy to clipboard operation
MongoFramework copied to clipboard

Type is not a valid type to map

Open grounzero opened this issue 1 year ago • 7 comments

If the mongo db set type is an interface i.e. MongoDbSet<IMyInterfaceType> it throws an error.

Type is not a valid type to map (Parameter 'entityType')

Is there an example of how I can set this up? Some of my collection types are concrete though have properties that are interface types.

grounzero avatar Apr 06 '23 17:04 grounzero