ODataConnectedService
ODataConnectedService copied to clipboard
A Visual Studio extension for generating client code for OData Services
This pull request fixes #390, fixes #391, fixes #384, and closes https://github.com/OData/ODataConnectedService/pull/389 This appears to have broken when introducing a feature that allows loading the command line options from a...
Configure code coverage. Restrict code coverage analysis to libraries being tested: 
### Describe the bug Changes and improvements are made in this repo, but for me it's all for nothing because the version on Visual Studio Marketplace never changes and my...
There seems to be a regression when upgrading Microsoft.OData.Cli from 0.2.0 to 0.3.0. Using an unmodified metadata.xml the new version no longer generate multiple files when the --multiple-files flag is...
There seems to be a regression when upgrading Microsoft.OData.Cli from 0.2.0 to 0.3.0. Using an unmodified metadata.xml the new version no longer generate property tracking when the `--enable-tracking` flag is...
Add service-name command line option Resolves #384
### Is your feature request related to a problem? Please describe. Metadata file from odata.cli tool is always named `OData ServiceCsdl.xml`. If you generate two references, the assembly will contain...
### Describe the bug I followed [an instruction](https://learn.microsoft.com/en-us/odata/connectedservice/getting-started) to generate an automatic code, based on my OData server's metadata. Code generation was completed, but two kind of error occurred: 1....
### Describe the bug The Odata Northwind service site is giving runtime error and we couldn't fetch data. #### Version of the Project affected https://services.odata.org/V4/Northwind/Northwind.svc #### To Reproduce Steps to...
Hi ! We have a very basic testing DataService which implements a simple test structure: ``` ``` When I use this Service like this: ``` File tesFile = new File();...