-
When defining a function with single optional parameter, api returns 500 (Internal Server Error).
### Assemblies affected
Microsoft.AspNet.OData 7.0.1
#### Reproduce steps
```csharp
[…
-
I am using Breeze latest version configured to use OData adaptor:
`breeze.config.initializeAdapterInstance('dataService', "OData", true);`
The OData is using the datajs to get data from a web service…
-
When making an OData request and passing the `$count=true|false` query option, query validation fails when the Boolean values are not 100% lowercase. This is inconsistent with C# Boolean parsing a…
-
It looks like adding a reference to Microsoft.AspNetCore.OData 7.1.0 and registering OData via
`services.AddOdata()`
breaks the NSwag generation. When attempting to navigation to /swagger
Ex…
-
Currently, when trying to use $search (using `AddQueryOption`), it results in an ArgumentNullException being thrown when trying to execute the query or get the RequestUri.
### Assemblies affect…
-
**Assemblies affected**
ASP.NET Core OData 8.x (master)
**Describe the bug**
When getting a single entity, but passing multiple ID's will return a single result (the first id found in the list). …
-
**Assemblies affected**
Which assemblies and versions are known to be affected e.g. ASP.NET Core OData 8.x
**Describe the bug**
OData specs has the following at: http://docs.oasis-open.org/odata/…
xuzhg updated
2 years ago
-
OData Client has some non-trivial locking logic, but is still susceptible to race conditions (see
https://github.com/OData/odata.net/pull/2533). It's used a lot in servers where it has to proces…
-
The OData Protocol specifies the batch request preference `continue-on-error` can be associated with a boolean value `true` or `false` ([OData-ABNF](http://docs.oasis-open.org/odata/odata/v4.01/cs…
ghost updated
2 years ago
-
OData calls made using `DataServiceContext` will not reuse sockets. High load will therefore lead to port exhaustion, leading to `System.Net.Sockets.SocketException` being thrown with the followin…