comminity-data-odata-linq icon indicating copy to clipboard operation
comminity-data-odata-linq copied to clipboard

Use OData filter text query in linq expresson for any IQuerable without ASP.NET dependency. Support netstandard2.0

Results 17 comminity-data-odata-linq issues
Sort by recently updated
recently updated
newest added

Hello, The [`OData` Linq Extension](https://github.com/IharYakimush/comminity-data-odata-linq/blob/develop/Community.Data.OData.Linq/OdataLinqExtensions.cs#L48) has a memory leak. A [`ServiceContainer` object is getting created](https://github.com/IharYakimush/comminity-data-odata-linq/blob/develop/Community.Data.OData.Linq/OdataLinqExtensions.cs#L70), however, it's never disposed. This causes CPU usage to spike over time. I created a...

Implement support of Parameter Aliases: 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#_Toc453752356

enhancement
help wanted

Implement extension method to represent IEnumerable to XElement similar to Community.OData.Linq.Json.ODataLinqExtensions.ToJson(...)

enhancement
help wanted

Is it possible to support the 'in' syntax to filter on multiple values at the same time. The following example shows the desired result: $filter=City in ('Paris', 'Berlin'). This should...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

@IharYakimush It has been a long time since there were any code changes in this project. Can we assume that this project is abandoned? If so: Thank you for all...