Where can i get odata v4 c# proxy generator for Visual Studio 2017? The existing one is for 2015 only.
The Open Data Protocol (OData) enables the creation of REST-based data services, which allow resources, identified using Uniform Resource Locators (URLs) and defined in an Entity Data Model (EDM), to be published and edited by Web clients using simple HTTP messages.
The Open Data Protocol (OData) is a data access protocol for the web. OData provides a uniform way to query and manipulate data sets through CRUD operations (create, read, update, and delete).
VS 2017 is now supported in "OData Connected Service" extension. install it and add your reference from:
Service Refernces --> Add Connected Service --> OData Connected Service
You can use the download button on this page. You have run the installer and then it works fine with VS2017.
The extension will not show up in the Tools --> Extensions
window, but it will add the 'OData client' as an option in 'add new item'.
Tested this with Visual Studio 2017 enterprise V15.1
Edit: Apparently VS2017 is supported again since version 7.4.2 beta
, thanks @linac.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With