You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using TPH mapping in EF core, the base class controller does not have a delete method generated but the concrete type controllers do. However, the front end view model does expose a delete method.
The ideal fix for this would be to support deletes to the base model. If there is some technical reason to not support it, another option is to remove the delete method from the view models of the base type in order to not mislead developers.
The text was updated successfully, but these errors were encountered:
When using TPH mapping in EF core, the base class controller does not have a delete method generated but the concrete type controllers do. However, the front end view model does expose a delete method.
The ideal fix for this would be to support deletes to the base model. If there is some technical reason to not support it, another option is to remove the delete method from the view models of the base type in order to not mislead developers.
The text was updated successfully, but these errors were encountered: