Clément Habinshuti
Clément Habinshuti
Hi @akiankit33 thanks for reporting this. Would you be interested in contributing a pull-request to address this issue?
Hello @Brumbay , `Microsoft.OData.Client` v6 is not actively supported and therefore there are no plans to modify the code generation tool to generate code specifically to support v6. You could...
@markdnelson is this referring to CLI or the Visual Studio Connected Service extension? Or both?
Hello @hendrik-schmieder What is the value of `OrderBy` in 8.2.5. My suspicion is that this could be due to changes we made to support $orderby and other advanced expressions in...
@hendrik-schmieder another question, are you running into any issues as a result of the `OrderBy` property no longer being null after calling `ApplyTo`
@hendrik-schmieder I've not been able to reproduce the issue so far. Could you share a sample project that reproduces the issue?
@ElizabethOkerio could you share the error stack trace?
Here's the stack trace, the error seems to come from `JsonDocument.Parse` parsing the string, and not from the JSON writer: ``` [xUnit.net 00:00:13.05] Microsoft.OData.Tests.Json.JsonWriterAsyncTests.WritesJsonElementCorrectly [FAIL] Failed Microsoft.OData.Tests.Json.JsonWriterAsyncTests.WritesJsonElementCorrectly [3 ms] Error...
If you call `DerivesFrom()` when configuring the type using the model builder, the expectation is that you want to configure the type yourself. So you should also call `IsOpen()`, i.e....
This is somewhat related to https://github.com/OData/ODataConnectedService/issues/360 This was partially fixed by https://github.com/OData/ODataConnectedService/pull/407 which fixes the case where the files have different names but same ending. What if we add an...