Custom templates for dotnet new

preview_player
Показать описание
In this video, I show you how to create a custom template to use with the dotnet new command. This way you get the project you want without having to clean up the sample code.
Рекомендации по теме
Комментарии
Автор

Great video! you're excellent in explaining.
What's the name of the HTTP package you are used?

viniciusbeloni
Автор

Great video. Was very helpful.
Is it possible to split the symbols in multiple pages with different captions?
"symbols": {
"ExcludeLaunchSettings": {
"type": "parameter",
"datatype": "bool",
"defaultValue": "false",
"description": "Whether to exclude launchSettings.json from the generated template."
},
"kestrelHttpPort": {
"type": "parameter",
"datatype": "integer",
"description": "Port number to use for the HTTP endpoint in launchSettings.json."
},
"kestrelHttpPortGenerated": {
"type": "generated",
"generator": "port",
"parameters": {
"low": 5000,
"high": 5300
}

feldev-vu
Автор

Really nice demo. I have a kind of unrelated question : You really are flying around vscode. Any recommendations for learning to become more efficient at using vscode?

Jonathan