OData / ODataSamples

Samples: For ODataLib, OData Web API, RESTier, etc.
http://odata.github.io/
Other
296 stars 223 forks source link

Samples for aspnet core 3.1 #126

Open cfauchere opened 4 years ago

cfauchere commented 4 years ago

I could not find samples for aspnet core 3.1. I am trying to migrate from aspnet core 2.2.

acds commented 4 years ago

ditto, with support for Microsoft.AspNetCore.OData >= 7.3.0 Would also be good to consider work being done to add support for service endpoints.

acds commented 4 years ago

I have a basic migration of this sample working, but realize it misses an important feature, the service document...

Per this:

To request a Service Document describing the set of entity collections (i.e., entity sets) that can be queried from a service, the client issues a GET request to the root URL of the service (the Service Root).

The format of the Service Document is dependent upon the format selected. For example, in Atom the Service Document is an AtomPub Service Document (as specified in RFC5023).

j-childers commented 4 years ago

@acds Would definitely be interested in seeing it, even without the service document support.

acds commented 4 years ago

@j-childers I don't think anyone is listening...

adding a link to this issue https://github.com/OData/ODataSamples/issues/65#issuecomment-591508301