1 implementation of BasePath
Aspire.Hosting (1)
ApplicationModel\AspireStore.cs (1)
33public string BasePath => _basePath;
5 references to BasePath
Aspire.Hosting.PostgreSQL (1)
PostgresBuilderExtensions.cs (1)
311var pgwebBookmarks = Path.Combine(aspireStore.BasePath, $"{pgwebContainer.Name}.{Convert.ToHexString(contentHash)[..12].ToLowerInvariant()}");
Aspire.Hosting.Tests (4)
AspireStoreTests.cs (4)
18Assert.True(Directory.Exists(Path.GetDirectoryName(store.BasePath))); 26var path = store.BasePath; 39var path = store.BasePath; 50var path = store.BasePath;