8 references to ProjectFileDoesntExist
aspire (4)
Commands\BaseCommand.cs (1)
99
var m when string.Equals(m, ErrorStrings.
ProjectFileDoesntExist
, StringComparisons.CliInputOrOutput)
Projects\ProjectLocator.cs (3)
188
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);
226
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);
245
throw new ProjectLocatorException(ErrorStrings.
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);
741
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);