Clément Habinshuti
Clément Habinshuti
For reference's sake, here's a summary of the experiments I ran to see how .NET 6 and .NET Core 3.1 garbage collectors behave in different memory constrained scenarios. I ran...
I made some changes to the PR to address the performance issues. Instead of a passing the `writeStream` to `Utf8JsonWriter`, I pass an `ArrayBufferWriter` buffer. Now when we need to...
I've added tests for the buffer-flushing logic because there was a gap in the tests.
Why not set an `EntitySetPath`?
Could you share some sample code to reproduce the issue. It appears like it was trying to split a string but the string was undefined. How did you defined your...
Hello @adepauldami @bonface221 the project was not written in typescript, but there are some type definitions here: https://github.com/habbes/ussd-menu-builder/blob/master/index.d.ts Now to answer the question? Is the project still relevant? I think...
@senioroman4uk please fix the PublicApiOut tests: 
@CheloXL When you say that things work when you don't use source-generated models, are you also using OData batch in that scenario? From the configuration snippet you shared in the...
Hello @cfauchere I have the same question as @xuzhg. When you say "before bumping version", it's not clear what you're referring. Which version of which library did you bump to...
This appears to be a feature gap. But it may be possible to achieve what you're looking for by using the capability annotations extension methods available in the library. It...