-
Notifications
You must be signed in to change notification settings - Fork 714
Closed
Description
I just transfer to endpoint middleware odata route config with the new release api versioning 5.0.0.
I find that some of my httpget methods don't work. These methods have names like 'GetOrders'. While 'Get' and 'GetOrder' are ok. All other names failed even if work with OdataRoute attribute.
then I try to reproduce this in the OdataSwaggerSample project and it happens. but it doesn't happen in aspnetcore odata sample project without api versioning.