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.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug In my project, I'm specifying two versions for the CountriesController...
## Background and Motivation Extension method which operate on `IServiceCollection` type are usually chainable. When I saw examples it was not immeidately obvious that `AddMvc` is not the same from...
# chore: Add remarks to xmldoc for default constructor of HeaderApiVersionReader - [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). - [x] You've included unit or integration tests...
### 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. I...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug In the config, AssumeDefaultVersionWhenUnspecified is set to true. If a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug According to the documentation comment: > The default value is...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I'm trying to use the url segment versioning in my...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug I was playing with native AoT and had a trim...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When using Microsoft.AspNetCore.Mvc.Versioning 5.1.0, the error responses contained an error...
# fix(ApiExplorer): SubstitutedType have invalid property setter - [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). - [x] You've included unit or integration tests for your change, where...