Method | Description | |
---|---|---|
GetName ( IEnumerable |
Generates a file name for a VS solution file which will contain the given set of projects.
|
|
ReadableSlnNameGenerator ( ISlnNameGenerator fallbackGenerator, ISuiteContentsAnalyzer analyzer ) : System.Collections.Generic |
Creates the name generator
|
Method | Description | |
---|---|---|
AllHasTests ( IEnumerable |
||
GetNameBasedOnMultipleModules ( IEnumerable |
||
GetNameBasedOnProduct ( string productName, bool allHasTests ) : string | ||
GetNameForSingleProject ( Project project ) : string | ||
GetPostfix ( bool allHasTests ) : string |
public GetName ( IEnumerable |
||
projects | IEnumerable |
Set of projects to be included in the SLN file |
return | string |
public ReadableSlnNameGenerator ( ISlnNameGenerator fallbackGenerator, ISuiteContentsAnalyzer analyzer ) : System.Collections.Generic | ||
fallbackGenerator | ISlnNameGenerator | Fallback name generator to be used when the set of projects is not a special case /// handled by this name generator. |
analyzer | ISuiteContentsAnalyzer | Solution analyzer to be used to find special cases. |
return | System.Collections.Generic |