-
I get the following exception when running an OData filter query against a field in my model that is a collection of enum values.
System.InvalidOperationException: The LINQ expression 'DbSet()
…
-
**Enviroment**
.NET 5.0
Entity Framework 6
OData 8.0.3
**Problem**
After upgrading from 8.0.0-preview3 to 8.0.3, when ever I query with $select the following exception is thrown
**Wiring**
…
-
I would like to use the ng-table with OData server side paging.
I cannot find a correct documentation about, how can I use the ngTableEvents.onPagesChanged() with Controller AS syntax. Every demo uses…
-
### Expected Behavior
I am trying to get a list of all the servers with their info but it doesn't work
### Actual Behavior
I get errors for almost each servers except when the date format can be …
-
On the server's side entity type properties are configured to be ignored via ODataModelBuilder but those are not ignored on the client's side (in RequestWriter.cs).
In this case we don't want to ex…
-
Hi All,
I'm working to expose a data set of strongly typed objects that represent JSON deserializations to Microsoft Excel using OData and ASPNET Core (In Excel, Data Ribbon > New Query > From Other …
-
In section 8.1.1 wrt Content-Type header, which MUST be specified on requests and responses with a non-empty request or response body, an exception is specified for bodies representing the media strea…
-
### Which service(blob, file, queue, table) does this issue concern?
table
### Which version of the Azurite was used?
3.15.0
### Where do you get Azurite? (npm, DockerHub, NuGet, Visual St…
-
Hi Brad,
thanks for this gem! I would love to use it in my project but I don't get it running. Could you provide a short example how to use it in a rails project?
Thanks very much in advance!
Stefa…
-
I am trying to build a ASPNet Core OData API on entities which has complex properties of type anonymous JSON (i.e. 'dynamic' or 'JObject' or object) and a simple GET API fails while serialization …