Interface IFoldersWithSolutions
- Namespace
- SunamoDevCode.SunamoSolutionsIndexer
- Assembly
- SunamoDevCode.dll
Interface for managing folders containing Visual Studio solutions
public interface IFoldersWithSolutions
- Extension Methods
Methods
Solutions(RepositoryLocal, bool, IList<string>?, ProjectsTypes)
Gets solution folders from repository with optional filtering
SolutionFolders Solutions(RepositoryLocal repository, bool isLoadingAll = true, IList<string>? skipThese = null, ProjectsTypes prioritize = ProjectsTypes.None)
Parameters
repositoryRepositoryLocalRepository to get solutions from
isLoadingAllboolIf false and debugger attached, excludes working solutions
skipTheseIList<string>Solution names to skip (supports wildcards)
prioritizeProjectsTypesProject type to prioritize in results
Returns
- SolutionFolders
Collection of solution folders