Code generators to speed up development.
Перейти к файлу
Nate McMaster c81d6542fe
Remove usage of Microsoft.DotNet.GlobalTools.Sdk
These settings are part of Microsoft.NET.Sdk now
2018-09-07 10:04:44 -07:00
.vsts-pipelines/builds Update infrastructure for the 2.2 release 2018-06-28 16:21:41 -07:00
build Remove usage of Microsoft.DotNet.GlobalTools.Sdk 2018-09-07 10:04:44 -07:00
src Remove usage of Microsoft.DotNet.GlobalTools.Sdk 2018-09-07 10:04:44 -07:00
test More unit test fixes 2018-08-31 11:07:31 -07:00
tools Use Microsoft.DotNet.GlobalTools.Sdk to pre-generate the bundled shim (#778) 2018-05-02 12:59:37 -07:00
.appveyor.yml Update dependencies.props to 2.1.0-preview-28193, build tools to 2.1.0-preview1-1010 [ci skip] 2018-01-31 15:01:13 -08:00
.gitattributes Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:34:43 -07:00
.gitignore Pin tool and package versions to make builds more repeatable 2017-11-02 12:11:44 -07:00
.travis.yml adding a travis wait to the build, so it doesn't timeout 2018-04-20 10:33:43 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:48:49 -07:00
Directory.Build.props Add certificate names for code signing 2018-06-05 22:34:55 -07:00
Directory.Build.targets Upgrade to netcoreapp22 2018-05-08 17:02:04 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:07:51 -07:00
NuGet.config Remove usage of Microsoft.DotNet.GlobalTools.Sdk 2018-09-07 10:04:44 -07:00
NuGetPackageVerifier.json Add exclusion for NuGet.Frameworks pre-release dependency 2018-05-15 10:20:54 -07:00
README.md Update AppVeyor and Travis badges 2017-08-16 12:03:44 -07:00
Scaffolding.sln Fix build warnings about missing template variables (#708) 2018-03-07 12:54:35 -08:00
build.cmd Update bootstrappers 2017-10-09 12:44:48 -07:00
build.sh Update bootstrappers 2017-10-09 12:44:48 -07:00
korebuild-lock.txt Remove usage of Microsoft.DotNet.GlobalTools.Sdk 2018-09-07 10:04:44 -07:00
korebuild.json Update infrastructure for the 2.2 release 2018-06-28 16:21:41 -07:00
run.cmd Update bootstrappers 2017-10-09 12:44:48 -07:00
run.ps1 Update bootstrapper scripts (automated commit) [ci skip] 2018-05-25 16:17:07 -07:00
run.sh Update bootstrapper scripts (automated commit) [ci skip] 2018-05-25 16:17:07 -07:00
version.props Update branding to 2.2.0-preview3 2018-09-05 16:36:10 -07:00

README.md

ASP.NET Scaffolding

AppVeyor build status Travis build status

ASP.NET Scaffolding enables generating boilerplate code for web applications to speed up development.

To learn more about ASP.NET Scaffolding see http://go.microsoft.com/fwlink/?LinkId=820629

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.