I'm having some problem with LazyLoading on the response of the AsyncCrudAppService Create method. After the objects creation, it returns the respective EntityDto but the classes inside aren't loaded.
Ex:image
Notice that the feature object "loaded" because I used the GetAllIncluding method, but the Project or the list of Scenarios are null. It stopped work out of nowhere.