SAFE-Stack / SAFE-template

dotnet CLI template for SAFE project
MIT License
280 stars 87 forks source link

Do `dotnet tool restore` automatically in build target #613

Closed theprash closed 3 weeks ago

theprash commented 1 month ago

By adding a target in Build.fsproj to run dotnet tool restore, we can remove the step that requires users to do it manually.

Should we go ahead with this? Discussion welcome.

mattgallagher92 commented 1 month ago

We likely want to update the docs site too.

mattgallagher92 commented 1 month ago

Maybe we want to change the root level Build.fsproj to be consistent?

Larocceau commented 3 weeks ago

@mattgallagher92 also added the automatic restore to the root level build.fsproj. I think we can merge this?