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
Simplify and harden scenario for file not found locally
Rather than appending the Etag to the download provider only if force!=true, skip adding it too when the local file doesn't exist. It typically means we'll need to fully download and we were checking that separately after checking for not-modified, which duplicated some code.
Also check for temp path before enumerating the first .cs, since sometimes the dir might not exist (download failed?) and we would fail with a cryptic IO exception.
0 commit comments