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
notice that intellisense doesn't complain about cgswl and gives you properties of a company -- it understands "cgswl" is a key segment
continue typing:
competitors/cgswl/employees/1
notice that intellisense doesn't give you properties of an employee and complains about "1" not being a property -- it doesn't understand that 1 is a key segment within the collection-valued navigation property.
if you hit "Send Request" at this point you'll see that it is a valid Url.
=>urlEditor seems to recognize key-as-segment as being valid for an entityset, but not for a collection-valued navigation property.
The text was updated successfully, but these errors were encountered:
Steps to repro:
if you hit "Send Request" at this point you'll see that it is a valid Url.
=>urlEditor seems to recognize key-as-segment as being valid for an entityset, but not for a collection-valued navigation property.
The text was updated successfully, but these errors were encountered: