Class SolutionsIndexerConsts
- Namespace
- SunamoDevCode.SunamoSolutionsIndexer
- Assembly
- SunamoDevCode.dll
Constants used by the solutions indexer system.
public class SolutionsIndexerConsts
- Inheritance
-
SolutionsIndexerConsts
- Inherited Members
- Extension Methods
Fields
BitBucket
Identifier for the BitBucket repository source.
public const string BitBucket = "BitBucket"
Field Value
ProjectsFolderName
Default folder name used for storing projects.
public const string ProjectsFolderName = "Projects"
Field Value
SolutionsExcludeWhileWorkingOnSourceCode
List of solution names to exclude while working on source code in debugger mode.
public static List<string> SolutionsExcludeWhileWorkingOnSourceCode
Field Value
VisualStudio
Display name for Visual Studio.
public const string VisualStudio = "Visual Studio"