1 write to _onDemandResourcesRootPath
Aspire.Hosting.Dapr (1)
DaprDistributedApplicationLifecycleHook.cs (1)
378_onDemandResourcesRootPath = Directory.CreateTempSubdirectory("aspire-dapr.").FullName;
4 references to _onDemandResourcesRootPath
Aspire.Hosting.Dapr (4)
DaprDistributedApplicationLifecycleHook.cs (4)
348if (_onDemandResourcesRootPath is not null) 354Directory.Delete(_onDemandResourcesRootPath, recursive: true); 358_logger.LogWarning(ex, "Failed to delete temporary Dapr resources directory: {OnDemandResourcesRootPath}", _onDemandResourcesRootPath); 385string componentDirectory = Path.Combine(_onDemandResourcesRootPath, component.Name);