1 implementation of BasePath
Aspire.Hosting (1)
ApplicationModel\AspireStore.cs (1)
39public string BasePath => _basePath;
5 references to BasePath
Aspire.Hosting.Tests (4)
AspireStoreTests.cs (4)
19Assert.True(Directory.Exists(Path.GetDirectoryName(store.BasePath))); 27var path = store.BasePath; 40var path = store.BasePath; 51var path = store.BasePath;
DotnetTool.AppHost (1)
AppHost.cs (1)
90var nugetPackagesPath = Path.Join(evt.Services.GetRequiredService<IAspireStore>().BasePath, "nuget");