Closed bleissem closed 5 years ago
As in #21 and #25 updating nested dto's fails In the given example at https://github.com/bleissem/TestNestedInDtosIssue13 the failing unit tests works with commit https://github.com/bleissem/TestNestedInDtosIssue13/commit/b0b33929f32a1941add0b3e05ad27b93f8535d14 because of providing the navigation properties as an expression as long as the name is not different than the db entity name
GenericServices is not designed to use Includes. It uses DTOs with AutoMapper to flatten entities and their relationships.
As in #21 and #25 updating nested dto's fails In the given example at https://github.com/bleissem/TestNestedInDtosIssue13 the failing unit tests works with commit https://github.com/bleissem/TestNestedInDtosIssue13/commit/b0b33929f32a1941add0b3e05ad27b93f8535d14 because of providing the navigation properties as an expression as long as the name is not different than the db entity name