-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Description
Per the discussion in #11066, the existing tutorial for creating a template requires that nuget be installed. On *nix operating systems, this requires Mono to be installed. A bug has been filed in the dotnet CLI repo that requests the dotnet pack command be improved to remove this dependency. dotnet/cli#11457
This issue is a placeholder until the CLI is improved. When the CLI is improved, this tutorial should be updated to change the nuget related sections to use dotnet.
CLI does not need to be changed and supports this scenario. The csproj needs to be formatted in a way that facilitates this.
- Content: Create a custom template for dotnet new - .NET Core
- Content Source: docs/core/tutorials/create-custom-template.md
Some other sources of info I found:
- https://github.com/dotnet/templating/wiki/Reference-for-template.json
- https://www.jerriepelser.com/blog/tips-for-developing-dotnet-new-templates/
- https://github.com/dotnet/templating/wiki/
Data
Relating to the Overview the time period of 90 days worth of data spanning March 2019 - May 2019
| Period | Page Views | CSAT |
|---|---|---|
| 90 days prior to update | 6990 | 66 |
| 90 days after update | waiting.. | waiting.. |
Relating to the Tutorial the time period of 90 days worth of data spanning March 2019 - May 2019
| Period | Page Views | CSAT |
|---|---|---|
| 90 days prior to update | 4970 | 50 |
| 90 days after update | waiting.. | waiting.. |