3 references to AspireConfigAppHostPathKey
aspire (3)
Projects\ProjectLocator.cs (3)
714
if (!IsValidConfiguredAppHostPath(configAppHostPath, configFilePath, fieldName:
AspireConfigAppHostPathKey
, silent: silent))
1238
IsValidConfiguredAppHostPath(existingPath, settingsFile.FullName,
AspireConfigAppHostPathKey
, silent: true))
1270
await ConfigurationService.SetConfigurationInFileAsync(settingsFile.FullName,
AspireConfigAppHostPathKey
, relativePathToProjectFile, cancellationToken);