Fonlow.Poco2Ts 2.8.3

.NET Framework 4.6.2
dotnet add package Fonlow.Poco2Ts --version 2.8.3
NuGet\Install-Package Fonlow.Poco2Ts -Version 2.8.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fonlow.Poco2Ts" Version="2.8.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fonlow.Poco2Ts --version 2.8.3
#r "nuget: Fonlow.Poco2Ts, 2.8.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Fonlow.Poco2Ts as a Cake Addin
#addin nuget:?package=Fonlow.Poco2Ts&version=2.8.3

// Install Fonlow.Poco2Ts as a Cake Tool
#tool nuget:?package=Fonlow.Poco2Ts&version=2.8.3

Generate data model interfaces in TypsScript from POCO classes. This has been used in POCO2TS.exe and Strongly Typed Client API for Web API.

Product Versions
.NET Framework net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Fonlow.Poco2Ts:

Package Downloads
Fonlow.WebApiClientGen

Generate C# and TypeScript codes of strongly typed client API for ASP.NET Web API

Fonlow.WebApiClientGen.NG2

* Support Http Method Patch * HeadersHandler with option HandleHttpRequestHeaders

Fonlow.WebApiClientGen.Axios

Plugin for WebApiClientGen 3.0+ to generate client API codes with AXIOS.

Fonlow.WebApiClientGen.jQuery

Plugin for WebApiClientGen 3.0+ to generate client API codes with jQuery. This requires a HttpClient library at https://github.com/zijianhuang/webapiclientgen/blob/master/DemoWebApi/Scripts/ClientApi/HttpClient.ts.

Fonlow.WebApiClientGen.Fetch

Plugin for WebApiClientGen 3.0+ to generate client API codes with Fetch API.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.8.3 644 9/16/2020
2.8.1 453 5/3/2020
2.7.0 495 4/9/2020
2.6.0 434 3/9/2020
2.5.1 590 2/19/2020
2.4.0 2,486 2/15/2020
2.3.1 483 1/14/2020
2.3.0 811 1/14/2020
2.2.0 465 11/26/2019
2.1.1 1,012 11/25/2019
2.1.0 2,253 11/10/2019
2.0.2 881 12/6/2018
2.0.1 799 9/1/2018
2.0.0 1,887 8/28/2018
1.8.3 894 8/27/2018
1.8.2 15,012 8/8/2017
1.8.0 1,460 4/4/2017
1.6.2 1,523 12/26/2016
1.6.1 1,892 6/19/2016
1.6.0 5,224 1/20/2016
1.5.0 6,517 1/13/2016
1.4.0 1,607 12/24/2015
1.3.0.3 1,524 11/26/2015
1.3.0 1,547 11/15/2015
1.2.0.1 1,516 11/4/2015

translate System.ComponentModel.DataAnnotations attributes into doc comment.
     [System.ComponentModel.DataAnnotations.StringLength(int.MaxValue, MinimumLength = 8)]
     [System.ComponentModel.DataAnnotations.Range(1, int.MaxValue)]
     [System.ComponentModel.DataAnnotations.MaxLength(20)]
     [System.ComponentModel.DataAnnotations.MinLength(1)]
     [System.ComponentModel.DataAnnotations.RegularExpression(@"/(?=.[a-z])(?=.[A-Z])(?=.*[0-9])/")]