9 references to ProjectFileDoesntExist
aspire (5)
Commands\BaseCommand.cs (1)
66if (string.Equals(ex.Message, ErrorStrings.ProjectFileDoesntExist, StringComparisons.CliInputOrOutput))
Projects\ProjectLocator.cs (4)
298throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 336throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 354throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 366throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist);
Aspire.Cli.Tests (4)
Projects\ProjectLocatorTests.cs (4)
49Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message); 600Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message); 652Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message); 821Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message);