Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aspnet/Templating
[Archived] ASP.NET Core templates for .NET CLI and Visual Studio. Project moved to https://github.com/aspnet/AspNetCore
https://github.com/aspnet/Templating
aspnet-product
Last synced: 2 months ago
JSON representation
[Archived] ASP.NET Core templates for .NET CLI and Visual Studio. Project moved to https://github.com/aspnet/AspNetCore
- Host: GitHub
- URL: https://github.com/aspnet/Templating
- Owner: aspnet
- License: apache-2.0
- Archived: true
- Created: 2017-08-23T18:04:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T19:24:04.000Z (about 6 years ago)
- Last Synced: 2024-07-02T09:21:38.189Z (6 months ago)
- Topics: aspnet-product
- Language: C#
- Homepage:
- Size: 3.91 MB
- Stars: 204
- Watchers: 58
- Forks: 80
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - Templating - [Archived] ASP.NET Core templates for .NET CLI and Visual Studio. Project moved to https://github.com/aspnet/AspNetCore (C# #)
README
# Templates [Archived]
**This GitHub project has been archived.** Ongoing development on this project can be found in .
## Getting Started
ASP.NET Templates provide project templates which are used in .NET Core for creating ASP.NET Core applications.This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [AspNetCore](https://github.com/aspnet/AspNetCore) repo.
## Building Templates
- Running build.cmd in this repo requires NPM which can be installed from https://nodejs.org/en/.
- The ASP.NET localhost development certificate must also be installed and trusted or else you'll get a test error "Certificate error: Navigation blocked".
- `build.cmd` (or `build /t:package` to avoid tests) will produce NuGet packages for each class of template in the artifacts directory. These can be installed via `dotnet new -i {nugetpackage path}`
- You also need to get the packages these templates depend on into your package cache or else `dotnet new` restore will fail. The easiest way to get them to run is by letting the build run at least 1 test.