1 write to _basePath
Aspire.Hosting (1)
ApplicationModel\AspireStore.cs (1)
21_basePath = basePath;
4 references to _basePath
Aspire.Hosting (4)
ApplicationModel\AspireStore.cs (4)
25public string BasePath => _basePath; 51var finalFilePath = Path.Combine(_basePath, $"{name}.{Convert.ToHexString(hash)[..12].ToLowerInvariant()}{ext}"); 93if (!string.IsNullOrEmpty(_basePath)) 95Directory.CreateDirectory(_basePath);