aspnet-api-versioning icon indicating copy to clipboard operation
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.

Results 83 aspnet-api-versioning issues
Sort by recently updated
recently updated
newest added
trafficstars

### 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...

question
answered
asp.net core

## 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...

enhancement

# 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...

enhancement

### 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...

bug
investigate
asp.net core

### 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...

bug
documentation

### 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...

bug
investigate

### 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...

bug

# 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...