3 references to AppHostServerDirectoryName
aspire (3)
Layout\LayoutConfiguration.cs (1)
178public string? ApphostServer { get; set; } = BundleDiscovery.AppHostServerDirectoryName;
Layout\LayoutDiscovery.cs (2)
191var serverPath = Path.Combine(layoutPath, BundleDiscovery.AppHostServerDirectoryName); 197_logger.LogDebug(" {Dir}/: {Exists}", BundleDiscovery.AppHostServerDirectoryName, Directory.Exists(serverPath) ? "exists" : "MISSING");