Chris Martinez

Results 301 comments of Chris Martinez
trafficstars

Do you happen to have a simple repro for this? It would seem there is a particular combination that results in this behavior. API Versioning doesn't specifically care about `IApiBehaviorMetadata`,...

Confirmed. It's a 🐞 . It'll be fixed in the next release. Your current workaround is feasible for your scenario. This turned out be a little trickier than I thought....

`6.0` has been officially released and contains the fix for this issue. Thanks for reporting it as well as for providing a repro. If the issue returns, feel free to...

OData `8.0` is not officially supported so hopefully that isn't the culprit. Do you have the file and line number reference link? If you have the world's simplest repro, that...

Something is seemingly awry. I haven't seen this before so there is clearly some edge case not covered. The **PseudoModelBindingVisitor** was forked from [here](https://github.com/dotnet/aspnetcore/blob/main/src/Mvc/Mvc.ApiExplorer/src/DefaultApiDescriptionProvider.cs#L491). Perhaps there's some difference or change...

Circling back around on this issue. I expect that you never got it to work; at least, not the way you wanted. OData 8.0 hasn't been supported (until now) and...

`6.0` has been officially release. This thread seems to gone dark. Since the offending code no longer even exists, I'm inclined to close this out. If someone this is not...

Thanks for reporting this. There are lot of possible setup variations and I hadn't tried this one. There is a bug in ASP.NET Core's implementation of the API Explorer for...

The ASP.NET Core team confirmed the bug, but they've yet to provide any feedback as to _when_ the fix might be published. I'm getting the impression that it may not...