C# Класс 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.
Наследование: ICleanExtension
Показать файл Открыть проект

Открытые методы

Метод Описание
Clean ( ICleanParameters parameters ) : void

Performs the additional cleaning step

FsprojCleaner ( Suite suite ) : System

Constructs the cleaner

Описание методов

Clean() публичный Метод

Performs the additional cleaning step
public Clean ( ICleanParameters parameters ) : void
parameters ICleanParameters
Результат void

FsprojCleaner() публичный Метод

Constructs the cleaner
public FsprojCleaner ( Suite suite ) : System
suite Suite Current suite
Результат System