8 references to ProjectFileDoesntExist
aspire (4)
Commands\BaseCommand.cs (1)
69
var m when string.Equals(m, 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)
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);