8 references to ProjectFileDoesntExist
aspire (4)
Commands\BaseCommand.cs (1)
69var m when string.Equals(m, ErrorStrings.ProjectFileDoesntExist, StringComparisons.CliInputOrOutput)
Projects\ProjectLocator.cs (3)
187throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 225throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 244throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist);
Aspire.Cli.Tests (4)
Projects\ProjectLocatorTests.cs (4)
46Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message); 529Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message); 574Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message); 741Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message);