fake 1.40.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. data/docs/Fake.Git/AssemblyInfo.htm +87 -0
  2. data/docs/Fake.Git/Branches.htm +266 -0
  3. data/docs/Fake.Git/CommandHelper.htm +195 -0
  4. data/docs/Fake.Git/CommitMessage.htm +108 -0
  5. data/docs/Fake.Git/FileStatus.htm +291 -0
  6. data/docs/Fake.Git/Information.htm +148 -0
  7. data/docs/Fake.Git/Merge.htm +100 -0
  8. data/docs/Fake.Git/MergeType.htm +224 -0
  9. data/docs/Fake.Git/Repository.htm +108 -0
  10. data/docs/Fake.Git/Reset.htm +140 -0
  11. data/docs/Fake.Git/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +161 -0
  12. data/docs/Fake.Git/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +127 -0
  13. data/docs/Fake.Git/SHA1.htm +116 -0
  14. data/docs/Fake.Git/SanityChecks.htm +132 -0
  15. data/docs/Fake.Git/Staging.htm +134 -0
  16. data/docs/Fake.Git/Submodule.htm +197 -0
  17. data/docs/Fake.Git/Tags.htm +169 -0
  18. data/docs/Fake.Git/index.htm +99 -0
  19. data/docs/Fake.MSBuild/SpecsRemovement.htm +156 -0
  20. data/docs/Fake.MSBuild/index.htm +51 -0
  21. data/docs/Fake.SQL/AssemblyInfo.htm +63 -0
  22. data/docs/Fake.SQL/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +108 -0
  23. data/docs/Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +103 -0
  24. data/docs/Fake.SQL/ServerInfo.htm +91 -0
  25. data/docs/Fake.SQL/SqlServer.htm +251 -0
  26. data/docs/Fake.SQL/index.htm +63 -0
  27. data/docs/Fake/AssemblyInfoHelper.htm +210 -0
  28. data/docs/Fake/AssemblyInfoParams.htm +305 -0
  29. data/docs/Fake/AsyncHelper.htm +192 -0
  30. data/docs/Fake/Build.htm +225 -0
  31. data/docs/Fake/BuildConfiguration.htm +232 -0
  32. data/docs/Fake/BuildError.htm +224 -0
  33. data/docs/Fake/BuildServer.htm +290 -0
  34. data/docs/Fake/BuildServerHelper.htm +225 -0
  35. data/docs/Fake/CacheHelper.htm +192 -0
  36. data/docs/Fake/CodeLanguage.htm +290 -0
  37. data/docs/Fake/DocuHelper.htm +202 -0
  38. data/docs/Fake/DocuParams.htm +225 -0
  39. data/docs/Fake/EnvironmentHelper.htm +268 -0
  40. data/docs/Fake/Event.htm +192 -0
  41. data/docs/Fake/ExecParams.htm +225 -0
  42. data/docs/Fake/FSIHelper.htm +202 -0
  43. data/docs/Fake/FileHelper.htm +458 -0
  44. data/docs/Fake/FileIncludes.htm +220 -0
  45. data/docs/Fake/FileSetHelper.htm +373 -0
  46. data/docs/Fake/FileSystemHelper.htm +250 -0
  47. data/docs/Fake/FxCopErrorLevel.htm +298 -0
  48. data/docs/Fake/FxCopHelper.htm +210 -0
  49. data/docs/Fake/FxCopParams.htm +292 -0
  50. data/docs/Fake/HTMLHelpWorkShopHelper.htm +201 -0
  51. data/docs/Fake/ILMergeHelper.htm +202 -0
  52. data/docs/Fake/ILMergeParams.htm +217 -0
  53. data/docs/Fake/MSBuildHelper.htm +263 -0
  54. data/docs/Fake/MailBoxHelper.htm +220 -0
  55. data/docs/Fake/Message.htm +230 -0
  56. data/docs/Fake/MessageHelper.htm +202 -0
  57. data/docs/Fake/NCoverHelper.htm +202 -0
  58. data/docs/Fake/NCoverParams.htm +230 -0
  59. data/docs/Fake/NUnitHelper.htm +215 -0
  60. data/docs/Fake/NUnitParams.htm +265 -0
  61. data/docs/Fake/PostMethod.htm +264 -0
  62. data/docs/Fake/ProcessHelper.htm +333 -0
  63. data/docs/Fake/Project.htm +227 -0
  64. data/docs/Fake/REST.htm +218 -0
  65. data/docs/Fake/RegexEntry.htm +220 -0
  66. data/docs/Fake/RegistryBaseKey.htm +368 -0
  67. data/docs/Fake/RegistryHelper.htm +208 -0
  68. data/docs/Fake/StringHelper.htm +458 -0
  69. data/docs/Fake/Tags.htm +393 -0
  70. data/docs/Fake/TargetHelper.htm +379 -0
  71. data/docs/Fake/TargetTemplate`1.htm +199 -0
  72. data/docs/Fake/TeamCityHelper.htm +344 -0
  73. data/docs/Fake/TeamCityRESTHelper.htm +232 -0
  74. data/docs/Fake/TemplateHelper.htm +218 -0
  75. data/docs/Fake/TestCase.htm +245 -0
  76. data/docs/Fake/TestSuite.htm +260 -0
  77. data/docs/Fake/TimeoutHelper.htm +192 -0
  78. data/docs/Fake/TraceHelper.htm +417 -0
  79. data/docs/Fake/TraceMessage.htm +272 -0
  80. data/docs/Fake/TraceMode.htm +264 -0
  81. data/docs/Fake/VCSRoot.htm +225 -0
  82. data/docs/Fake/VSSHelper.htm +200 -0
  83. data/docs/Fake/WiXHelper.htm +255 -0
  84. data/docs/Fake/WiXParams.htm +215 -0
  85. data/docs/Fake/XCopyHelper.htm +197 -0
  86. data/docs/Fake/XMLHelper.htm +321 -0
  87. data/docs/Fake/XUnitHelper.htm +202 -0
  88. data/docs/Fake/XUnitParams.htm +255 -0
  89. data/docs/Fake/ZipHelper.htm +241 -0
  90. data/docs/Fake/index.htm +237 -0
  91. data/docs/FakeLib/AssemblyInfo.htm +59 -0
  92. data/docs/FakeLib/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +104 -0
  93. data/docs/FakeLib/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +99 -0
  94. data/docs/FakeLib/index.htm +57 -0
  95. data/docs/index.htm +29 -0
  96. data/docs/js/jquery-1.3.2.min.js +19 -0
  97. data/docs/js/jquery.scrollTo-min.js +11 -0
  98. data/docs/js/navigation.js +11 -0
  99. data/docs/main.css +208 -0
  100. data/lib/DocuLicense.txt +10 -0
  101. data/lib/FAKE.exe +0 -0
  102. data/lib/FAKE.exe.config +8 -0
  103. data/lib/FSharp.Core.dll +0 -0
  104. data/lib/FSharp.Core.xml +9219 -0
  105. data/lib/Fake.Git.XML +438 -0
  106. data/lib/Fake.Git.dll +0 -0
  107. data/lib/Fake.SQL.XML +138 -0
  108. data/lib/Fake.SQL.dll +0 -0
  109. data/lib/FakeLib.XML +2324 -0
  110. data/lib/FakeLib.dll +0 -0
  111. data/lib/ICSharpCode.SharpZipLib.dll +0 -0
  112. data/lib/License.txt +54 -0
  113. data/lib/docu.exe +0 -0
  114. data/lib/readme.txt +65 -0
  115. metadata +181 -0
@@ -0,0 +1,103 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <title>ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59 - FAKE - F# Make Git Lib Documentation</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
+ <link type="text/css" rel="stylesheet" href="../main.css"/>
7
+ <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
8
+ <script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
9
+ <script type="text/javascript" src="../js/navigation.js"></script>
10
+ </head>
11
+ <body><div id="namespaces">
12
+ <h2 class="fixed">Namespaces</h2>
13
+ <div class="scroll">
14
+ <ul><li>
15
+ <a href="../Fake/index.htm">Fake</a>
16
+ </li><li>
17
+ <a href="../Fake.Git/index.htm">Fake.Git</a>
18
+ </li><li>
19
+ <a href="../Fake.MSBuild/index.htm">Fake.MSBuild</a>
20
+ </li><li>
21
+ <a href="../Fake.SQL/index.htm" class="current">Fake.SQL</a>
22
+ </li><li>
23
+ <a href="../FakeLib/index.htm">FakeLib</a>
24
+ </li>
25
+ </ul>
26
+ </div>
27
+ </div><div id="types">
28
+ <h2 class="fixed">Types in Fake.SQL</h2>
29
+ <div class="scroll">
30
+ <ul><li>
31
+ <a href="../Fake.SQL/AssemblyInfo.htm">AssemblyInfo</a>
32
+ </li><li>
33
+ <a href="../Fake.SQL/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnException183c26a427ae489c8fd92ec21a0c9a59</a>
34
+ </li><li>
35
+ <a href="../Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm" class="current">ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59</a>
36
+ </li><li>
37
+ <a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a>
38
+ </li><li>
39
+ <a href="../Fake.SQL/SqlServer.htm">SqlServer</a>
40
+ </li>
41
+ </ul>
42
+ </div>
43
+ </div>
44
+ <div class="header">
45
+ <p class="class"><strong>Type</strong> ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59</p>
46
+ <p><strong>Namespace</strong> Fake.SQL</p><p><strong>Parent</strong> <span title="System.Exception">Exception</span></p><p><strong>Interfaces</strong> <span title="System.Collections.IStructuralEquatable">IStructuralEquatable</span></p>
47
+ </div>
48
+ <div class="sub-header">
49
+
50
+
51
+
52
+ <h3 class="section">Properties</h3>
53
+ <ul><li><a href="../Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm#Data">Data</a></li><li><a href="../Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm#HelpLink">HelpLink</a></li><li><a href="../Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm#InnerException">InnerException</a></li><li><a href="../Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm#Message">Message</a></li><li><a href="../Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm#Source">Source</a></li><li><a href="../Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm#StackTrace">StackTrace</a></li><li><a href="../Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm#TargetSite">TargetSite</a></li>
54
+ </ul>
55
+
56
+ </div>
57
+
58
+
59
+
60
+
61
+ <h3 class="section">Public properties</h3>
62
+ <div id="Data" class="method">
63
+ <h4><span title="System.Collections.IDictionary">IDictionary</span> <strong>Data</strong> get; </h4>
64
+ <div class="content">
65
+
66
+ </div>
67
+ </div><div id="HelpLink" class="method">
68
+ <h4><span title="System.string">string</span> <strong>HelpLink</strong> get; set;</h4>
69
+ <div class="content">
70
+
71
+ </div>
72
+ </div><div id="InnerException" class="method">
73
+ <h4><span title="System.Exception">Exception</span> <strong>InnerException</strong> get; </h4>
74
+ <div class="content">
75
+
76
+ </div>
77
+ </div><div id="Message" class="method">
78
+ <h4><span title="System.string">string</span> <strong>Message</strong> get; </h4>
79
+ <div class="content">
80
+
81
+ </div>
82
+ </div><div id="Source" class="method">
83
+ <h4><span title="System.string">string</span> <strong>Source</strong> get; set;</h4>
84
+ <div class="content">
85
+
86
+ </div>
87
+ </div><div id="StackTrace" class="method">
88
+ <h4><span title="System.string">string</span> <strong>StackTrace</strong> get; </h4>
89
+ <div class="content">
90
+
91
+ </div>
92
+ </div><div id="TargetSite" class="method">
93
+ <h4><span title="System.Reflection.MethodBase">MethodBase</span> <strong>TargetSite</strong> get; </h4>
94
+ <div class="content">
95
+
96
+ </div>
97
+ </div>
98
+ <div id="footer">
99
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
100
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
101
+ </div>
102
+ </body>
103
+ </html>
@@ -0,0 +1,91 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <title>ServerInfo - FAKE - F# Make Git Lib Documentation</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
+ <link type="text/css" rel="stylesheet" href="../main.css"/>
7
+ <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
8
+ <script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
9
+ <script type="text/javascript" src="../js/navigation.js"></script>
10
+ </head>
11
+ <body><div id="namespaces">
12
+ <h2 class="fixed">Namespaces</h2>
13
+ <div class="scroll">
14
+ <ul><li>
15
+ <a href="../Fake/index.htm">Fake</a>
16
+ </li><li>
17
+ <a href="../Fake.Git/index.htm">Fake.Git</a>
18
+ </li><li>
19
+ <a href="../Fake.MSBuild/index.htm">Fake.MSBuild</a>
20
+ </li><li>
21
+ <a href="../Fake.SQL/index.htm" class="current">Fake.SQL</a>
22
+ </li><li>
23
+ <a href="../FakeLib/index.htm">FakeLib</a>
24
+ </li>
25
+ </ul>
26
+ </div>
27
+ </div><div id="types">
28
+ <h2 class="fixed">Types in Fake.SQL</h2>
29
+ <div class="scroll">
30
+ <ul><li>
31
+ <a href="../Fake.SQL/AssemblyInfo.htm">AssemblyInfo</a>
32
+ </li><li>
33
+ <a href="../Fake.SQL/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnException183c26a427ae489c8fd92ec21a0c9a59</a>
34
+ </li><li>
35
+ <a href="../Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59</a>
36
+ </li><li>
37
+ <a href="../Fake.SQL/ServerInfo.htm" class="current">ServerInfo</a>
38
+ </li><li>
39
+ <a href="../Fake.SQL/SqlServer.htm">SqlServer</a>
40
+ </li>
41
+ </ul>
42
+ </div>
43
+ </div>
44
+ <div class="header">
45
+ <p class="class"><strong>Type</strong> ServerInfo</p>
46
+ <p><strong>Namespace</strong> Fake.SQL</p><p><strong>Interfaces</strong> <span title="System.IEquatable<ServerInfo>">IEquatable&lt;ServerInfo&gt;</span>, <span title="System.Collections.IStructuralEquatable">IStructuralEquatable</span></p>
47
+ </div>
48
+ <div class="sub-header">
49
+
50
+
51
+ <h3 class="section">Methods</h3>
52
+ <ul><li><a href="../Fake.SQL/ServerInfo.htm#Equals">Equals</a></li>
53
+ </ul>
54
+
55
+ <h3 class="section">Properties</h3>
56
+ <ul><li><a href="../Fake.SQL/ServerInfo.htm#ConnBuilder">ConnBuilder</a></li><li><a href="../Fake.SQL/ServerInfo.htm#Server">Server</a></li>
57
+ </ul>
58
+
59
+ </div>
60
+
61
+
62
+ <h3 class="section">Public instance methods</h3>
63
+ <div id="Equals" class="method">
64
+ <h4><span title="System.bool">bool</span> <strong>Equals</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> obj)</h4>
65
+ <div class="content">
66
+
67
+
68
+
69
+
70
+ </div>
71
+ </div>
72
+
73
+
74
+ <h3 class="section">Public properties</h3>
75
+ <div id="ConnBuilder" class="method">
76
+ <h4><span title="System.Data.SqlClient.SqlConnectionStringBuilder">SqlConnectionStringBuilder</span> <strong>ConnBuilder</strong> get; </h4>
77
+ <div class="content">
78
+
79
+ </div>
80
+ </div><div id="Server" class="method">
81
+ <h4><span title="Microsoft.SqlServer.Management.Smo.Server">Server</span> <strong>Server</strong> get; </h4>
82
+ <div class="content">
83
+
84
+ </div>
85
+ </div>
86
+ <div id="footer">
87
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
88
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
89
+ </div>
90
+ </body>
91
+ </html>
@@ -0,0 +1,251 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <title>SqlServer - FAKE - F# Make Git Lib Documentation</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
+ <link type="text/css" rel="stylesheet" href="../main.css"/>
7
+ <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
8
+ <script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
9
+ <script type="text/javascript" src="../js/navigation.js"></script>
10
+ </head>
11
+ <body><div id="namespaces">
12
+ <h2 class="fixed">Namespaces</h2>
13
+ <div class="scroll">
14
+ <ul><li>
15
+ <a href="../Fake/index.htm">Fake</a>
16
+ </li><li>
17
+ <a href="../Fake.Git/index.htm">Fake.Git</a>
18
+ </li><li>
19
+ <a href="../Fake.MSBuild/index.htm">Fake.MSBuild</a>
20
+ </li><li>
21
+ <a href="../Fake.SQL/index.htm" class="current">Fake.SQL</a>
22
+ </li><li>
23
+ <a href="../FakeLib/index.htm">FakeLib</a>
24
+ </li>
25
+ </ul>
26
+ </div>
27
+ </div><div id="types">
28
+ <h2 class="fixed">Types in Fake.SQL</h2>
29
+ <div class="scroll">
30
+ <ul><li>
31
+ <a href="../Fake.SQL/AssemblyInfo.htm">AssemblyInfo</a>
32
+ </li><li>
33
+ <a href="../Fake.SQL/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnException183c26a427ae489c8fd92ec21a0c9a59</a>
34
+ </li><li>
35
+ <a href="../Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59</a>
36
+ </li><li>
37
+ <a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a>
38
+ </li><li>
39
+ <a href="../Fake.SQL/SqlServer.htm" class="current">SqlServer</a>
40
+ </li>
41
+ </ul>
42
+ </div>
43
+ </div>
44
+ <div class="header">
45
+ <p class="class"><strong>Type</strong> SqlServer</p>
46
+ <p><strong>Namespace</strong> Fake.SQL</p>
47
+ </div>
48
+ <div class="sub-header">
49
+
50
+
51
+ <h3 class="section">Methods</h3>
52
+ <ul><li><a href="../Fake.SQL/SqlServer.htm#Attach">Attach</a></li><li><a href="../Fake.SQL/SqlServer.htm#CreateDb">CreateDb</a></li><li><a href="../Fake.SQL/SqlServer.htm#Detach">Detach</a></li><li><a href="../Fake.SQL/SqlServer.htm#Disconnect">Disconnect</a></li><li><a href="../Fake.SQL/SqlServer.htm#DropAndCreateDatabase">DropAndCreateDatabase</a></li><li><a href="../Fake.SQL/SqlServer.htm#DropDb">DropDb</a></li><li><a href="../Fake.SQL/SqlServer.htm#existDBOnServer">existDBOnServer</a></li><li><a href="../Fake.SQL/SqlServer.htm#getDatabase">getDatabase</a></li><li><a href="../Fake.SQL/SqlServer.htm#getDatabaseNamesFromServer">getDatabaseNamesFromServer</a></li><li><a href="../Fake.SQL/SqlServer.htm#getDatabasesFromServer">getDatabasesFromServer</a></li><li><a href="../Fake.SQL/SqlServer.htm#getDBName">getDBName</a></li><li><a href="../Fake.SQL/SqlServer.htm#getServerInfo">getServerInfo</a></li><li><a href="../Fake.SQL/SqlServer.htm#getServerName">getServerName</a></li><li><a href="../Fake.SQL/SqlServer.htm#intitialCatalogExistsOnServer">intitialCatalogExistsOnServer</a></li><li><a href="../Fake.SQL/SqlServer.htm#KillAllProcesses">KillAllProcesses</a></li><li><a href="../Fake.SQL/SqlServer.htm#ReplaceDatabaseFiles">ReplaceDatabaseFiles</a></li><li><a href="../Fake.SQL/SqlServer.htm#ReplaceDatabaseFilesWithCache">ReplaceDatabaseFilesWithCache</a></li><li><a href="../Fake.SQL/SqlServer.htm#runScript">runScript</a></li><li><a href="../Fake.SQL/SqlServer.htm#RunScripts">RunScripts</a></li><li><a href="../Fake.SQL/SqlServer.htm#RunScriptsFromDirectory">RunScriptsFromDirectory</a></li>
53
+ </ul>
54
+
55
+
56
+ </div>
57
+
58
+
59
+
60
+ <h3 class="section">Public static methods</h3>
61
+ <div id="Attach" class="method">
62
+ <h4><a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> <strong>Attach</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> serverInfo, <span title="Microsoft.SqlServer.Management.Smo.AttachOptions">AttachOptions</span> attachOptions, <span title="System.Collections.Generic.IEnumerable<string>">IEnumerable&lt;string&gt;</span> files)</h4>
63
+ <div class="content">
64
+
65
+
66
+
67
+
68
+ </div>
69
+ </div><div id="CreateDb" class="method">
70
+ <h4><a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> <strong>CreateDb</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> serverInfo)</h4>
71
+ <div class="content">
72
+
73
+
74
+
75
+
76
+ </div>
77
+ </div><div id="Detach" class="method">
78
+ <h4><a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> <strong>Detach</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> serverInfo)</h4>
79
+ <div class="content">
80
+
81
+
82
+
83
+
84
+ </div>
85
+ </div><div id="Disconnect" class="method">
86
+ <h4><span title="System.void">void</span> <strong>Disconnect</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> serverInfo)</h4>
87
+ <div class="content">
88
+
89
+
90
+
91
+
92
+ </div>
93
+ </div><div id="DropAndCreateDatabase" class="method">
94
+ <h4><span title="System.void">void</span> <strong>DropAndCreateDatabase</strong>(<span title="System.string">string</span> connectionString)</h4>
95
+ <div class="content">Drops and creates the database (dropped if db exists. created nonetheless)
96
+
97
+ <div class="parameters">
98
+ <h5>Parameters</h5>
99
+
100
+ <h6><code><span title="System.string">string</span></code> connectionString</h6><p class="comments">Used to open the connection to the database.</p>
101
+ </div>
102
+
103
+
104
+ </div>
105
+ </div><div id="DropDb" class="method">
106
+ <h4><a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> <strong>DropDb</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> serverInfo)</h4>
107
+ <div class="content">
108
+
109
+
110
+
111
+
112
+ </div>
113
+ </div><div id="existDBOnServer" class="method">
114
+ <h4><span title="System.bool">bool</span> <strong>existDBOnServer</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> serverInfo, <span title="System.string">string</span> dbName)</h4>
115
+ <div class="content">
116
+
117
+
118
+
119
+
120
+ </div>
121
+ </div><div id="getDatabase" class="method">
122
+ <h4><span title="Microsoft.SqlServer.Management.Smo.Database">Database</span> <strong>getDatabase</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> serverInfo)</h4>
123
+ <div class="content">
124
+
125
+
126
+
127
+
128
+ </div>
129
+ </div><div id="getDatabaseNamesFromServer" class="method">
130
+ <h4><span title="System.Collections.Generic.IEnumerable<string>">IEnumerable&lt;string&gt;</span> <strong>getDatabaseNamesFromServer</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> serverInfo)</h4>
131
+ <div class="content">
132
+
133
+
134
+
135
+
136
+ </div>
137
+ </div><div id="getDatabasesFromServer" class="method">
138
+ <h4><span title="System.Collections.Generic.IEnumerable<Database>">IEnumerable&lt;Database&gt;</span> <strong>getDatabasesFromServer</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> serverInfo)</h4>
139
+ <div class="content">
140
+
141
+
142
+
143
+
144
+ </div>
145
+ </div><div id="getDBName" class="method">
146
+ <h4><span title="System.string">string</span> <strong>getDBName</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> serverInfo)</h4>
147
+ <div class="content">
148
+
149
+
150
+
151
+
152
+ </div>
153
+ </div><div id="getServerInfo" class="method">
154
+ <h4><a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> <strong>getServerInfo</strong>(<span title="System.string">string</span> connectionString)</h4>
155
+ <div class="content">Gets a connection to the SQL server and an instance to the ConnectionStringBuilder
156
+
157
+
158
+
159
+
160
+ </div>
161
+ </div><div id="getServerName" class="method">
162
+ <h4><span title="System.string">string</span> <strong>getServerName</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> serverInfo)</h4>
163
+ <div class="content">
164
+
165
+
166
+
167
+
168
+ </div>
169
+ </div><div id="intitialCatalogExistsOnServer" class="method">
170
+ <h4><span title="System.bool">bool</span> <strong>intitialCatalogExistsOnServer</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> serverInfo)</h4>
171
+ <div class="content">
172
+
173
+
174
+
175
+
176
+ </div>
177
+ </div><div id="KillAllProcesses" class="method">
178
+ <h4><a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> <strong>KillAllProcesses</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> serverInfo)</h4>
179
+ <div class="content">
180
+
181
+
182
+
183
+
184
+ </div>
185
+ </div><div id="ReplaceDatabaseFiles" class="method">
186
+ <h4><span title="System.void">void</span> <strong>ReplaceDatabaseFiles</strong>(<span title="System.string">string</span> connectionString, <span title="System.string">string</span> targetDir, <span title="System.Collections.Generic.IEnumerable<string>">IEnumerable&lt;string&gt;</span> files, <span title="Microsoft.SqlServer.Management.Smo.AttachOptions">AttachOptions</span> attachOptions)</h4>
187
+ <div class="content">Replaces the database files
188
+
189
+
190
+
191
+
192
+ </div>
193
+ </div><div id="ReplaceDatabaseFilesWithCache" class="method">
194
+ <h4><span title="System.void">void</span> <strong>ReplaceDatabaseFilesWithCache</strong>(<span title="System.string">string</span> connectionString, <span title="System.string">string</span> targetDir, <span title="System.string">string</span> cacheDir, <span title="System.Collections.Generic.IEnumerable<string>">IEnumerable&lt;string&gt;</span> files, <span title="Microsoft.SqlServer.Management.Smo.AttachOptions">AttachOptions</span> attachOptions)</h4>
195
+ <div class="content">Replaces the database files from a cache.
196
+ If the files in the cache are not up to date, they will be refreshed.
197
+
198
+ <div class="parameters">
199
+ <h5>Parameters</h5>
200
+
201
+ <h6><code><span title="System.string">string</span></code> connectionString</h6><p class="comments">Used to open the connection to the database.</p>
202
+ <h6><code><span title="System.string">string</span></code> targetDir</h6><p class="comments">The directory where the attached files will live.</p>
203
+ <h6><code><span title="System.string">string</span></code> cacheDir</h6><p class="comments">The file cache. If the files in the cache are not up to date, they will be refreshed.</p>
204
+ <h6><code><span title="System.Collections.Generic.IEnumerable<string>">IEnumerable&lt;string&gt;</span></code> files</h6><p class="comments">The original database files.</p>
205
+ <h6><code><span title="Microsoft.SqlServer.Management.Smo.AttachOptions">AttachOptions</span></code> attachOptions</h6><p class="comments">AttachOptions for Sql server.</p>
206
+ </div>
207
+
208
+
209
+ </div>
210
+ </div><div id="runScript" class="method">
211
+ <h4><span title="System.void">void</span> <strong>runScript</strong>(<a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a> serverInfo, <span title="System.string">string</span> sqlFile)</h4>
212
+ <div class="content">
213
+
214
+
215
+
216
+
217
+ </div>
218
+ </div><div id="RunScripts" class="method">
219
+ <h4><span title="System.void">void</span> <strong>RunScripts</strong>(<span title="System.string">string</span> connectionString, <span title="System.Collections.Generic.IEnumerable<string>">IEnumerable&lt;string&gt;</span> scripts)</h4>
220
+ <div class="content">Runs the given sql scripts on the server.
221
+
222
+ <div class="parameters">
223
+ <h5>Parameters</h5>
224
+
225
+ <h6><code><span title="System.string">string</span></code> connectionString</h6><p class="comments">Used to open the connection to the database.</p>
226
+ <h6><code><span title="System.Collections.Generic.IEnumerable<string>">IEnumerable&lt;string&gt;</span></code> scripts</h6><p class="comments">The scripts which will be run.</p>
227
+ </div>
228
+
229
+
230
+ </div>
231
+ </div><div id="RunScriptsFromDirectory" class="method">
232
+ <h4><span title="System.void">void</span> <strong>RunScriptsFromDirectory</strong>(<span title="System.string">string</span> connectionString, <span title="System.string">string</span> scriptDirectory)</h4>
233
+ <div class="content">Runs all sql scripts from the given directory on the server.
234
+
235
+ <div class="parameters">
236
+ <h5>Parameters</h5>
237
+
238
+ <h6><code><span title="System.string">string</span></code> connectionString</h6><p class="comments">Used to open the connection to the database.</p>
239
+ <h6><code><span title="System.string">string</span></code> scriptDirectory</h6><p class="comments">All *.sql files inside this directory and all subdirectories will be run.</p>
240
+ </div>
241
+
242
+
243
+ </div>
244
+ </div>
245
+
246
+ <div id="footer">
247
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
248
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
249
+ </div>
250
+ </body>
251
+ </html>
@@ -0,0 +1,63 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <title>Fake.SQL - FAKE - F# Make Git Lib Documentation</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
+ <link type="text/css" rel="stylesheet" href="../main.css"/>
7
+ <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
8
+ <script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
9
+ <script type="text/javascript" src="../js/navigation.js"></script>
10
+ </head>
11
+ <body><div id="namespaces">
12
+ <h2 class="fixed">Namespaces</h2>
13
+ <div class="scroll">
14
+ <ul><li>
15
+ <a href="../Fake/index.htm">Fake</a>
16
+ </li><li>
17
+ <a href="../Fake.Git/index.htm">Fake.Git</a>
18
+ </li><li>
19
+ <a href="../Fake.MSBuild/index.htm">Fake.MSBuild</a>
20
+ </li><li>
21
+ <a href="../Fake.SQL/index.htm" class="current">Fake.SQL</a>
22
+ </li><li>
23
+ <a href="../FakeLib/index.htm">FakeLib</a>
24
+ </li>
25
+ </ul>
26
+ </div>
27
+ </div><div id="types">
28
+ <h2 class="fixed">Types in Fake.SQL</h2>
29
+ <div class="scroll">
30
+ <ul><li>
31
+ <a href="../Fake.SQL/AssemblyInfo.htm">AssemblyInfo</a>
32
+ </li><li>
33
+ <a href="../Fake.SQL/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnException183c26a427ae489c8fd92ec21a0c9a59</a>
34
+ </li><li>
35
+ <a href="../Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59</a>
36
+ </li><li>
37
+ <a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a>
38
+ </li><li>
39
+ <a href="../Fake.SQL/SqlServer.htm">SqlServer</a>
40
+ </li>
41
+ </ul>
42
+ </div>
43
+ </div>
44
+ <div class="header">
45
+ <p class="class"><strong>Namespace</strong> Fake.SQL</p>
46
+ </div>
47
+ <div class="sub-header">
48
+ <h3 class="section">Classes</h3>
49
+ <ul>
50
+ <li><a href="../Fake.SQL/AssemblyInfo.htm">AssemblyInfo</a></li>
51
+ <li><a href="../Fake.SQL/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnException183c26a427ae489c8fd92ec21a0c9a59</a></li>
52
+ <li><a href="../Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59</a></li>
53
+ <li><a href="../Fake.SQL/ServerInfo.htm">ServerInfo</a></li>
54
+ <li><a href="../Fake.SQL/SqlServer.htm">SqlServer</a></li>
55
+ </ul>
56
+
57
+ </div>
58
+ <div id="footer">
59
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
60
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
61
+ </div>
62
+ </body>
63
+ </html>