Closed
Description
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 ?