Reinforced.Typings 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Reinforced.Typings --version 1.0.7
NuGet\Install-Package Reinforced.Typings -Version 1.0.7
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="Reinforced.Typings" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Reinforced.Typings --version 1.0.7
#r "nuget: Reinforced.Typings, 1.0.7"
#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.
// Install Reinforced.Typings as a Cake Addin
#addin nuget:?package=Reinforced.Typings&version=1.0.7

// Install Reinforced.Typings as a Cake Tool
#tool nuget:?package=Reinforced.Typings&version=1.0.7

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Reinforced.Typings:

Package Downloads
SignalRTypeScriptHubGenerator

Generates TypeScript hub client for SignalR.

DroidSolutions.Oss.JobService The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Library for working with jobs that may be recurring in distributed systems and microservices.

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 169,052 11/29/2023
1.6.2 525,517 4/2/2023
1.6.1 770,974 6/30/2021
1.6.0 2,112 6/30/2021
1.5.9 316,958 11/29/2020
1.5.8 96,871 7/17/2020
1.5.7 154,791 2/25/2020
1.5.6 32,662 12/24/2019
1.5.5 53,370 10/9/2019
1.5.4 4,071 10/7/2019
1.5.3 72,689 6/4/2019
1.5.2 43,044 2/9/2019
1.5.1 36,939 1/12/2019
1.5.0 6,642 1/8/2019
1.4.97 3,600 1/8/2019
1.4.95 38,191 6/20/2018
1.4.92 35,037 5/3/2018
1.4.91 9,265 3/23/2018
1.4.9 2,997 3/20/2018
1.4.8 1,464 3/19/2018
1.4.7 1,514 3/18/2018
1.4.6 2,409 2/11/2018
1.4.5 2,111 1/12/2018
1.4.4 1,735 12/21/2017
1.4.2 3,572 12/6/2017
1.4.1 1,611 11/28/2017
1.4.0 1,936 11/8/2017
1.3.7 30,101 8/28/2017
1.3.2 1,371 8/27/2017
1.3.1 3,380 3/24/2017
1.3.0 16,115 3/1/2017
1.2.4 25,517 3/9/2016
1.2.3 1,696 3/9/2016
1.2.2 1,740 3/7/2016
1.2.1 1,905 1/24/2016
1.2.0 1,704 1/19/2016
1.1.0 1,671 1/19/2016
1.0.9 2,133 12/9/2015
1.0.8 1,773 10/26/2015
1.0.7 1,629 10/25/2015
1.0.6 1,645 10/22/2015
1.0.5 1,849 10/21/2015
1.0.4 1,880 9/18/2015
1.0.3 1,678 9/18/2015
1.0.2 1,869 9/18/2015
1.0.1 1,869 9/14/2015
1.0.0 2,596 9/13/2015

* 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