OData / OData/AspNetCoreOData

ODataDynamicModel: Example not working with queries

Open
#823 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
C#
Stars
505
Forks
186
PR merge metrics
No merged PRs in 30d

Description

The ODataDynamicModel can return
GET http://localhost:5000/odata/anotherdatasource/Schools
but not the mentioned
GET http://localhost:5000/odata/mydatasource/Products(1)/Name

See description here: https://github.com/OData/AspNetCoreOData/tree/main/sample/ODataDynamicModel

So no filter, top or whatever criterias are working.
Do I have to enable something additionally to make it work?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the sample/ODataDynamicModel description and reproduce the two listed requests: Schools and Products(1)/Name. Trace how the sample handles the dynamic data source and query requests, including filter and top criteria. Done means the documented product-property query and other listed query options work as described.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.