question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Get back old templates (console, mvc, etc) into dotnet new

See original GitHub issue

New app templates - the ones used when creating app via dotnet new - may look pythonish but they are not practical. IMO it’d be nice to add old ones back even under different name.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

How to create your own templates for dotnet new - .NET Blog
The first thing to do is to install the template. To do that, execute the command dotnet new --install <PATH> ...
Read more >
How To Get Back The Old Console Project In .NET 6
This tutorial will teach you how to create dotnet 6 console applications using the old template. It will bring back the static Main...
Read more >
Trying out "dotnet new" template updates and csproj with ...
I updated my Visual Studio 2017 RC installation today. Here's the release notes. You just run "Visual Studio Installer" if you've already ...
Read more >
How to Create Your .NET Project Template
NET developer, you have many built-in templates to start a new project or add a new item to an existing project, including console...
Read more >
Using the .Net Core Template Engine to Create Custom ...
To add a new custom template, use the dotnet new --install {template} command, passing in either the name of a NuGet package, or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found