7 references to ProjectFileDoesntExist
aspire (3)
Projects\ProjectLocator.cs (3)
280
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
, ProjectLocatorFailureReason.ProjectFileDoesntExist);
318
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
, ProjectLocatorFailureReason.ProjectFileDoesntExist);
342
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
, ProjectLocatorFailureReason.ProjectFileDoesntExist);
Aspire.Cli.Tests (4)
Projects\ProjectLocatorTests.cs (4)
46
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
579
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
624
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
787
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);