Exemple #1
0
        /// <summary>
        /// Verify the feed works with the current client and settings.
        /// </summary>
        public static async Task ValidateFeedForClient(ISleetFileSystem fileSystem, ILogger log, CancellationToken token)
        {
            await UpgradeUtility.EnsureFeedVersionMatchesTool(fileSystem, log, token);

            await EnsureBaseUriMatchesFeed(fileSystem, log, token);
        }