7 references to ProjectFileDoesntExist
aspire (3)
Projects\ProjectLocator.cs (3)
280throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist, ProjectLocatorFailureReason.ProjectFileDoesntExist); 318throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist, ProjectLocatorFailureReason.ProjectFileDoesntExist); 342throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist, ProjectLocatorFailureReason.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); 737Assert.Equal(ErrorStrings.ProjectFileDoesntExist, ex.Message);