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