C# Class Bari.Plugins.Fsharp.Commands.Clean.FsprojCleaner

.fsproj files must be generated outside the target directory, into the project source tree otherwise visual studio does not show the hierarchy only a flat set of file references. This class performs the additional cleaning step to remove these generated project files.
Inheritance: ICleanExtension
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
Clean ( ICleanParameters parameters ) : void

Performs the additional cleaning step

FsprojCleaner ( Suite suite ) : System

Constructs the cleaner

Method Details

Clean() public method

Performs the additional cleaning step
public Clean ( ICleanParameters parameters ) : void
parameters ICleanParameters
return void

FsprojCleaner() public method

Constructs the cleaner
public FsprojCleaner ( Suite suite ) : System
suite Suite Current suite
return System