From 3a40e45b3ba4035ebb5a6bb9fc28434d02bbd0b2 Mon Sep 17 00:00:00 2001 From: zijianhuang Date: Thu, 22 Feb 2024 15:40:55 +1000 Subject: [PATCH] ok --- Fonlow.Poco2TsCore/Fonlow.Poco2TsCore.csproj | 5 ++++- WebApiClientGenCore/WebApiClientGenCore.csproj | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Fonlow.Poco2TsCore/Fonlow.Poco2TsCore.csproj b/Fonlow.Poco2TsCore/Fonlow.Poco2TsCore.csproj index a4961848..5117d5b7 100644 --- a/Fonlow.Poco2TsCore/Fonlow.Poco2TsCore.csproj +++ b/Fonlow.Poco2TsCore/Fonlow.Poco2TsCore.csproj @@ -13,7 +13,10 @@ https://github.com/zijianhuang/webapiclientgen TypeScript,Code DOM - For TypeScript CodeDOM v3.1 + + 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. + en MIT Readme.md diff --git a/WebApiClientGenCore/WebApiClientGenCore.csproj b/WebApiClientGenCore/WebApiClientGenCore.csproj index d2e7fd46..bd48d9c4 100644 --- a/WebApiClientGenCore/WebApiClientGenCore.csproj +++ b/WebApiClientGenCore/WebApiClientGenCore.csproj @@ -11,7 +11,11 @@ https://github.com/zijianhuang/webapiclientgen ASP API Web Client webapi rest restful aspnet aspnetwebapi httpclient .net core aspnetcore jquery angular - Build for .NET 7 + + 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. + Generated doc comments for API function parameters and return of integral types, if respective parameters have no doc comment declared in XML doc comment. + true en Zijian Huang