Michael Pizzo
Michael Pizzo
Marked as regression from 7.x. @xuzhg -- it doesn't look like Sreejith's https://github.com/OData/WebApi/issues/2572 got ported to ASPNetCore.OData. Can you make sure it gets fixed here?
According to the OData V4 spec, the return value for a primitive (i.e., string) function returning a null value should be 204 (as per the error in the Kestrel example...
Forward slashes within the URL (including within a quoted key value) MUST be URL-encoded. See http://docs.oasis-open.org/odata/odata/v4.0/errata03/os/complete/part2-url-conventions/odata-v4.0-errata03-os-part2-url-conventions-complete.html#_Toc453752335. The spec includes, as an example of an invalid URL: http://host/service/Categories('Smartphone/Tablet') And calls out...
@flieks; can you clarify what version of the libraries you are using? Can you provide a simple repo?
Hi @josundt -- can you provide a little more info on why you are using the "Non-Edm Approach"? Is there a reason you can't use the "Edm Approach"? Although it...
The problem is that we use the OData JSON collection deserializer in order to deserialize the collection. We are passing null as the type to that collection, which is causing...
hmm... @robertmclaws -- were you able to track this down any futher? I was able to update a Microsoft.Restier.AspNetCore 1.0.0-rc8.20220714.1 project to 7.5.16 and not encounter the 404 issue. I...
Are you using the latest preview nuget release of RESTier, or a later build directly from the repo?
Yes, we can hide releases. I also ran into https://github.com/OData/WebApi/issues/2701 I thought we moved the NewtonSoft logic to a separate extension? I would love to not have references to NewtonSoft...
> Are these suppressions all still required? Some seem to be repeats. Others may no longer be valid for the limited scope PR. Still others may be valid warnings that...