aspnet-api-versioning
aspnet-api-versioning copied to clipboard
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
In the recently released .NET 9, there's built in support for generating openapi documents. However, these documents have to be predefined by specifying `services.AddOpenApi();`. This means that all API document...
Hello, Thank you for the support and maintaining this library. I'm in the process of updating my code from .NET6 and OData v7 ``` ``` to .NET8 and OData v8...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug Hi! With the default asp net minimal template the `DefaultApiVersion`...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug I've tried to configure query options globally, via controller action...
Hi, I am trying to implement 'Fallback' api version that would programmatically select the latest implemented API which
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug I am using Minimal APIs with Asp.Versioning.Mvc 8.1.0. I have...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Supporting...
# Fix compiler errors and update Odata sample - [x] You've read the [Contributor Guide](https://github.com/dotnet/aspnet-api-versioning/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://dotnetfoundation.org/code-of-conduct). - [ ] You've included unit or integration tests for your...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. _No...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Do...