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
same problem on VS2017 Enterprise.
Adding new OData service returns this error:
Adding Nuget Packages
Generating Client Proxy ...
Error:Adding OData Connected Service to the project failed: The schema element 'NavigationProperty' was not expected in the given context.
This error happens when you use a property with a name "Id" in your model. I had to change my property to MyId so the generation works. Any ideas as to why is this happening?
This is still an issue nearly 2 years after being reported :( I want to use 'Id' as my property name so the work-around is not a viable solution for me.
VS2017 CE
The text was updated successfully, but these errors were encountered: