2 writes to _customRuntimeConfigPath
Aspire.Hosting (2)
Dashboard\DashboardEventHandlers.cs (2)
231
_customRuntimeConfigPath
= customConfigPath;
273
_customRuntimeConfigPath
= tempPath;
3 references to _customRuntimeConfigPath
Aspire.Hosting (3)
Dashboard\DashboardEventHandlers.cs (3)
1058
if (
_customRuntimeConfigPath
is not null)
1062
File.Delete(
_customRuntimeConfigPath
);
1066
distributedApplicationLogger.LogWarning(ex, "Failed to delete temporary runtime config file: {Path}",
_customRuntimeConfigPath
);