You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configuration.AddApiVersioning( o =>o.AssumeDefaultVersionWhenUnspecified=true);
The following OData controller should be implicitly matched:
[ODataRoutePrefix("People")]publicclassPeopleController:ODataController{// GET ~/people// GET ~/people?api-version=1.0[ODataRoute]publicIHttpActionResultGet()=>Ok();
The server returns 4xx class response instead.
The text was updated successfully, but these errors were encountered:
When implicit API versioning is enabled:
The following OData controller should be implicitly matched:
The server returns 4xx class response instead.
The text was updated successfully, but these errors were encountered: