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
thrownewUnreachableException($"New version available, but LatestVersion or DownloadUrl is null. This should not happen. LatestVersion: {shouldDownload.LatestVersion}, DownloadUrl: {shouldDownload.DownloadUrl}");
_logger.LogWarning("Downloaded depot file was null, not processing further.");
74
-
}
75
-
}
66
+
_logger.LogInformation("Detected that new version '{LatestVersion}' of Depot File is available, downloading: {DownloadUrl}...",shouldDownload.LatestVersion,shouldDownload.DownloadUrl);
_logger.LogInformation("Detected that new version '{NewVersionAvailable}' of Depot File is available, so downloading: {DownloadUrl}...",shouldDownload.NewVersionAvailable,shouldDownload.DownloadUrl);
0 commit comments