R4Mvc.Tools
1.0.0-alpha1-00260
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.
See the version list below for details.
dotnet add package R4Mvc.Tools --version 1.0.0-alpha1-00260
NuGet\Install-Package R4Mvc.Tools -Version 1.0.0-alpha1-00260
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-alpha1-00260"> <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.
paket add R4Mvc.Tools --version 1.0.0-alpha1-00260
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: R4Mvc.Tools, 1.0.0-alpha1-00260"
#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 R4Mvc.Tools as a Cake Addin #addin nuget:?package=R4Mvc.Tools&version=1.0.0-alpha1-00260&prerelease // Install R4Mvc.Tools as a Cake Tool #tool nuget:?package=R4Mvc.Tools&version=1.0.0-alpha1-00260&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
- Microsoft.AspNetCore.Mvc (>= 1.1.3)
- Microsoft.Build (>= 15.6.82)
- Microsoft.Build.Tasks.Core (>= 15.6.82)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 2.6.1)
- Microsoft.Extensions.Configuration.CommandLine (>= 2.0.0)
- Microsoft.Extensions.Configuration.Json (>= 2.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 2.0.0)
- R4Mvc (>= 1.0.0-alpha1-00260)
- System.Threading.Tasks.Dataflow (>= 4.8.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 |
---|---|---|
1.0.0-alpha2-00395 | 21,385 | 7/11/2021 |
1.0.0-alpha2-00369 | 76,778 | 11/14/2019 |
1.0.0-alpha2-00365 | 1,410 | 10/14/2019 |
1.0.0-alpha2-00362 | 442 | 10/9/2019 |
1.0.0-alpha2-00359 | 513 | 9/29/2019 |
1.0.0-alpha2-00339 | 4,593 | 4/2/2019 |
1.0.0-alpha2-00333 | 855 | 2/11/2019 |
1.0.0-alpha2-00307 | 14,289 | 9/18/2018 |
1.0.0-alpha1-00269 | 3,780 | 6/7/2018 |
1.0.0-alpha1-00267 | 872 | 6/6/2018 |
1.0.0-alpha1-00260 | 1,546 | 3/12/2018 |
1.0.0-alpha1-00255 | 790 | 3/11/2018 |
1.0.0-alpha1-00211 | 1,346 | 1/13/2018 |
1.0.0-alpha1-00187 | 2,598 | 9/5/2017 |
1.0.0-alpha1-00171 | 949 | 8/22/2017 |
1.0.0-alpha1-00166 | 813 | 8/21/2017 |
1.0.0-alpha1-00162 | 780 | 8/21/2017 |
1.0.0-alpha1-00159 | 813 | 8/11/2017 |
! Fixed a crash when using the latest minor c# language version (e.g. 7.1)
* Supporting more action result types (JsonResult, RedirectResult, etc)
+ Remove-R4MVC command added to remove and clean up R4Mvc from the project
+ Basic support for feature folders (full implementation soon to come!)