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