C# Class Bari.Plugins.VsCore.VisualStudio.SolutionName.HashBasedSlnNameGenerator

Simple solution name generator, the file name is an MD5 checksum computed from the set of projects.
Inheritance: ISlnNameGenerator
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
GetName ( IEnumerable projects ) : string

Generates a file name for a VS solution file which will contain the given set of projects.

Method Details

GetName() public method

Generates a file name for a VS solution file which will contain the given set of projects.
public GetName ( IEnumerable projects ) : string
projects IEnumerable Set of projects to be included in the SLN file
return string