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