NJsonSchema.CodeGeneration.TypeScript 8.17.6295.16512

There is a newer version of this package available.
See the version list below for details.
dotnet add package NJsonSchema.CodeGeneration.TypeScript --version 8.17.6295.16512
                    
NuGet\Install-Package NJsonSchema.CodeGeneration.TypeScript -Version 8.17.6295.16512
                    
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="NJsonSchema.CodeGeneration.TypeScript" Version="8.17.6295.16512" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NJsonSchema.CodeGeneration.TypeScript" Version="8.17.6295.16512" />
                    
Directory.Packages.props
<PackageReference Include="NJsonSchema.CodeGeneration.TypeScript" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NJsonSchema.CodeGeneration.TypeScript --version 8.17.6295.16512
                    
#r "nuget: NJsonSchema.CodeGeneration.TypeScript, 8.17.6295.16512"
                    
#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.
#:package NJsonSchema.CodeGeneration.TypeScript@8.17.6295.16512
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NJsonSchema.CodeGeneration.TypeScript&version=8.17.6295.16512
                    
Install as a Cake Addin
#tool nuget:?package=NJsonSchema.CodeGeneration.TypeScript&version=8.17.6295.16512
                    
Install as a Cake Tool

JSON Schema draft v4 reader, generator and validator for .NET

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on NJsonSchema.CodeGeneration.TypeScript:

Package Downloads
NSwag.CodeGeneration.TypeScript

NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript

Elsa.Activities.Http

Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides the following Console activities: * ReceiveHttpRequest * SendHttpRequest * WriteHttpResponse

Be.Vlaanderen.Basisregisters.AspNetCore.Swagger.ReDoc

Swagger ReDoc documentation.

SigSpec.CodeGeneration.TypeScript

Specification and code generator for SignalR Core.

CodeGenerator

C# .Net Code Generator designed to generate the following assets based on a C# Interface: * SQL Server 2016 Stored Procedures for CRUD activiity * Repository code for converting raw JSON to concrete implementations of C# Interface * Model code which is the concrete implementation of C# Interface * Business Library allowing for business rules to be applied to data in concrete implementation of C# Interface * Stubbed WebApi endpoints C# .Net Code Generator allows you to spend your time in the following areas: * crafting stored procedures to surface database data matching the data needs imposed by a C# Interface * crafting your business rules in a single location * crafting WebApi endpoints (you can use code generated samples as a starting point) * crafting your front-end experience C# .Net Code Generator requires the following projects in .Net Solution: * Business Library (housing business rules applied to data in concrete implementaitons of C# Interfaces) * Data Contracts (housing C# Interfaces) * Models (housing concrete implementaitons of C# Interfaces) * Repository (housing calls to database and translation to concrete implementaitons of C# Interfaces) * WebAPI (housing API controllers) Utilizing this code generator increases your productivity and produces consistent, reliable results

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on NJsonSchema.CodeGeneration.TypeScript:

Repository Stars
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
formcms/formcms
Open-source headless CMS built with ASP.NET Core (C#) and React, featuring REST APIs, GraphQL, and a GrapesJS page designer.
OPCFoundation/UA-ModelCompiler
ModelCompiler converts XML files into C# and ANSI C
RicoSuter/SigSpec
Specification and code generator for SignalR Core.
unchase/Unchase.OpenAPI.Connectedservice
:scroll: Visual Studio extension to generate OpenAPI (Swagger) web service reference.
Version Downloads Last Updated
11.4.0 531 19 days ago
11.3.2 81,457 4 months ago
11.3.1 230 4 months ago
11.3.0 242 4 months ago
11.2.0 77,370 5 months ago
11.1.0 286,475 9 months ago
11.0.2 440,275 7/17/2024
11.0.1 154,885 6/12/2024
11.0.0 522,829 1/3/2024
11.0.0-preview008 18,727 12/8/2023
11.0.0-preview007 1,162 12/8/2023
11.0.0-preview006 21,689 10/31/2023
11.0.0-preview005 881 10/30/2023
11.0.0-preview004 936 10/16/2023
11.0.0-preview003 3,948 9/26/2023
11.0.0-preview002 1,683 9/26/2023
11.0.0-preview001 1,308 9/25/2023
10.9.0 714,516 5/3/2023
10.8.0 647,046 9/16/2022
10.7.2 247,202 6/2/2022
10.7.1 53,446 5/18/2022
10.7.0 1,961 5/15/2022
10.6.10 635,058 2/21/2022
10.6.9 4,678 2/16/2022
10.6.8 17,978 2/10/2022
10.6.7 10,862 1/27/2022
10.6.6 91,306 12/15/2021
10.6.5 3,767 12/14/2021
10.6.4 5,579 12/10/2021
10.6.3 2,609 12/9/2021
10.6.2 4,713 12/7/2021
10.6.1 1,542 12/7/2021
10.6.0 1,535 12/2/2021
10.5.2 1,445,963 8/6/2021
10.5.1 7,000 8/5/2021
10.5.0 2,602 8/4/2021
10.4.6 19,479 7/22/2021
10.4.5 5,144 7/13/2021
10.4.4 175,851 5/11/2021
10.4.3 91,780 5/7/2021
10.4.2 2,641 5/7/2021
10.4.1 57,776 4/8/2021
10.4.0 3,089 3/23/2021
10.3.11 250,754 3/6/2021
10.3.10 1,820 3/2/2021
10.3.9 10,722 2/27/2021
10.3.8 10,553 2/23/2021
10.3.7 3,917 2/19/2021
10.3.6 22,830 2/16/2021
10.3.5 1,837 2/15/2021
10.3.4 181,694 2/5/2021
10.3.3 47,663 1/15/2021
10.3.2 49,884 12/17/2020
10.3.1 156,561 11/11/2020
10.3.0 3,272 11/11/2020
10.2.2 6,982 10/6/2020
10.2.1 84,781 9/30/2020
10.2.0 5,906 9/28/2020
10.1.26 50,232 9/5/2020
10.1.25 1,834 9/5/2020
10.1.24 42,605 7/19/2020
10.1.23 66,302 6/25/2020
10.1.22 1,867 6/24/2020
10.1.21 49,833 6/11/2020
10.1.20 1,793 6/10/2020
10.1.19 1,902 6/10/2020
10.1.18 26,692 5/27/2020
10.1.17 2,011 5/22/2020
10.1.16 55,628 5/15/2020
10.1.15 47,330 5/8/2020
10.1.14 1,926 5/7/2020
10.1.13 1,984 5/5/2020
10.1.12 9,515 3/27/2020
10.1.11 199,828 3/20/2020
10.1.10 1,948 3/20/2020
10.1.9 1,923 3/20/2020
10.1.8 2,079 3/9/2020
10.1.7 16,781 3/6/2020
10.1.6 1,942 3/6/2020
10.1.5 55,472 1/30/2020
10.1.4 98,119 1/17/2020
10.1.3 7,406 1/13/2020
10.1.2 129,852 12/17/2019
10.1.1 1,951 12/17/2019
10.1.0 1,913 12/16/2019
10.0.28 79,036 11/22/2019
10.0.27 70,961 10/9/2019
10.0.26 1,968 10/9/2019
10.0.25 1,929 10/9/2019
10.0.24 36,045 9/26/2019
10.0.23 64,636 8/22/2019
10.0.22 32,770 8/15/2019
10.0.21 26,274 6/27/2019
10.0.20 15,313 6/19/2019
10.0.19 6,963 6/13/2019
10.0.18 7,046 6/11/2019
10.0.17 2,174 6/10/2019
10.0.16 2,127 6/10/2019
10.0.15 2,175 6/7/2019
10.0.14 2,220 6/6/2019
10.0.13 2,149 6/3/2019
10.0.12 2,255 6/3/2019
10.0.11 2,180 5/30/2019
10.0.10 2,368 5/29/2019
10.0.9 2,119 5/29/2019
10.0.8 2,192 5/28/2019
10.0.7 2,218 5/27/2019
10.0.6 2,145 5/26/2019
10.0.5 2,309 5/24/2019
10.0.4 2,122 5/23/2019
10.0.3 2,267 5/22/2019
10.0.1 2,217 5/21/2019
10.0.0 2,198 5/20/2019
9.14.1 24,631 5/16/2019
9.14.0 2,078 5/16/2019
9.13.37 31,173 5/2/2019
9.13.36 14,278 4/26/2019
9.13.35 16,308 4/21/2019
9.13.34 2,093 4/19/2019
9.13.33 2,014 4/18/2019
9.13.32 2,086 4/18/2019
9.13.31 2,074 4/18/2019
9.13.30 2,093 4/17/2019
9.13.29 2,220 4/11/2019
9.13.28 19,308 3/29/2019
9.13.27 6,631 3/22/2019
9.13.26 6,888 3/20/2019
9.13.25 4,967 3/19/2019
9.13.24 1,985 3/18/2019
9.13.23 2,221 3/14/2019
9.13.22 24,460 3/3/2019
9.13.19 2,153 2/22/2019
9.13.18 6,949 2/13/2019
9.13.17 23,232 1/25/2019
9.13.16 2,155 1/23/2019
9.13.15 5,378 1/16/2019
9.13.14 2,504 1/15/2019
9.13.13 7,357 1/9/2019
9.13.12 2,958 1/8/2019
9.13.11 7,744 12/28/2018
9.13.10 4,827 12/20/2018
9.13.9 5,146 12/19/2018
9.13.8 2,230 12/19/2018
9.13.7 2,132 12/19/2018
9.13.5 2,147 12/18/2018
9.13.4 5,866 12/13/2018
9.13.3 2,098 12/13/2018
9.13.2 11,474 12/7/2018
9.13.1 2,160 12/6/2018
9.13.0 2,226 12/6/2018
9.12.7 5,754 11/30/2018
9.12.6 2,324 11/29/2018
9.12.5 7,070 11/21/2018
9.12.4 2,270 11/20/2018
9.12.3 4,174 11/19/2018
9.12.2 8,129 11/13/2018
9.12.1 2,376 11/13/2018
9.12.0 2,730 11/2/2018
9.11.1 8,576 10/10/2018
9.11.0 42,322 9/26/2018
9.10.75 2,356 9/21/2018
9.10.74 2,368 9/21/2018
9.10.73 5,148 9/11/2018
9.10.72 10,055 9/4/2018
9.10.71 2,372 8/31/2018
9.10.70 8,943 8/24/2018
9.10.69 2,431 8/20/2018
9.10.68 2,433 8/20/2018
9.10.67 13,856 8/8/2018
9.10.66 6,239 7/31/2018
9.10.65 13,228 7/27/2018
9.10.64 3,346 7/14/2018
9.10.63 9,484 7/11/2018
9.10.62 2,626 7/10/2018
9.10.61 2,686 7/9/2018
9.10.60 2,687 7/5/2018
9.10.59 2,715 7/3/2018
9.10.58 6,577 6/28/2018
9.10.57 4,828 6/25/2018
9.10.56 4,403 6/22/2018
9.10.55 3,205 6/19/2018
9.10.54 2,515 6/18/2018
9.10.53 7,755 6/14/2018
9.10.52 4,691 6/12/2018
9.10.51 2,690 6/11/2018
9.10.50 6,960 5/29/2018
9.10.49 21,599 5/24/2018
9.10.48 2,686 5/24/2018
9.10.47 2,779 5/24/2018
9.10.46 47,407 4/27/2018
9.10.45 5,491 4/20/2018
9.10.44 2,794 4/20/2018
9.10.43 4,626 4/19/2018
9.10.42 8,375 4/1/2018
9.10.41 4,934 3/24/2018
9.10.40 2,778 3/23/2018
9.10.39 5,765 3/21/2018
9.10.38 2,697 3/16/2018
9.10.37 2,752 3/15/2018
9.10.36 2,808 3/14/2018
9.10.35 2,792 3/14/2018
9.10.34 2,764 3/13/2018
9.10.33 2,902 3/13/2018
9.10.32 2,449 3/12/2018
9.10.31 2,675 3/12/2018
9.10.30 3,478 3/12/2018
9.10.29 9,062 3/2/2018
9.10.28 2,706 3/1/2018
9.10.27 8,332 2/13/2018
9.10.26 4,733 2/12/2018
9.10.25 4,501 2/10/2018
9.10.24 20,306 2/7/2018
9.10.23 2,724 2/6/2018
9.10.22 4,529 2/5/2018
9.10.21 4,828 2/1/2018
9.10.20 2,806 2/1/2018
9.10.19 26,035 12/22/2017
9.10.18 4,424 12/21/2017
9.10.17 2,607 12/21/2017
9.10.16 2,872 12/20/2017
9.10.15 5,811 12/13/2017
9.10.14 29,072 12/13/2017
9.10.13 4,579 12/11/2017
9.10.12 4,409 12/8/2017
9.10.11 2,833 12/8/2017
9.10.10 12,168 11/27/2017
9.10.9 7,092 11/14/2017
9.10.8 2,493 11/14/2017
9.10.7 2,476 11/13/2017
9.10.6 6,127 11/8/2017
9.10.5 7,614 11/7/2017
9.10.4 4,310 11/6/2017
9.10.3 5,942 11/3/2017
9.10.2 2,580 11/2/2017
9.10.1 2,533 10/31/2017
9.10.0 2,589 10/31/2017
9.9.17 5,465 10/28/2017
9.9.16 2,481 10/28/2017
9.9.15 2,893 10/27/2017
9.9.14 4,260 10/26/2017
9.9.13 2,603 10/26/2017
9.9.12 2,515 10/26/2017
9.9.11 6,345 10/25/2017
9.9.10 2,548 10/24/2017
9.9.9 2,615 10/24/2017
9.9.8 2,501 10/23/2017
9.9.7 2,476 10/23/2017
9.9.6 2,541 10/23/2017
9.9.5 2,491 10/23/2017
9.9.4 2,550 10/22/2017
9.9.3 2,523 10/22/2017
9.9.2 3,640 10/20/2017
9.9.1 2,582 10/19/2017
9.9.0 8,637 10/19/2017
9.8.3 4,667 10/17/2017
9.8.2 2,534 10/16/2017
9.8.1 2,490 10/16/2017
9.8.0 2,527 10/16/2017
9.7.7 6,067 10/12/2017
9.7.6 2,461 10/11/2017
9.7.5 4,494 10/11/2017
9.7.3 4,690 10/6/2017
9.7.2 2,530 10/6/2017
9.7.1 4,587 10/3/2017
9.7.0 2,569 10/3/2017
9.6.5 9,808 9/24/2017
9.6.4 2,534 9/22/2017
9.6.3 9,064 9/15/2017
9.6.2 2,533 9/14/2017
9.6.1 2,596 9/13/2017
9.6.0 5,903 9/11/2017
9.5.4 2,559 9/7/2017
9.5.3 2,526 9/7/2017
9.5.2 2,494 9/6/2017
9.5.1 2,482 9/6/2017
9.5.0 7,559 9/1/2017
9.4.10 6,645 8/26/2017
9.4.9 2,617 8/26/2017
9.4.8 111,854 8/23/2017
9.4.7 5,678 8/22/2017
9.4.6 2,527 8/22/2017
9.4.5 18,553 8/7/2017
9.4.4 2,582 8/4/2017
9.4.3 2,638 7/21/2017
9.4.2 6,851 7/15/2017
9.4.1 2,592 7/15/2017
9.4.0 2,650 7/15/2017
9.3.2 2,538 7/14/2017
9.3.1 6,573 7/13/2017
9.3.0 4,815 7/10/2017
9.2.5 2,836 6/29/2017
9.2.4 5,091 6/26/2017
9.2.3 2,597 6/23/2017
9.2.2 2,615 6/21/2017
9.2.1 2,562 6/21/2017
9.2.0 4,641 6/20/2017
9.1.13 2,590 6/20/2017
9.1.12 4,927 6/16/2017
9.1.11 6,687 6/13/2017
9.1.10 2,669 6/9/2017
9.1.9 2,535 6/9/2017
9.1.8 2,614 6/8/2017
9.1.7 2,576 6/6/2017
9.1.6 2,571 6/4/2017
9.1.5 2,529 6/4/2017
9.1.4 2,549 6/4/2017
9.1.3 2,459 6/1/2017
9.1.2 2,646 5/24/2017
9.1.1 2,640 5/18/2017
9.1.0 2,565 5/17/2017
9.0.0 2,499 5/17/2017
8.34.6331.29196 2,807 5/2/2017
8.33.6323.36234 19,459 4/24/2017
8.32.6319.16954 6,693 4/20/2017
8.31.6318.20496 4,743 4/19/2017
8.30.6304.31907 9,464 4/5/2017
8.29.6304.29598 2,412 4/5/2017
8.28.6304.29323 2,398 4/5/2017
8.27.6302.16061 3,195 4/3/2017
8.26.6300.23803 2,411 4/1/2017
8.25.6298.25745 2,562 3/30/2017
8.24.6298.12189 2,450 3/30/2017
8.23.6298.10833 2,562 3/30/2017
8.22.6296.25118 2,533 3/28/2017
8.21.6296.23976 2,514 3/28/2017
8.20.6296.23156 2,457 3/28/2017
8.19.6295.40488 2,529 3/27/2017
8.18.6295.39662 2,387 3/27/2017
8.17.6295.16512 2,545 3/27/2017
8.16.6295.13544 2,519 3/27/2017
8.15.6294.28833 2,531 3/26/2017
8.14.6289.34377 2,851 3/21/2017
8.13.6288.31202 2,540 3/20/2017
8.12.6288.29377 2,533 3/20/2017
8.11.6284.26878 5,743 3/16/2017
8.10.6282.29590 5,136 3/14/2017
8.9.6275.22314 7,220 3/7/2017
8.8.6270.12850 7,438 3/2/2017
8.7.6267.38147 2,495 2/27/2017
8.6.6263.34639 4,973 2/23/2017
8.5.6255.20272 13,116 2/15/2017
8.4.6254.24670 2,522 2/14/2017
8.3.6252.27823 2,571 2/12/2017
8.2.6249.40706 2,450 2/9/2017
8.1.6249.15650 10,580 2/9/2017
8.0.6242.20256 7,169 2/2/2017