Table of Contents

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

string

ProjectsFolderName

Default folder name used for storing projects.

public const string ProjectsFolderName = "Projects"

Field Value

string

SolutionsExcludeWhileWorkingOnSourceCode

List of solution names to exclude while working on source code in debugger mode.

public static List<string> SolutionsExcludeWhileWorkingOnSourceCode

Field Value

List<string>

VisualStudio

Display name for Visual Studio.

public const string VisualStudio = "Visual Studio"

Field Value

string