Fonlow.Poco2TsCore
3.5.2
See the version list below for details.
dotnet add package Fonlow.Poco2TsCore --version 3.5.2
NuGet\Install-Package Fonlow.Poco2TsCore -Version 3.5.2
<PackageReference Include="Fonlow.Poco2TsCore" Version="3.5.2" />
paket add Fonlow.Poco2TsCore --version 3.5.2
#r "nuget: Fonlow.Poco2TsCore, 3.5.2"
// Install Fonlow.Poco2TsCore as a Cake Addin #addin nuget:?package=Fonlow.Poco2TsCore&version=3.5.2 // Install Fonlow.Poco2TsCore as a Cake Tool #tool nuget:?package=Fonlow.Poco2TsCore&version=3.5.2
Generate data model interfaces in TypsScript from POCO classes. This has been used in POCO2TS.exe and "Strongly Typed Web API Client API Generators".
Please check:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- Fonlow.DocCommentCore (>= 1.6.2)
- Fonlow.TypeScriptCodeDomCore (>= 3.2.1)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Fonlow.Poco2TsCore:
Package | Downloads |
---|---|
Fonlow.WebApiClientGenCore.Abstract
Abstract classes and common classes shared by WebApiClientGen and its plugins |
|
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.10.0 | 40 | 11/21/2024 |
3.9.1 | 308 | 7/4/2024 |
3.9.0 | 886 | 6/23/2024 |
3.8.2 | 164 | 6/19/2024 |
3.8.1 | 275 | 6/12/2024 |
3.8.0 | 383 | 6/8/2024 |
3.6.1 | 429 | 4/25/2024 |
3.6.0 | 451 | 4/6/2024 |
3.5.2 | 398 | 3/1/2024 |
3.5.1 | 217 | 2/27/2024 |
3.5.0 | 355 | 2/22/2024 |
3.4.3 | 452 | 2/10/2024 |
3.4.2 | 311 | 2/9/2024 |
3.4.1 | 425 | 2/1/2024 |
3.4.0 | 539 | 1/8/2024 |
3.3.2 | 485 | 12/17/2023 |
3.3.1 | 497 | 12/16/2023 |
3.3.0 | 661 | 12/15/2023 |
3.2.0 | 824 | 11/7/2023 |
3.1.0 | 1,274 | 11/16/2022 |
3.0.4 | 1,817 | 7/15/2022 |
3.0.3 | 1,222 | 7/12/2022 |
3.0.2 | 1,761 | 7/11/2022 |
3.0.1 | 3,208 | 6/14/2022 |
3.0.0 | 3,305 | 2/5/2022 |
2.11.0 | 1,505 | 6/15/2021 |
2.10.0 | 1,163 | 5/12/2021 |
2.9.0 | 1,961 | 2/12/2021 |
2.8.3 | 1,511 | 9/16/2020 |
2.8.2 | 2,184 | 6/28/2020 |
2.8.1 | 1,820 | 5/3/2020 |
2.8.0 | 1,470 | 4/29/2020 |
2.7.1 | 2,212 | 4/16/2020 |
2.7.0 | 1,276 | 4/9/2020 |
2.6.1 | 2,977 | 3/13/2020 |
2.6.0 | 2,266 | 3/9/2020 |
2.5.1 | 1,698 | 2/19/2020 |
2.5.0 | 2,194 | 2/16/2020 |
2.4.0 | 1,672 | 2/15/2020 |
2.3.1 | 1,461 | 1/14/2020 |
2.3.0 | 1,656 | 1/14/2020 |
2.2.0 | 1,487 | 11/26/2019 |
2.1.1 | 1,450 | 11/25/2019 |
2.1.0 | 1,965 | 11/11/2019 |
2.0.2 | 10,880 | 12/6/2018 |
2.0.1 | 1,704 | 9/1/2018 |
2.0.0 | 1,673 | 8/28/2018 |
1.9.1 | 1,650 | 8/27/2018 |
1.9.0 | 1,758 | 8/9/2018 |
1.8.2 | 2,915 | 5/9/2018 |
With TypeScript CodeDOM v3.2. Better handling of integral numbers larger than 53bit. Good supports for integral types of .NET: Int64, UInt64, Int128, UInt128, BigInteger, through Fonlow.TypeScriptCodeDOMCore.
Generated doc comments for class properties of integral types, which will be translated to JavaScript number or string, if respective properties have no doc comment declared in XML doc comment and have no validation attributes. Supported through Fonlow.Poco2TsCore.