1 write to UserDataRootPath
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\IBrowserHost.cs (1)
142UserDataRootPath = NormalizePath(userDataRootPath);
11 references to UserDataRootPath
Aspire.Hosting.Browsers.Tests (11)
src\Aspire.Hosting.Browsers\BrowserEndpointDiscovery.cs (5)
54var metadataPath = GetEndpointMetadataFilePath(identity.UserDataRootPath); 101!string.Equals(metadataUserDataRootPath, identity.UserDataRootPath, GetPathComparison())) 143identity.UserDataRootPath, 153var metadataPath = GetEndpointMetadataFilePath(identity.UserDataRootPath); 174UserDataRootPath = identity.UserDataRootPath,
src\Aspire.Hosting.Browsers\BrowserHostRegistry.cs (2)
185_logger.LogError("Tracked browser host '{BrowserExecutable}' for user data directory '{UserDataDirectory}' had an invalid reference count '{ReferenceCount}' during release.", identity.ExecutablePath, identity.UserDataRootPath, entry.ReferenceCount); 369identity.UserDataRootPath,
src\Aspire.Hosting.Browsers\IBrowserHost.cs (4)
151s_pathComparer.Equals(UserDataRootPath, other.UserDataRootPath); 161s_pathComparer.GetHashCode(UserDataRootPath ?? string.Empty)); 163public override string ToString() => $"{ExecutablePath} ({UserDataRootPath})";