Chris Martinez

Results 301 comments of Chris Martinez
trafficstars

Do you have an example or, better still, a repro that highlights the issue you are experiencing? I don't have a clear picture of exactly what is happening. `IApiVersionSelector.SelectApiVersion` is...

Thanks for the repro; it will be useful. I don't quite think I've seen this setup, but it _should_ work. I already see a few clarifying points. 1. FYI, the...

Just a quick follow up. I realized I hadn't replied to your last post. - Yes, once an API is declared _version-neutral_ there is no scenario where you can also...

Having pulled down your repro and run it, I can't reproduce the results you're seeing. Everything seems to be working. I didn't change anything. A few clarifying points: #### You...

Thanks for the repro; it was helpful. The discussion has gone idle, so I presume you have resolved your issue and/or digested my explanation. If your issue has not been...

Yikes! So sorry I never replied on this. Is this still an issue? Did adding `[EnableQuery]` solve the problem? There have historically be a bunch of gaps and inconsistencies in...

Last call. Has there been any other updates or progress? `6.0` has been officially released. If this is now resolved, I'd like to close it out. If there is more...

@davidfowl / @bradygaster Deprecation is different from being obsolete (e.g. it's gone). This has been supported in API Versioning from the very beginning. The issue is that there is no...

It's a bit of a sidebar, but it is related to this discussion. API Versioning 6.0+ will also bring support for [RFC 8594](https://datatracker.ietf.org/doc/html/rfc8594). This will allow APIs to define a...

@captainsafia this would be a fail for API Versioning, which doesn't directly care or depend on any part of OpenAPI nor Swashbuckle or any other OpenAPI document generator. The _bridge_...