-
Notifications
You must be signed in to change notification settings - Fork 711
Multiple versions of Orders Controller and routes not found #825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Strange, but not impossible. I'll investigate. Thanks for reporting it. |
Yeah... I thought so. The only way I was able to get V3 to work was just by changing the OrderModelConfiguration as below even though it seems to follow the same pattern as the PersonModelConfiguration which does not appear to be affected. `public void Apply( ODataModelBuilder builder, ApiVersion apiVersion, string routePrefix )
|
Similar issue as #821 |
Long story short, this was a bug. If you're interested in the details, see #821. Preview 3 is now available and contains the fix for this issue. I've also gone through all of the OData OpenAPI examples to verify that they should all work. 😉 Let me know if this resolves your issue. |
Thank you. It is now working correctly for me. Good job. |
On the project ODataOpenApiExample, it appears that the OrdersController V3 is not working correctly. For example, both the Patch request and the Get request return a 404. See screenshots below. May be I am missing something?
The text was updated successfully, but these errors were encountered: