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 This is a bit of a long shot, as it...

bug
triage

# Fix Reported API Version Groups - [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 applicable....

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug In my application I'm grouping some controllers into ApiExplorer groups...

bug
triage

# Correct Sunset Policy Resolution - [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 applicable. -...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The wiki for versioning policies explicitly states that > Sunset...

bug

Our projects are currently on OData 7. We are also trying to move from Net7 to Net8. However when doing so we hit a stackoverflow issue that is preventing us...

question
asp.net core
odata

When all API controllers are decorated with the ApiVersionNeutralAttribute, the odata/$metadata always return 404. Removing the attribute on a single controller makes the issue go away. [WebApplication1.zip](https://github.com/dotnet/aspnet-api-versioning/files/13636281/WebApplication1.zip)

odata

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug After upgrading `Microsoft.AspNetCore.OData.Versioning` and `Microsoft.AspNetCore.Mvc.Versioning` from 4.1.1 to 5.1.0 and...

asp.net core
odata
triage

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug It seems like in the current version issue #496 appears...

bug
enhancement
asp.net core
odata

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

enhancement
question
asp.net core