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

BUG: Can't update generated .vb file after the Connected Service updating #27

Closed Gforse12 closed 4 years ago

Gforse12 commented 4 years ago

I recently updated the 1.3.7.0 to vX and i have a .vb generated code class. When i run Update Unchase OData Connected Services the option Generating Language is disabled. So it seems that on update only .cs files are updated/supported?

unchase commented 4 years ago

Hi, @Gforse12

Thanks for the issue. I fixed it in the last release. Please, check it now.

Gforse12 commented 4 years ago

Tried the update but stil only a .cs can be generated, check screensnip: Unchase OData Update only CS

unchase commented 4 years ago

First you should change the LanguageOption value to 1 in ConnectedService.json file. Or regenerate generated file.

Gforse12 commented 4 years ago

Check, changing LanguageOption value to 1 works! :-)