Diphap.JsNetBridge.Mvc 1.6.1

dotnet add package Diphap.JsNetBridge.Mvc --version 1.6.1
                    
NuGet\Install-Package Diphap.JsNetBridge.Mvc -Version 1.6.1
                    
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="Diphap.JsNetBridge.Mvc" Version="1.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Diphap.JsNetBridge.Mvc" Version="1.6.1" />
                    
Directory.Packages.props
<PackageReference Include="Diphap.JsNetBridge.Mvc" />
                    
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 Diphap.JsNetBridge.Mvc --version 1.6.1
                    
#r "nuget: Diphap.JsNetBridge.Mvc, 1.6.1"
                    
#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.
#addin nuget:?package=Diphap.JsNetBridge.Mvc&version=1.6.1
                    
Install Diphap.JsNetBridge.Mvc as a Cake Addin
#tool nuget:?package=Diphap.JsNetBridge.Mvc&version=1.6.1
                    
Install Diphap.JsNetBridge.Mvc as a Cake Tool

[NEW: works with TypeScript]
A project to auto-generate JavaScript and TypeScript proxies for ASP.NET MVC and WebApi controllers.
With Intellisense, the library provides information for easy writing to ajax requests in JavaScript and in TypeScript for ASP.NET MVC and WEB API applications.
The advantage is to have no more hard-coded client-side URL.
When writing of ajax requests, the library allows the developer front-end to retrieve the url generated
on the server side, to know the structure of data to send parameter and instantiate it.

[HOW TO USE IT]: https://jsnet.codeplex.com/
[SAMPLE APPLICATION]: https://jsnet.codeplex.com/releases

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.1 1,353 7/23/2017
1.5.3 1,090 6/26/2017
1.5.2 1,238 6/23/2017
1.3.45 1,108 3/8/2017
1.2.36 1,440 11/2/2016

[1.6.1]
Fix bug for application MVC without Web API [2]
Correction to the recursive search engine for dependencies
Detection of instances of System.Objects and System. * And serialization in {}
Creating the list of analyzed object types for robustness of application
When generating scripts (TS and JS), verify that the object type is in the list of object types scanned for dependencies and for parameters of action methods.
[1.5.3]
[not important]Fix bug in the script Diphap.JsNetBridge.Example.js
[1.5.2]
Generates TypeScript definition types of JS proxies
Fix bug for application MVC without Web API
[1.3.45]
Compatible with ASP.NET Core (.NET Framework)
Fix: action.$AjaxSettings().Data is set at undefined