1 write to _configuration
Aspire.Hosting (1)
VersionChecking\VersionCheckService.cs (1)
44
_configuration
= configuration;
4 references to _configuration
Aspire.Hosting (4)
VersionChecking\VersionCheckService.cs (4)
56
if (!_interactionService.IsAvailable || _executionContext.IsPublishMode ||
_configuration
.GetBool(KnownConfigNames.VersionCheckDisabled, defaultValue: false))
89
if (
_configuration
[LastCheckDateKey] is string checkDateString &&
106
var appHostDirectory =
_configuration
["AppHost:Directory"]!;
184
if (
_configuration
[key] is string latestVersionString &&