9 references to ProjectFileDoesntExist
aspire (5)
Commands\BaseCommand.cs (1)
66if (string.Equals(ex.Message, ErrorStrings.ProjectFileDoesntExist, StringComparisons.CliInputOrOutput))
Projects\ProjectLocator.cs (4)
297throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 335throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 353throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 365throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist);
Aspire.Cli.Tests (4)
Projects\ProjectLocatorTests.cs (4)
49Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message); 563Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message); 615Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message); 784Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message);