R4Mvc.Tools 1.0.0-alpha2-00359

This is a prerelease version of R4Mvc.Tools.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package R4Mvc.Tools --version 1.0.0-alpha2-00359
                    
NuGet\Install-Package R4Mvc.Tools -Version 1.0.0-alpha2-00359
                    
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="R4Mvc.Tools" Version="1.0.0-alpha2-00359">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="R4Mvc.Tools" Version="1.0.0-alpha2-00359" />
                    
Directory.Packages.props
<PackageReference Include="R4Mvc.Tools">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 R4Mvc.Tools --version 1.0.0-alpha2-00359
                    
#r "nuget: R4Mvc.Tools, 1.0.0-alpha2-00359"
                    
#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=R4Mvc.Tools&version=1.0.0-alpha2-00359&prerelease
                    
Install R4Mvc.Tools as a Cake Addin
#tool nuget:?package=R4Mvc.Tools&version=1.0.0-alpha2-00359&prerelease
                    
Install R4Mvc.Tools as a Cake Tool

R4Mvc is a tool that generates strongly typed helpers for ASP.NET Core MVC.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.6.2

    • 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.0.0-alpha2-00395 23,984 7/11/2021
1.0.0-alpha2-00369 83,631 11/14/2019
1.0.0-alpha2-00365 1,443 10/14/2019
1.0.0-alpha2-00362 471 10/9/2019
1.0.0-alpha2-00359 549 9/29/2019
1.0.0-alpha2-00339 4,633 4/2/2019
1.0.0-alpha2-00333 891 2/11/2019
1.0.0-alpha2-00307 15,298 9/18/2018
1.0.0-alpha1-00269 3,901 6/7/2018
1.0.0-alpha1-00267 976 6/6/2018
1.0.0-alpha1-00260 1,659 3/12/2018
1.0.0-alpha1-00255 863 3/11/2018
1.0.0-alpha1-00211 1,462 1/13/2018
1.0.0-alpha1-00187 2,723 9/5/2017
1.0.0-alpha1-00171 1,069 8/22/2017
1.0.0-alpha1-00166 890 8/21/2017
1.0.0-alpha1-00162 861 8/21/2017
1.0.0-alpha1-00159 890 8/11/2017

+ Adding the option to add extra namespaces to generated files
! Now working with multi-targeted projects (#66)
+ Now available as a dotnet cli tool (see R4Mvc.Tools.Cli package)