unchase / Unchase.Odata.Connectedservice

:scroll: A Visual Studio extension for connecting to OData services with generating client-side C# proxy-classes
Apache License 2.0
44 stars 13 forks source link

Generate Odata V3 Connected Service #15

Closed alaskanrogue closed 5 years ago

alaskanrogue commented 5 years ago

Describe the bug

Although the metadata states "m:MaxDataServiceVersion="3.0"", a dynamic v4 reference.cs is generated.

Assemblies affected

OData References

Steps to reproduce

  1. Select a v3 OData Service
  2. Finish Generation

Expected result

A detailed v3 Reference.cs file (Example 1)

Actual result

A dynamic v4 Reference.cs file (Example 2)

Screenshots

NA

Additional detail

Example1.txt

Example2.txt

NA

alaskanrogue commented 5 years ago

Completely recoded and rebuilt the service resulting in the full reference creation in the client.