C# Console Application Build Time

  • Thread starter Thread starter AAABBBCCCDDD00001111
  • Start date Start date
A

AAABBBCCCDDD00001111

Guest
I am developing a C# Console Application using Visual Studio Code. I am currently using .NET Core 3.0 in the project, and use "dotnet run" command to run it. The command runs very slowly, the application is slow to startup. If I use "dotnet build" command, this command is also slow.

Visual Studio 2019 .NET Core C# project build and startup very fast. But I don't want to use Visual Studio, I want to use command line toolchain.

Is there a way to build and run C# Console Application fast, other than using Visual Studio?

Continue reading...
 
Back
Top