Fonlow.Poco2TsCore
2.7.0
See the version list below for details.
dotnet add package Fonlow.Poco2TsCore --version 2.7.0
NuGet\Install-Package Fonlow.Poco2TsCore -Version 2.7.0
<PackageReference Include="Fonlow.Poco2TsCore" Version="2.7.0" />
paket add Fonlow.Poco2TsCore --version 2.7.0
#r "nuget: Fonlow.Poco2TsCore, 2.7.0"
// Install Fonlow.Poco2TsCore as a Cake Addin
#addin nuget:?package=Fonlow.Poco2TsCore&version=2.7.0
// Install Fonlow.Poco2TsCore as a Cake Tool
#tool nuget:?package=Fonlow.Poco2TsCore&version=2.7.0
Simple build of Fonlow.Poco2Ts for .NET Core. 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 | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.1 |
-
.NETCoreApp 3.1
- Fonlow.DocCommentCore (>= 1.3.0)
- Fonlow.TypeScriptCodeDomCore (>= 2.3.0)
- Newtonsoft.Json (>= 12.0.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Fonlow.Poco2TsCore:
Package | Downloads |
---|---|
Fonlow.WebApiClientGenCore.Abstract
Allow different cherry picking methods for different data model assemblies. |
|
Fonlow.OpenApiClientGen.ClientTypes
Read Open API definition and generate client codes in C# or TypeScript for data types. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.0 | 291 | 11/16/2022 |
3.0.4 | 685 | 7/15/2022 |
3.0.3 | 471 | 7/12/2022 |
3.0.2 | 808 | 7/11/2022 |
3.0.1 | 1,890 | 6/14/2022 |
3.0.0 | 1,954 | 2/5/2022 |
2.11.0 | 568 | 6/15/2021 |
2.10.0 | 471 | 5/12/2021 |
2.9.0 | 908 | 2/12/2021 |
2.8.3 | 684 | 9/16/2020 |
2.8.2 | 1,169 | 6/28/2020 |
2.8.1 | 881 | 5/3/2020 |
2.8.0 | 663 | 4/29/2020 |
2.7.1 | 1,212 | 4/16/2020 |
2.7.0 | 510 | 4/9/2020 |
2.6.1 | 1,770 | 3/13/2020 |
2.6.0 | 1,243 | 3/9/2020 |
2.5.1 | 812 | 2/19/2020 |
2.5.0 | 1,201 | 2/16/2020 |
2.4.0 | 837 | 2/15/2020 |
2.3.1 | 654 | 1/14/2020 |
2.3.0 | 819 | 1/14/2020 |
2.2.0 | 683 | 11/26/2019 |
2.1.1 | 649 | 11/25/2019 |
2.1.0 | 1,030 | 11/11/2019 |
2.0.2 | 8,154 | 12/6/2018 |
2.0.1 | 895 | 9/1/2018 |
2.0.0 | 829 | 8/28/2018 |
1.9.1 | 830 | 8/27/2018 |
1.9.0 | 961 | 8/9/2018 |
1.8.2 | 1,961 | 5/9/2018 |
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])/")]