4 references to GetLocalPath
Aspire.Hosting (1)
src\Shared\VolumeMountPathResolver.cs (1)
17var path = GetLocalPath(store, resource, volumeName);
Aspire.Hosting.Tests (3)
WithVolumeTests.cs (3)
50var expectedProjectPath = VolumeMountPathResolver.GetLocalPath(store, project.Resource, "data"); 51var expectedExecutablePath = VolumeMountPathResolver.GetLocalPath(store, executable.Resource, "data"); 223var expectedPath = VolumeMountPathResolver.GetLocalPath(store, custom.Resource, "data");