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