1 write to _configuration
Aspire.Hosting (1)
VersionChecking\VersionCheckService.cs (1)
42
_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))
86
if (
_configuration
[LastCheckDateKey] is string checkDateString &&
100
var appHostDirectory =
_configuration
["AppHost:Directory"]!;
175
if (
_configuration
[key] is string latestVersionString &&