9 references to ProjectFileDoesntExist
aspire (5)
Commands\BaseCommand.cs (1)
66
if (string.Equals(ex.Message, ErrorStrings.
ProjectFileDoesntExist
, StringComparisons.CliInputOrOutput))
Projects\ProjectLocator.cs (4)
297
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);
335
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);
353
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);
365
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);
Aspire.Cli.Tests (4)
Projects\ProjectLocatorTests.cs (4)
49
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
563
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
615
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
784
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);