-
Notifications
You must be signed in to change notification settings - Fork 12
Limitations
Jon P Smith edited this page Jan 12, 2021
·
1 revision
This library has the following limitations
- When loading via keys the services assumes the primary key property(s) are properties.
- The navigational links have to be properties (e.g. not shadow properties).
- You can't have multiple soft delete configuration with with the same interface when using DI. That's because a service can only have one configuration class.
NOTE: theRegisterSoftDelServicesAndYourConfigurationswill throw an exception if there are multiple soft delete configuration with with the same interface.