2 references to VersionCheckDisabled
Aspire.Hosting (1)
VersionChecking\VersionCheckService.cs (1)
52
if (!_interactionService.IsAvailable || _executionContext.IsPublishMode || _configuration.GetBool(KnownConfigNames.
VersionCheckDisabled
, defaultValue: false))
Aspire.Hosting.Tests (1)
VersionChecking\VersionCheckServiceTests.cs (1)
48
[KnownConfigNames.
VersionCheckDisabled
] = "true"