TypeScriptAngularJsProxyGenerator 1.0.9
See the version list below for details.
dotnet add package TypeScriptAngularJsProxyGenerator --version 1.0.9
NuGet\Install-Package TypeScriptAngularJsProxyGenerator -Version 1.0.9
<PackageReference Include="TypeScriptAngularJsProxyGenerator" Version="1.0.9" />
paket add TypeScriptAngularJsProxyGenerator --version 1.0.9
#r "nuget: TypeScriptAngularJsProxyGenerator, 1.0.9"
// Install TypeScriptAngularJsProxyGenerator as a Cake Addin #addin nuget:?package=TypeScriptAngularJsProxyGenerator&version=1.0.9 // Install TypeScriptAngularJsProxyGenerator as a Cake Tool #tool nuget:?package=TypeScriptAngularJsProxyGenerator&version=1.0.9
Create TypeScript or JavaScript Proxies for your ASP.NET MVC Controllers. The T4 template can create AngularJs or jQuery proxies for your .NET Controllers or WebApi Controller.
How to use it: https://github.com/squadwuschel/MvcControllerToProxyGenerator
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Microsoft.AspNet.Mvc (>= 2.0.0 && <= 7.0.0)
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 |
---|---|---|
2.2.0 | 3,285 | 11/10/2017 |
2.1.3 | 940 | 11/3/2017 |
2.1.1 | 954 | 10/24/2017 |
2.1.0 | 902 | 10/24/2017 |
2.0.4 | 962 | 9/12/2017 |
2.0.2 | 985 | 8/11/2017 |
2.0.1 | 1,079 | 6/7/2017 |
2.0.0 | 1,283 | 10/22/2016 |
1.2.1 | 1,062 | 7/1/2016 |
1.2.0 | 1,085 | 3/26/2016 |
1.1.0 | 1,058 | 3/17/2016 |
1.0.11 | 1,043 | 2/29/2016 |
1.0.10 | 1,204 | 2/25/2016 |
1.0.9 | 1,168 | 2/24/2016 |
1.0.8 | 1,095 | 2/23/2016 |
1.0.6 | 1,123 | 2/22/2016 |
1.0.5 | 1,001 | 2/22/2016 |
1.0.4 | 1,061 | 2/20/2016 |
1.0.3 | 1,038 | 2/10/2016 |
1.0.2 | 1,010 | 2/8/2016 |
1.0.1 | 1,227 | 1/13/2016 |
1.0.0 | 1,181 | 1/13/2016 |
Version 1.0.2: Added support for alternative proxy creation path
Version 1.0.3: ProxyGeneratorScript.tt Script moved to the "Scripts" Folder
Version 1.0.4: Added FileUpload Support in all ProxyTypes with .NET Type "HttpPostedFileBase"
Version 1.0.5: Removed the Dependency "Microsoft.VisualStudio.TextTemplating" for testing
Version 1.0.6: Bugfix for COM Exception in ProxyFileManager
Version 1.0.7: Removed unused NuGet Packages from ProxyGenerator.dll - minimum Requirement ist .NET 4.0 Project now.
Version 1.0.8: Bugfix alternative filepath for proxycreation
Version 1.0.9: Added NuGet dependency for Microsoft.Asp.NET and fixes an issue with nullable types like "GUID?"