3 references to IsSamePersistedAppHostPath
aspire (1)
Projects\ProjectLocator.cs (1)
1260
if (
IsSamePersistedAppHostPath
(resolvedPath, projectFile.FullName))
Aspire.Cli.Tests (2)
Projects\ProjectLocatorTests.cs (2)
373
Assert.True(ProjectLocator.
IsSamePersistedAppHostPath
(configuredPath, differentlyCasedPath));
387
Assert.False(ProjectLocator.
IsSamePersistedAppHostPath
(configuredPath, differentlyCasedPath));