Code generators to speed up development.
Перейти к файлу
Nate McMaster 4fc6ca2b51
Add tools feed to NuGet.config
Workaround Microsoft/msbuild#2914
2018-05-23 11:27:02 -07:00
build Update dependencies.props 2018-05-20 19:45:29 +00:00
src Merge branch 'release/2.1' into dev 2018-05-16 11:53:22 -07:00
test Merge branch 'release/2.1' into dev 2018-05-16 11:53:22 -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
Directory.Build.props Fix signing issues 2018-02-23 16:29:10 -08: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 Add tools feed to NuGet.config 2018-05-23 11:27:02 -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 build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105 2017-10-13 13:12:38 -07:00
korebuild-lock.txt Update dependencies.props 2018-05-20 19:45:29 +00:00
korebuild.json Branching for 2.1.0-rc1 2018-04-16 17:01:58 -07:00
run.cmd Update bootstrappers 2017-10-09 12:44:48 -07:00
run.ps1 Update bootstrappers 2017-12-01 12:37:53 -08:00
run.sh Update bootstrappers 2017-12-01 12:37:53 -08:00
version.props Bump version to 2.1.0-rtm 2018-04-30 14:51:45 -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.