Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
Step to reproduce:
- checkout branch "release/6.3"
- Execute \examples\AspNetCore\OData\ODataOpenApiExample\
- Call https://localhost:5001/api/Orders?api-version=2.0&top=1
I assume that the parameter "top" generates exceptions for all OData examples having options.Validate
or [EnableQuery].
Expected Behavior
Response 200
Steps To Reproduce
No response
Exceptions (if any)
Microsoft.OData.ODataException: 'The limit of '0' for Top query has been exceeded. The value from the incoming request is '1'.'
.NET Version
net6.0
Anything else?
No response