Sam Xu
Sam Xu
OData specs has the following at: http://docs.oasis-open.org/odata/odata/v4.01/cs01/part1-protocol/odata-v4.01-cs01-part1-protocol.html#_Toc505771137 ```txt 8.2.8.6 [Preference omit-values](http://docs.oasis-open.org/odata/odata/v4.01/cs01/part1-protocol/odata-v4.01-cs01-part1-protocol.html#sec_Preferenceomitvalues) The omit-values preference specifies values that MAY be omitted from a response payload. Valid values are nulls or defaults....
**Assemblies affected** Which assemblies and versions are known to be affected e.g. ASP.NET Core OData 8.x **Describe the bug** Recently, We have had customers who want to omit the null...
The only time we should receive a link/deletedLink in a request is a PATCH against a collection, which might look something like this: `PATCH http://host/service/$metadata#Customers` ```json { { "@context":"#Customers/$deletedLink", "source":"Customers('ALFKI')",...
*Short summary (3-5 sentences) describing the issue.* Recently, I got a lot of requirements, for example 1) I don't want to expand on certain element 2) I don't need this...
Maybe we can have an extension middleware to expose the OpenAPI description for a certain OData service. For example: ```C# public class ODataOpenApiMiddleware { private readonly RequestDelegate next; public ODataOpenApiMiddleware(RequestDelegate...
The [OASIS OData to OpenApi v3.0](https://docs.oasis-open.org/odata/odata-openapi/v1.0/odata-openapi-v1.0.html) says: 4.2.1 Field title The value of title is the value of the unqualified annotation Core.Description (see [OData-VocCore]) of the main schema or the...
Miss the function parameter in the parameters list
In the PR: https://github.com/OData/odata.net/pull/2173, we will use "UseDefault" property to figure out whether it's used the default value from term or not. In the next main (breaking change) version, we...
*Short summary (3-5 sentences) describing the issue.* ### Assemblies affected *Which assemblies and versions are known to be affected e.g. OData .Net lib 7.x* ### Reproduce steps A workload reports...