Clément Habinshuti
Clément Habinshuti
@older thanks for reporting this. Where did you obtain the `odata-cli.exe` from? Did you download from NuGet? Did you use the `dotnet tool install` command or did you download the...
@older We'll check and ensure the version on GitHub is properly signed. The tool is documented here: https://docs.microsoft.com/en-us/odata/odatacli/getting-started The NuGet package is [Microsoft.OData.Cli](https://www.nuget.org/packages/Microsoft.OData.Cli/).
@jerrywoo96 the headers are appended to the request. But they are trimmed before being added to the request. Each header should be on a separate line. Looking at your screenshots,...
@jerrywoo96 what do you mean by "hosting on a different port"? A different port from what?
@jerrywoo96 could you use a tool that can intercept the network traffic, maybe something like fiddler and inspect whether the connected service is actually sending the request to the server...
Hi @Yahya0007 Is that a v4 service. It doesn't seem that we have good support for `Edm.Untyped` when generating code. Could you share about your use case and why you...
Hi @Yahya0007 the DevExpress link you have shared (I'm not familiar with the service) seems to suggest that their API is OData v4.0. According to the [spec](http://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#sec_BuiltInAbstractTypes) `Edm.Untyped` is supported...
Hi @adrien-constant as @unchase has mentioned, the T4 templates only work with V4. Code generation for OData V1 to V3 are handled by a separate closed-source library. You can find...
Hi @unchase, actually creating a cli tool is something we have considered https://github.com/OData/ODataConnectedService/issues/169 We don't yet have an ETA for it. @marabooy could you chime in.
@unchase I think we can have a CLI project in the current solution. I don't think that contradicts the proposal made by @marabooy since the common functionality could also be...