Wednesday, February 20, 2019

Editing .NET Core preexisting template?

So I'm new to C# and the .NET Core SDK and I wanted to know if it was possible to edit the template that's generated after the command "dotnet new console" it generates a hello world program but I wanted to take out the console.writeline("Hello World!"); and reposition the curly braces to the same line instead of a separate one.

its just one of those things that have been bothering me when I start a new program :/ I know custom templates are a thing I just prefer to edit the one thats already there and almost how I need it.

Editing .NET Core preexisting template? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team