Reinforced.Typings
1.0.9
See the version list below for details.
dotnet add package Reinforced.Typings --version 1.0.9
NuGet\Install-Package Reinforced.Typings -Version 1.0.9
<PackageReference Include="Reinforced.Typings" Version="1.0.9" />
paket add Reinforced.Typings --version 1.0.9
#r "nuget: Reinforced.Typings, 1.0.9"
// Install Reinforced.Typings as a Cake Addin #addin nuget:?package=Reinforced.Typings&version=1.0.9 // Install Reinforced.Typings as a Cake Tool #tool nuget:?package=Reinforced.Typings&version=1.0.9
Reinforced.Typings is automated, reflection-based glue code generator for TypeScript. It is MSBuild-integrated and can generate MVC/WebAPI services glue code, JSDOC and architecture mockups from your assemblies.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Reinforced.Typings:
Package | Downloads |
---|---|
SignalRTypeScriptHubGenerator
Generates TypeScript hub client for SignalR. |
|
DroidSolutions.Oss.JobService
Library for working with jobs that may be recurring in distributed systems and microservices. |
|
Forte.Optimizely.ContentUsage
A shell module for Optimizely CMS 12. Lists the available content types and its instances on the website |
|
TtnCommon
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Reinforced.Typings:
Repository | Stars |
---|---|
reinforced/Reinforced.Typings
Converts C# classes to TypeScript interfaces (and many more) within project build. 0-dependency, minimal, gluten-free
|
Version | Downloads | Last updated |
---|---|---|
1.6.3 | 657,071 | 11/29/2023 |
1.6.2 | 671,185 | 4/2/2023 |
1.6.1 | 838,301 | 6/30/2021 |
1.6.0 | 2,257 | 6/30/2021 |
1.5.9 | 331,332 | 11/29/2020 |
1.5.8 | 102,957 | 7/17/2020 |
1.5.7 | 156,087 | 2/25/2020 |
1.5.6 | 33,102 | 12/24/2019 |
1.5.5 | 56,962 | 10/9/2019 |
1.5.4 | 4,208 | 10/7/2019 |
1.5.3 | 74,139 | 6/4/2019 |
1.5.2 | 47,157 | 2/9/2019 |
1.5.1 | 36,974 | 1/12/2019 |
1.5.0 | 6,690 | 1/8/2019 |
1.4.97 | 3,633 | 1/8/2019 |
1.4.95 | 39,075 | 6/20/2018 |
1.4.92 | 35,090 | 5/3/2018 |
1.4.91 | 9,302 | 3/23/2018 |
1.4.9 | 3,034 | 3/20/2018 |
1.4.8 | 1,511 | 3/19/2018 |
1.4.7 | 1,556 | 3/18/2018 |
1.4.6 | 2,507 | 2/11/2018 |
1.4.5 | 2,149 | 1/12/2018 |
1.4.4 | 1,770 | 12/21/2017 |
1.4.2 | 3,686 | 12/6/2017 |
1.4.1 | 1,644 | 11/28/2017 |
1.4.0 | 1,991 | 11/8/2017 |
1.3.7 | 32,595 | 8/28/2017 |
1.3.2 | 1,414 | 8/27/2017 |
1.3.1 | 3,535 | 3/24/2017 |
1.3.0 | 19,508 | 3/1/2017 |
1.2.4 | 25,798 | 3/9/2016 |
1.2.3 | 1,741 | 3/9/2016 |
1.2.2 | 1,781 | 3/7/2016 |
1.2.1 | 1,940 | 1/24/2016 |
1.2.0 | 1,748 | 1/19/2016 |
1.1.0 | 1,717 | 1/19/2016 |
1.0.9 | 2,178 | 12/9/2015 |
1.0.8 | 1,809 | 10/26/2015 |
1.0.7 | 1,663 | 10/25/2015 |
1.0.6 | 1,676 | 10/22/2015 |
1.0.5 | 1,883 | 10/21/2015 |
1.0.4 | 1,924 | 9/18/2015 |
1.0.3 | 1,718 | 9/18/2015 |
1.0.2 | 1,909 | 9/18/2015 |
1.0.1 | 1,911 | 9/14/2015 |
1.0.0 | 2,790 | 9/13/2015 |
* 1.0.9
* * Fluent export of multiple generic types fix
* * CLSCompliant attribute
* 1.0.8
* * Circular references bugfix
* 1.0.7
* * Bugfixes
* 1.0.6
* * Improved multiple files export
* * Fixed automatic references bugs
* 1.0.5
* * Fluent configuration.
* * Added more XMLDOC documentation.
* * Ability to generate documentation from several sources (supported only with fluent configuration)
* * camelCase for selected type members
* * Minor bugfixes
* 1.0.4
* * Fixed invalid handling of IncludeNamespace parameter
* * Fixed invalid interfaces extension
* 1.0.3
* * Flexibility and usability fixes (adjusted defaults, added overloads)
* 1.0.2
* * Automated documentation generation (disableable)
* * Constructors generation
* * Attribute for :base() call
* * Conditional disabling of TypeScript build via settings
* * Conditional disabling generation itself via settings
* * Automated pascal case for methods and properties (disableable)
* * Enumerations attribute fixed
* * Access modifiers during classes generation
* * Improved TypeResolver performance
* * Bug fixes