The AutoBuilder is designed to speed up the creation of controllers by marking all the entities for which it is necessary to create a function CRUD.
Info
Version: | 1.2.0 |
Author(s): | Ilya Larka |
Last Update: | Tuesday, April 24, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Larkailya/AutoBuilder |
NuGet Url: | https://www.nuget.org/packages/AutoBuilder |
Install
Install-Package AutoBuilder
dotnet add package AutoBuilder
paket add AutoBuilder
AutoBuilder Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Build(>= 14.3.0)
- Microsoft.Build.Framework(>= 14.3.0)
- Microsoft.CSharp(>= 4.4.1)
- Microsoft.Web.Infrastructure(>= 1.0.0)
- System.Net.Http(>= 4.3.3)
- Microsoft.AspNet.Mvc(>= 5.2.3)
- Microsoft.AspNet.Razor(>= 3.2.3)
- Microsoft.AspNet.WebPages(>= 3.2.3)
- NuGet.CommandLine(>= 2.7.3)
- System.Collections(>= 4.0.11)
- System.Runtime(>= 4.1.0)
- System.Runtime.InteropServices(>= 4.1.0)
Tags