Namespaces
Fake
Fake.Git
Fake.MSBuild
Fake.SQL
FakeLib
Types in Fake.MSBuild
SpecsRemovement
Type
SpecsRemovement
Namespace
Fake.MSBuild
Methods
AllNUnitReferences<a>
AllSpecAndTestDataFiles
AllSpecFiles<a>
createFileName
normalize
Nothing<a, b>
RemoveAllNUnitReferences
RemoveAllSpecAndTestDataFiles
removeAssemblyReference
removeFiles
removeFilteredElement
RemoveTestsFromProject
Public static methods
bool
AllNUnitReferences<a>
(
a
elementName,
string
s)
All references to nunit.*.dlls
bool
AllSpecAndTestDataFiles
(
string
elementName,
string
s)
All Spec.cs or Spec.fs files and all files containing TestData
bool
AllSpecFiles<a>
(
a
elementName,
string
s)
All Spec.cs or Spec.fs files
string
createFileName
(
string
projectFileName)
string
normalize
(
XDocument
project)
Converts a MSBuildProject to XML
bool
Nothing<a, b>
(
a
_arg6,
b
_arg5)
A Convetion which matches nothing
string
RemoveAllNUnitReferences
(
string
projectFileName)
string
RemoveAllSpecAndTestDataFiles
(
string
projectFileName)
XDocument
removeAssemblyReference
(
FSharpFunc<string, FSharpFunc<string, bool>>
filterF,
XDocument
doc)
XDocument
removeFiles
(
FSharpFunc<string, FSharpFunc<string, bool>>
filterF,
XDocument
doc)
XDocument
removeFilteredElement
(
string
elementName,
FSharpFunc<string, FSharpFunc<string, bool>>
filterF,
XDocument
doc)
string
RemoveTestsFromProject
(
FSharpFunc<string, FSharpFunc<string, bool>>
assemblyFilterF,
FSharpFunc<string, FSharpFunc<string, bool>>
fileFilterF,
string
projectFileName)