Clément Habinshuti
Clément Habinshuti
@bradleypatton what data do you get when you have the same endpoints but don't use OData? Do you have any user or account entry that is `null` by any chance....
@bradleypatton thanks for sharing the additional information. I'm going to try and reproduce the issue then get back to you. Meanwhile, I still have a couple more questions: - Is...
@bradleypatton I managed to reproduce the issue. It seems that when you apply the `Route()` attribute to the controller, the requests may get routed to the incorrect `Get` method. If...
Hi @giulianob `true` is a treated as a boolean literal. Is it possible to give the property a different name?
@giulianob thanks for the additional context. We're looking into this. It should be possible to disambiguate the boolean literal and an identifier called `true` in some context, like the `$select`.
Hi @motz-art If the `search` parameter in your example comes from the query string, could you try to decorate it with the `[FromQuery]` attribute and see whether that works (i.e....
@davorobadic are you using WebAPI 7.5.1 or 7.5.2? I have tried to reproduce the issue locally but it works as expected if I add `[FromQuery]` to the `search` parameter.
I ran your branch against some of the benchmarks in the repo. I found that it sped up the async writer scenarios (by up to 8%, awesome!) but it also...
I've re-run the "SerializationComparisons" benchmarks and now I see improvements in both performance and memory of up to 10%. Great work. **Before** | Method | WriterName | Mean | Error...
Since this post is not specific to this repo, maybe it would make sense to have a dedicated repo for such docs? Or blog posts?