-
Notifications
You must be signed in to change notification settings - Fork 21
OData2Poco Next old
moh-hassan edited this page Oct 4, 2022
·
1 revision
The new features in the next major pump v5:
- New feature: Generating class with init-only property, the new feature in c# 9.
- New feature: Generating record type, the new feature in c# 9.
- New feature: Generating OpenApi specification as json or yaml file.
- Moving o2pgen cli console tool from net45 to net472, issue# 44
- All projects are enabled to use record type in net4x.
- Checksum 256 is calculated for all artifacts and stored in a file stored on github.
The nightly packages can be downloaded from myget.org
- home
- Announcing V6.0.0
- Features
- Getting started with c# generation
- Http Connection
- Using Parameter file
- User Defined Attributes
- Controlling c# code generation
- Model Filter
- Enable Nullable Reference type of c# 8
- Class with Init-Only Properties (c# 9)
- Generating Constructor
- Record-Type (c# 9)
- Name Map
- Securing Password
- Using Proxy Server
- Using Plugin Attributes
- Developing with OData2Poco
- Examples in dotnetfiddle.net
- CommandLine-Reference
- AttributeExamples
- typescript generation
- Help Screen
- How to
- New Feature 4.2.1
Samples of generated code: