4 references to IsSamePersistedAppHostPath
aspire (1)
Projects\ProjectLocator.cs (1)
1243
if (
IsSamePersistedAppHostPath
(resolvedPath, projectFile.FullName, environment))
Aspire.Cli.Tests (3)
Projects\ProjectLocatorTests.cs (3)
358
Assert.True(ProjectLocator.
IsSamePersistedAppHostPath
(configuredPath, selectedPath, TestEnvironment.CreateWindows()));
359
Assert.False(ProjectLocator.
IsSamePersistedAppHostPath
(configuredPath, selectedPath, TestEnvironment.CreateLinux()));
360
Assert.False(ProjectLocator.
IsSamePersistedAppHostPath
(configuredPath, selectedPath, TestEnvironment.CreateMacOS()));