How to generate odata v4 c# proxy client for Visual Studio 2017?

后端 未结 5 2047
南方客
南方客 2021-02-13 10:40

Where can i get odata v4 c# proxy generator for Visual Studio 2017? The existing one is for 2015 only.

5条回答
  •  悲&欢浪女
    2021-02-13 11:21

    The best idea here would be to create a class library in Visual studio 2015 with the odata code generator. This class library should be responsible for dealing with all the odata client related operations. Next you can simply add this library to your visual studio 2017 solution and add reference to this library in our main project. That is how I got rid of this problem when I encountered it.

提交回复
热议问题