This PR addresses a bug where the IODataNavigable.cs would indescriminately overrride the IsComposable property for functions to lead to incorrect transformed metadata.
This PR applies a change to apply this condition if the Function exists in a part of the URL that is not the last segment meaning it would have to be composable for the URL to continue being built.
This PR addresses a bug where the
IODataNavigable.cs
would indescriminately overrride theIsComposable
property for functions to lead to incorrect transformed metadata.This PR applies a change to apply this condition if the Function exists in a part of the URL that is not the last segment meaning it would have to be composable for the URL to continue being built.