OData2Poco 2.1.0
See the version list below for details.
dotnet add package OData2Poco --version 2.1.0
NuGet\Install-Package OData2Poco -Version 2.1.0
<PackageReference Include="OData2Poco" Version="2.1.0" />
paket add OData2Poco --version 2.1.0
#r "nuget: OData2Poco, 2.1.0"
// Install OData2Poco as a Cake Addin #addin nuget:?package=OData2Poco&version=2.1.0 // Install OData2Poco as a Cake Tool #tool nuget:?package=OData2Poco&version=2.1.0
OData2Poco is a class library supporting .NET 4.5 or higher with T4 Template to generate plain-old CLR objects (POCO) from OData feeds that implement both V1-3 and V4 OData protocol,based on the metadata of the service stored on the server. POCO classes can be used in typed RESTful client OData services
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.Data.Edm (>= 5.7.0)
- Microsoft.OData.Edm (>= 6.15.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on OData2Poco:
Package | Downloads |
---|---|
Weikio.ApiFramework.Plugins.SharePoint
SharePoint plugin for Api Framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.3.2 | 395 | 3/18/2024 |
6.2.1 | 882 | 11/7/2023 |
6.2.0 | 668 | 10/26/2023 |
6.1.0 | 710 | 9/9/2023 |
6.0.0 | 1,589 | 6/27/2023 |
5.0.1 | 3,137 | 10/4/2022 |
4.3.1 | 1,257 | 8/11/2022 |
4.2.1 | 1,440 | 4/17/2022 |
4.1.0 | 1,320 | 11/8/2021 |
4.0.0 | 1,081 | 8/28/2021 |
3.5.0 | 6,092 | 3/8/2021 |
3.4.2 | 1,386 | 12/21/2020 |
3.4.1 | 1,339 | 10/2/2020 |
3.3.1 | 1,849 | 11/25/2019 |
3.3.0 | 1,354 | 11/19/2019 |
3.2.0 | 1,714 | 4/20/2019 |
3.1.0 | 1,435 | 3/5/2019 |
2.3.0 | 10,211 | 12/20/2017 |
2.2.1 | 1,913 | 3/21/2017 |
2.2.0 | 1,868 | 3/12/2017 |
2.1.0 | 1,722 | 2/28/2017 |
2.0.0 | 1,786 | 6/27/2016 |
1.3.0 | 1,881 | 4/10/2016 |
Release Date: June 27,2016
Version: 2.1.0
What is new:
-new option: -e, --eager (Default: False) Add non virtual navigation Properties for Eager Loading
-new option: -i, --inherit Base class and/or interfaces
-new option: -m, --namespace A namespace prefix for the OData namespace