Skip to content

Instantly share code, notes, and snippets.

@pranavkm
Last active June 27, 2020 00:20
Show Gist options
  • Save pranavkm/21d0f197f8fbb0383752b8fb51b602e9 to your computer and use it in GitHub Desktop.
Save pranavkm/21d0f197f8fbb0383752b8fb51b602e9 to your computer and use it in GitHub Desktop.
## Current

637287883825561612: watch : Exited
637287883825568665: watch : File changed: D:\temp\c\Views\Home\Index.cshtml <--- a1
637287883831872268: watch : Started
637287883852917785: info: Microsoft.Hosting.Lifetime[0]
637287883852923489:       Now listening on: https://localhost:5001          <--- b1   (b1 - a1): TotalMilliseconds : 2735.4824
637287883852928268: info: Microsoft.Hosting.Lifetime[0]
637287883852932657:       Now listening on: http://localhost:5000
637287883852936591: info: Microsoft.Hosting.Lifetime[0]
637287883852940154:       Application started. Press Ctrl+C to shut down.
637287883852943915: info: Microsoft.Hosting.Lifetime[0]
637287883852946078:       Hosting environment: Development
637287883852948215: info: Microsoft.Hosting.Lifetime[0]
637287883852950373:       Content root path: D:\temp\c
637287883879039031: watch : Exited
637287883879045482: watch : File changed: D:\temp\c\Views\Home\Index.cshtml <--- a2
637287883885132762: watch : Started
637287883904601604: info: Microsoft.Hosting.Lifetime[0]
637287883904607330:       Now listening on: https://localhost:5001          <--- b2  (b2 - a2): TotalMilliseconds : 2556.1848


## With --no-restore cleverness

637287886605627016: watch : Exited
637287886605633273: watch : File changed: D:\temp\c\Views\Home\Index.cshtml <--- a1
637287886605668062: watch : Started
637287886621431383: info: Microsoft.Hosting.Lifetime[0]
637287886621437642:       Now listening on: https://localhost:5001          <--- b1 (b1 - a1) : TotalMilliseconds : 1580.4369
637287886621443456: info: Microsoft.Hosting.Lifetime[0]
637287886621448447:       Now listening on: http://localhost:5000
637287886621451248: info: Microsoft.Hosting.Lifetime[0]
637287886621453460:       Application started. Press Ctrl+C to shut down.
637287886621455626: info: Microsoft.Hosting.Lifetime[0]
637287886621457781:       Hosting environment: Development
637287886621459891: info: Microsoft.Hosting.Lifetime[0]
637287886621462065:       Content root path: D:\temp\c
637287886688101765: watch : Exited
637287886688106791: watch : File changed: D:\temp\c\Views\Home\Index.cshtml <--- a2
637287886688135448: watch : Started
637287886704075716: info: Microsoft.Hosting.Lifetime[0]
637287886704081875:       Now listening on: https://localhost:5001          <--- b2 (b2 - a2): TotalMilliseconds : 1597.5084
637287886704085657: info: Microsoft.Hosting.Lifetime[0]
637287886704089282:       Now listening on: http://localhost:5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment