4 references to UnsupportedProjects
aspire (3)
Projects\ProjectLocator.cs (3)
950
throw new ProjectLocatorException(ErrorStrings.NoProjectFileFound, ProjectLocatorFailureReason.
UnsupportedProjects
);
1106
throw new ProjectLocatorException(ErrorStrings.NoProjectFileFound, ProjectLocatorFailureReason.
UnsupportedProjects
);
1434
ProjectLocatorFailureReason.
UnsupportedProjects
Aspire.Cli.Tests (1)
Projects\ProjectLocatorTests.cs (1)
1306
Assert.Equal(ProjectLocatorFailureReason.
UnsupportedProjects
, exception.FailureReason);