1 implementation of BasePath
Aspire.Hosting (1)
ApplicationModel\AspireStore.cs (1)
25
public string
BasePath
=> _basePath;
4 references to BasePath
Aspire.Hosting.Tests (4)
AspireStoreTests.cs (4)
17
Assert.True(Directory.Exists(Path.GetDirectoryName(store.
BasePath
)));
25
var path = store.
BasePath
;
37
var path = store.
BasePath
;
48
var path = store.
BasePath
;