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
If during the preferred update flow, ExtractToDirectory creates the temp directory, but the update is interrupted prior to the batch file deleting the temp directory, future attempts to update will cause a crash. ExtractToDirectory has a handy "overwriteFiles" capability starting in .NET Core 2 which would elegantly dodge this possibility, but it's not available to us here yet.
The text was updated successfully, but these errors were encountered:
If during the preferred update flow, ExtractToDirectory creates the temp directory, but the update is interrupted prior to the batch file deleting the temp directory, future attempts to update will cause a crash. ExtractToDirectory has a handy "overwriteFiles" capability starting in .NET Core 2 which would elegantly dodge this possibility, but it's not available to us here yet.
The text was updated successfully, but these errors were encountered: