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