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