4 references to UnsupportedProjects
aspire (3)
Projects\ProjectLocator.cs (3)
956
throw new ProjectLocatorException(ErrorStrings.NoProjectFileFound, ProjectLocatorFailureReason.
UnsupportedProjects
);
1111
throw new ProjectLocatorException(ErrorStrings.NoProjectFileFound, ProjectLocatorFailureReason.
UnsupportedProjects
);
1417
ProjectLocatorFailureReason.
UnsupportedProjects
Aspire.Cli.Tests (1)
Projects\ProjectLocatorTests.cs (1)
1279
Assert.Equal(ProjectLocatorFailureReason.
UnsupportedProjects
, exception.FailureReason);