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
I am building the client side of a project wherethe backend uses Web Api and OData version 4. I had trouble getting breeze to generate entities from the metadata supplied by the server, and read about the problem here http://www.getbreezenow.com/documentation/odata-server, which I sent to the guy building the backend. He tried to implement the EdmBuilder method as suggested, but could not get it to build with the latest Web Api & OData v4 tools he is using.
Is there a plan to update EdmBuilder.cs so that it will work with the latest versions of these tools?
I really like what I have seen of breeze and I am keen to use it in this project. For now I'll have to manually define the entities in my front end code, but if we could get it working automatically this would make things many times more simple.
Thanks.
The text was updated successfully, but these errors were encountered:
I am building the client side of a project wherethe backend uses Web Api and OData version 4. I had trouble getting breeze to generate entities from the metadata supplied by the server, and read about the problem here http://www.getbreezenow.com/documentation/odata-server, which I sent to the guy building the backend. He tried to implement the EdmBuilder method as suggested, but could not get it to build with the latest Web Api & OData v4 tools he is using.
Is there a plan to update EdmBuilder.cs so that it will work with the latest versions of these tools?
I really like what I have seen of breeze and I am keen to use it in this project. For now I'll have to manually define the entities in my front end code, but if we could get it working automatically this would make things many times more simple.
Thanks.
The text was updated successfully, but these errors were encountered: