Chris Martinez
Chris Martinez
@Preethi-Angel Can you provide some more context or examples. If you have code or a repo you can share, that would be best. In terms of differences, moving from OData...
This issue has gone idle and the OP seems to have been answered. If it hasn't, I'm happy to re-open the issue and discuss further. @Preethi-Angel , it's not clear...
A lot has changed in 2.5 years; OData in particular. Since you are upgrading, is there a particular reason you are staying so far behind on `5.1.0`? The latest version...
Point of order. `6.0.0` requires .NET 6.0 and ASP.NET Core 6.0. It does also multi-target to support .NET Core 3.1 due to the slow update of OData, but that has...
Ah, gotcha. A great many things were fixed, particularly in routing. If you're stuck on `7.x` for the time being, then so be it. Happy to help iron out getting...
Curious if were able to get repro going? You might be able to use one of the provided OData examples as the baseline. The OpenAPI example probably has the most...
Cross posting. A repro was provided at: https://github.com/fannydengdeng/ODataApiVersioning
@fannydengdeng, thanks for the repro. It did identify the _First-Chance Exception_ issue, but it doesn't seem to be related to the other issues. @akristanto after reviewing this yet again, I...
Unfortunately, depending on what you are doing and what you expect, some things will not work as expected. Ultimately, this is a design flaw (IMHO) with how `WithOpenApi` works. I've...
@captainsafia it doesn't seems the OpenAPI improvements made the .NET 8 cut line. Is there an epic or plan to improve this area for .NET 9 - yet?