Chris Martinez
Chris Martinez
I'll work on getting out a fix. CRs are also welcome. 😃
OData 8+ fundamentally changed how things work under the hood. The EDM and routes are built ahead of time. The only way I know of that you can get in...
Following up. Did you ever get something working?
I don't mind contributing, if not just for my own selfish reasons. 😉 It initially looked like things might just need a refactoring of `BytesAdapter`, but it sounds like it...
@captainsafia Thanks for digging that up and refreshing my memory. @armanossiloko at this very moment I don't have a working example I can show. What you _should_ need to do...
I presume the urgency of this request is because the package is intentionally clipped to not include `9.0`+. For a bit of context and history, this is because I've been...
It's now been pushed
The `ODataApiExplorerOptions` have been there a lot time, even in the old `Microsoft.AspNetCore.OData.Versioning.ApiExplorer`. There's a lot going on this in this project, but this _could_ be the expected behavior. `filter`,...
This is actually insightful and really useful information. If you're using per-controller or per-project API versioning, the `VersionByNamespaceConvention` can really remove a lot of touch points. For example: First you...
Following up. Did this actually solve your problem and unblock you or is there more to investigate?