Due to previous issues with the graph surface size seen in microsoft/OpenAPI.NET#866 the ExpandDerivedTypesNavigationProperties setting is currently disabled in generating the openAPI from the CSDL metadata.
This however may lead to some missing paths like actions/functions bound on the derived types or convenient nav Properties just one level deep.
We could possibly consider adding a "depth control" setting to to limit how deep the paths would go to compromise on this rather than a yes/no situation.