ShvetsovAU

Results 7 comments of ShvetsovAU

> Regarding second question. You use `System.Text.Json.JsonSerializer.Serialize[TValue](TValue value)` in your code. What type the _value_ is? GraphQL.NET has special converters to serialize `ExecutionResult`. See GraphQL.SystemTextJson source code in this repo....

> @ShvetsovAU Thank you for reporting this issue. I was able to reproduce it. Find my explanation below. > > This is currently not supported: > > ```cs > var...

> @ShvetsovAU Thank you for reporting this issue. I was able to reproduce it. Find my explanation below. Hello. Can you another check next issue https://github.com/OData/odata.net/issues/1247 ?

> @ShvetsovAU this is a great suggestion. It might be a good opportunity if you want to make a contribution. We'll be happy to review. Which methods of linq is...

Maybe you can recomended another library for translating linq to OData queries?

> @ShvetsovAU most of the linq methods are supported by OData Client.. check out this doc https://docs.microsoft.com/en-us/odata/client/query-options. There are also aggregation methods that have recently been supported. #1921 Hello, thank...