asp.net core - Improving VS2017 publish AspNetCore performance -


i have asp netcore2.0 mvc project , when publish project folder takes long time (fifteen minutes or more). data points benchmarked publishing vs2017 built-in asp netcore2.0 , .net framework webapps templates , here get:

  • vs2017 asp netcore 2.0 empty template: approximately 3 minutes (00:03:06).
  • vs2017 asp netcore 2.0 webapi template: approximately 4 minutes (00:04:08).
  • vs2017 .net framework empty template: approximately 9 seconds (00:00:09).
  • vs2017 .net framework webmvc template: approximately 15 seconds (00:00:15).

publishing .net framework apps blazing (as in previous experience) netcore app takes long time.

i think it's because netcore web packaging more work , in end seems quite compact (i see precompiled views , controllers) , higher performance .net. publishing time app unbearable.

my question how can make asp netcore 2.0 publish folder faster?

well, situation feels episode in crowd moss play tape caller "have tried rebooting"... reinstalled visual studio 2017 , fixed problem.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -