LibODataParser 1.0.5
dotnet add package LibODataParser --version 1.0.5
NuGet\Install-Package LibODataParser -Version 1.0.5
<PackageReference Include="LibODataParser" Version="1.0.5" />
<PackageVersion Include="LibODataParser" Version="1.0.5" />
<PackageReference Include="LibODataParser" />
paket add LibODataParser --version 1.0.5
#r "nuget: LibODataParser, 1.0.5"
#:package LibODataParser@1.0.5
#addin nuget:?package=LibODataParser&version=1.0.5
#tool nuget:?package=LibODataParser&version=1.0.5
libodataparser
A parser for OData queries that generates data model agnostic tree of objects that represent the query. These objects can be consumed directly for execution or mapped to expressions for use with an ORM.
Please note that this only implements filtering, sorting, and paging. The OData specs are quite large, and I did not require most of it. This library also adds some extra capability to the filters that is not in the spec.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Newtonsoft.Json (>= 13.0.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on LibODataParser:
| Package | Downloads |
|---|---|
|
LibSqlite3Orm
A cross platform, easy to use, Object Relational Mapper for SQLite 3 |
GitHub repositories
This package is not used by any popular GitHub repositories.