8 references to ProjectFileDoesntExist
aspire (4)
Commands\BaseCommand.cs (1)
66
if (string.Equals(ex.Message, ErrorStrings.
ProjectFileDoesntExist
, StringComparisons.CliInputOrOutput))
Projects\ProjectLocator.cs (3)
187
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);
225
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);
244
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);
Aspire.Cli.Tests (4)
Projects\ProjectLocatorTests.cs (4)
47
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
569
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
617
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
783
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);