8 references to ProjectFileDoesntExist
aspire (4)
Commands\BaseCommand.cs (1)
66if (string.Equals(ex.Message, 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)
47Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message); 569Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message); 617Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message); 783Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message);