11 references to ProjectFileDoesntExist
aspire (3)
Projects\ProjectLocator.cs (3)
960
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
, ProjectLocatorFailureReason.ProjectFileDoesntExist);
1017
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
, ProjectLocatorFailureReason.ProjectFileDoesntExist);
1067
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
, ProjectLocatorFailureReason.ProjectFileDoesntExist);
Aspire.Cli.Tests (8)
Projects\ProjectLocatorTests.cs (8)
496
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
678
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
710
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
1984
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
2055
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
2300
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
2411
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);
2539
Assert.Equal(ErrorStrings.
ProjectFileDoesntExist
, ex.Message);