Elizabeth Okerio
Elizabeth Okerio
@jiangyi1985 if what you are doing is something simple then you can make the changes in the controller method. Otherwise, you need to create a custom serializer and serializer provider...
@Lonli-Lokli could you please provide us with more information on any problems you are getting with using the Minimal Api with OData
As per the OData spec, collections cannot be null but they can be empty. Normally, navigation properties are not automatically expanded and included in the response and that's why the...
`$count` is a segment and `Count()` is a query option. The two are different and the `$count` segment is not related to the Count() query option. For you to use...
Related https://github.com/OData/odata.net/issues/461
@abagaylelb can you please check whether the encoding is right? In particular, it looks like the string value should be 'http%3A%2F%2**F**sample.sample.net%2Fsample%2Fservices%2Ffoo'))
https://github.com/OData/WebApi/issues/2309
@jianyilim the feature is currently not supported but it's on our backlog.
@komdil how do you want the URL to look like? Do you want to create a function or just query by key?
@DavidSimner you can get an error message in the ModelState from the controller.