1 write to _interactionService
Aspire.Hosting (1)
VersionChecking\VersionCheckService.cs (1)
38
_interactionService
= interactionService;
2 references to _interactionService
Aspire.Hosting (2)
VersionChecking\VersionCheckService.cs (2)
53
if (!
_interactionService
.IsAvailable || _executionContext.IsPublishMode || _configuration.GetBool(KnownConfigNames.VersionCheckDisabled, defaultValue: false))
128
var result = await
_interactionService
.PromptMessageBarAsync(