7 references to GetEndpointMetadataFilePath
Aspire.Hosting.Browsers.Tests (7)
BrowserHostTests.cs (1)
58
Assert.False(File.Exists(BrowserEndpointDiscovery.
GetEndpointMetadataFilePath
(userDataDirectory.FullName)));
BrowserLogsSessionManagerTests.cs (3)
261
var metadataPath = BrowserEndpointDiscovery.
GetEndpointMetadataFilePath
(userDataDirectory.FullName);
291
var metadataPath = BrowserEndpointDiscovery.
GetEndpointMetadataFilePath
(userDataDirectory.FullName);
321
var metadataPath = BrowserEndpointDiscovery.
GetEndpointMetadataFilePath
(userDataDirectory.FullName);
src\Aspire.Hosting.Browsers\BrowserEndpointDiscovery.cs (3)
54
var metadataPath =
GetEndpointMetadataFilePath
(identity.UserDataRootPath);
153
var metadataPath =
GetEndpointMetadataFilePath
(identity.UserDataRootPath);
197
TryDelete(
GetEndpointMetadataFilePath
(userDataDirectory));