Fonlow.Poco2TsCore by Zijian Huang

<PackageReference Include="Fonlow.Poco2TsCore" Version="3.6.1" />

 Fonlow.Poco2TsCore 3.6.1

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

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Fonlow.Poco2TsCore</id>
    <version>3.6.1</version>
    <authors>Zijian Huang</authors>
    <owners></owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <readme>Readme.md</readme>
    <projectUrl>https://github.com/zijianhuang/webapiclientgen</projectUrl>
    <description>Generate data model interfaces in TypsScript from POCO classes. This has been used in POCO2TS.exe and Strongly Typed Client API for Web API.</description>
    <releaseNotes>Support JsonPropertyNameAttribute, 	JsonIgnoreAttribute and	JsonRequiredAttribute of System.Text.Json.Serialization, along with CherryPickingMethods NetCore.</releaseNotes>
    <copyright>Copyright © Zijian Huang 2015-2024</copyright>
    <tags>TypeScript,Code DOM</tags>
    <dependencies>
      <group targetFramework="net7.0">
        <dependency id="Fonlow.DocCommentCore" version="1.6.3" exclude="Build,Analyzers" />
        <dependency id="Fonlow.TypeScriptCodeDomCore" version="3.2.1" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>