buildTarget/restore #675
Replies: 3 comments · 2 replies
-
Hi! Can you describe what the semantics of restore should be and why it is needed? I'm not familiar with dotnet restore. |
Beta Was this translation helpful? Give feedback.
-
I also don't know what you mean by "dependency restore" |
Beta Was this translation helpful? Give feedback.
-
Sorry for the confusion. I'm talking about package managers to download and update necessary libraries. In the .NET ecosystem for example that would be NuGet. The dotnet commands can be wonderfully matched to the BSP requests. But I miss a dotnet restore counterpart, hence my question. |
Beta Was this translation helpful? Give feedback.
-
I was wondering if there should be an explicit buildTarget/restore request. Currently BSP has no direct way to handle dependency restore (like dotnet restore).
In your opinion, would this be useful? If not, is there a recommended way to call dependency restore (e.g. with buildTarget/compile arguments)? Or do you think it should just be an implicit step (task) of the compile request?
Beta Was this translation helpful? Give feedback.
All reactions