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