Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Build.fs to explicitly restore #626

Open
isaacabraham opened this issue Aug 23, 2024 · 3 comments
Open

Change Build.fs to explicitly restore #626

isaacabraham opened this issue Aug 23, 2024 · 3 comments
Assignees

Comments

@isaacabraham
Copy link
Member

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
Copy link
Contributor

I am looking into this

@Larocceau
Copy link
Contributor

closed by #634

@isaacabraham
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants