MongoFramework
MongoFramework copied to clipboard
Type is not a valid type to map
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.