3 references to LegacySettingsAppHostPathKey
aspire (3)
Projects\ProjectLocator.cs (3)
752if (json.RootElement.TryGetProperty(LegacySettingsAppHostPathKey, out var appHostPathProperty)) 756ReportInvalidConfiguredAppHostPathType(settingsFile.FullName, LegacySettingsAppHostPathKey, silent); 765if (!IsValidConfiguredAppHostPath(appHostPath, settingsFile.FullName, fieldName: LegacySettingsAppHostPathKey, silent: silent))