Non-contained navigation properties should not have action/function operations paths generated. This will reduce a number of redundant paths. ### Assemblies affected `1.0.8` ### Steps to reproduce Generate the OpenAPI doc. from CSDL with actions/functions bound to a type defining a navigation property that is con-contained. ### Expected result No actions/functions path generated for this navigation property path. ### Actual result actions/functions paths generated for this navigation property path.