You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't advertise .NET SDK to be able to run in parallel.
Doing lock this late makes me nervous. If there is a bug -- for example the lock file on disk does not get cleaned up, so .NET SDK is locked forever -- it is usually hard to discover
When we discussed it in one of our workloads meetings, we were worried that if two installations did end up running in parallel, we might get into an unrecoverable state. So we wanted to protect against this.
I think we said that we can use a mutex instead of a lock file, which I think will automatically be released when the process exits.
No description provided.
The text was updated successfully, but these errors were encountered: