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 Hi, Version 6 works like a dream and I've migrated...

question
investigate
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. Our...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug URL versioning is giving me back the following error stating...

question
answered
asp.net core

Bumps [Microsoft.AspNet.WebApi.Client](https://github.com/aspnet/AspNetWebStack) from 5.2.7 to 5.2.9. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.AspNet.WebApi.Client&package-manager=nuget&previous-version=5.2.7&new-version=5.2.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps System.Threading.Tasks from 4.0.11 to 4.3.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Threading.Tasks&package-manager=nuget&previous-version=4.0.11&new-version=4.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [Microsoft.AspNet.WebApi.OwinSelfHost](https://github.com/aspnet/AspNetWebStack) from 5.2.7 to 5.2.9. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.AspNet.WebApi.OwinSelfHost&package-manager=nuget&previous-version=5.2.7&new-version=5.2.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Using .NET 6, OData 8 and the preview version of the library, I have some problems with generating correct swagger documentation for the `AllowedQueryOptions`. All the code is based on...

question
investigate
odata

For a project I am working on we have to follow API design rules from the Dutch government. Unfortunately they insist on using the version in the URL, but only...

question
asp.net core
odata

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I'm encountering an issue with Swagger/OpenAPI documentation in my ASP.NET...

answered
asp.net core
external

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug As described in [API Notifications](https://github.com/dotnet/aspnet-api-versioning/wiki/Versioned-Clients#api-notifications) section, the default `ApiVersionHandlerLogger` is...

bug