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