Skip to content

Opting Out of Versioning using ApiVersionConventionBuilder's IsApiVersionNeutral() method does not work #322

Closed
@sajibcefalo

Description

@sajibcefalo

Hello,

I have tried to make an api controller version neutral using ApiVersionConventionBuilder.IsApiVersionNeutral() method. It does not work and returns error code ApiVersionUnspecified with the message An API version is required, but was not specified when one of the api end point is called. When I make the controller version neutral using [ApiVersionNeutral] attribute, it works as expected. Is not it a bug ?

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions