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)
110
if (
_customRuntimeConfigPath
is not null)
114
File.Delete(
_customRuntimeConfigPath
);
118
distributedApplicationLogger.LogWarning(ex, "Failed to delete temporary runtime config file: {Path}",
_customRuntimeConfigPath
);