SAFE-Stack / SAFE-template

dotnet CLI template for SAFE project
MIT License
282 stars 88 forks source link

Change Build.fs to explicitly restore #626

Open isaacabraham opened 3 months ago

isaacabraham commented 3 months ago

In light of #621 I think that we should change the run process:

  1. Do a standard dotnet restore
  2. Do a dotnet watch run --no-restore

This has two benefits:

  1. It solves this weird issue that some people are seeing with watch run.
  2. It will give a small perf improvement to watch reloads because the restore process is skipped on restarts.
jwthomson commented 1 month ago

I am looking into this

Larocceau commented 1 week ago

closed by #634

isaacabraham commented 6 days ago

I'm reopening this because of my comments in #634 and assigning it to @Larocceau .