2 writes to _customRuntimeConfigPath
Aspire.Hosting (2)
Dashboard\DashboardLifecycleHook.cs (2)
266_customRuntimeConfigPath = customConfigPath; 308_customRuntimeConfigPath = tempPath;
3 references to _customRuntimeConfigPath
Aspire.Hosting (3)
Dashboard\DashboardLifecycleHook.cs (3)
110if (_customRuntimeConfigPath is not null) 114File.Delete(_customRuntimeConfigPath); 118distributedApplicationLogger.LogWarning(ex, "Failed to delete temporary runtime config file: {Path}", _customRuntimeConfigPath);