Hot Reload External Access: Add API for updating multiple projects#82240
Conversation
|
@DustinCampbell ptal |
DustinCampbell
left a comment
There was a problem hiding this comment.
Code change looks fine. I'll defer to @jasonmalinowski for the package dependency change.
jasonmalinowski
left a comment
There was a problem hiding this comment.
The change for the NuGet reference will break our customers since we tell them not to use MSBuildLocator anymore. If the problem is this is causing issues for dotnet watch (which I can totally understand) then we'll need an alternate approach. MSBuildLocator's NuGet package itself already has special logic to block other packages, so maybe we can reuse that if needed.
Only ExternalAccess layer. |
|
Removed the package ref changes. |
jasonmalinowski
left a comment
There was a problem hiding this comment.
We found a different solution for the other problem, so approved.
No description provided.