8 references to ProjectFileDoesntExist
aspire (4)
Commands\BaseCommand.cs (1)
99var m when string.Equals(m, ErrorStrings.ProjectFileDoesntExist, StringComparisons.CliInputOrOutput)
Projects\ProjectLocator.cs (3)
188throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 226throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 245throw 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);