You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should likely be v4model.GetV4Definition(nodeIn.NavigationProperty.DeclaringType).
I was getting an issue at the same spot as you, which appeared at first that it was failing to catch the null navigation property, but the root issue is actually that it tries to read the navigation property from the navigation property type itself instead of from the type that declares it.
Extensions/src/Microsoft.OData.Extensions.Migration/Middleware/QueryNodeTranslator.cs
Line 200 in fba558a
The text was updated successfully, but these errors were encountered: