9 references to ProjectFileDoesntExist
aspire (5)
Commands\BaseCommand.cs (1)
66
if (string.Equals(ex.Message, ErrorStrings.
ProjectFileDoesntExist
, StringComparisons.CliInputOrOutput))
Projects\ProjectLocator.cs (4)
298
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);
336
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);
354
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);
366
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);
Aspire.Cli.Tests (4)
Projects\ProjectLocatorTests.cs (4)
49
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
600
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
652
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
821
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);