vvdev

Results 6 comments of vvdev

Hello @robertmclaws , Thanks for your response. Yes, i looked into these methods during my investigation, maybe i missed something, but for me it looks like that no one of...

...Please note, API i was missing is this call: ` .AddServicePrototype(new ODataMessageReaderSettings { MessageQuotas = new ODataMessageQuotas { MaxPartsPerBatch = 256 } }) ` ( https://github.com/OData/WebApi/issues/2163#issuecomment-632512766 ) There is no...

@robertmclaws , ok, i maybe got too focused on missing ServicePrototype registration feature. I will refactor my code to make it more generic and clear, retest it and will post...

@robertmclaws, our code uses client inherited from Microsoft.OData.Client.DataServiceContext to make calls, but during investigation i also made raw queries - that's how i found that trailing slash in Path part...

@robertmclaws, i'm sorry, but will be unable to try it for next 3-5 weeks, after that will check.

Hello, @bert2 Project is .NET6/.NET7 Yes, code file is not visible in Solution Explorer, it is not even persisted to disk, it is behavior of C# Source Generator. https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview You...