1 write to UserDataRootPath
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\IBrowserHost.cs (1)
142
UserDataRootPath
= NormalizePath(userDataRootPath);
11 references to UserDataRootPath
Aspire.Hosting.Browsers.Tests (11)
src\Aspire.Hosting.Browsers\BrowserEndpointDiscovery.cs (5)
54
var metadataPath = GetEndpointMetadataFilePath(identity.
UserDataRootPath
);
101
!string.Equals(metadataUserDataRootPath, identity.
UserDataRootPath
, GetPathComparison()))
143
identity.
UserDataRootPath
,
153
var metadataPath = GetEndpointMetadataFilePath(identity.
UserDataRootPath
);
174
UserDataRootPath = 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);
369
identity.
UserDataRootPath
,
src\Aspire.Hosting.Browsers\IBrowserHost.cs (4)
151
s_pathComparer.Equals(
UserDataRootPath
, other.
UserDataRootPath
);
161
s_pathComparer.GetHashCode(
UserDataRootPath
?? string.Empty));
163
public override string ToString() => $"{ExecutablePath} ({
UserDataRootPath
})";