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);
529
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
574
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
737
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);