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