fake 1.40.5.0 → 1.42.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. data/docs/Fake.Git/AssemblyInfo.htm +5 -1
  2. data/docs/Fake.Git/Branches.htm +12 -48
  3. data/docs/Fake.Git/CommandHelper.htm +5 -1
  4. data/docs/Fake.Git/CommitMessage.htm +15 -3
  5. data/docs/Fake.Git/FileStatus.htm +30 -2
  6. data/docs/Fake.Git/Information.htm +5 -1
  7. data/docs/Fake.Git/Merge.htm +45 -3
  8. data/docs/Fake.Git/MergeType.htm +5 -1
  9. data/docs/Fake.Git/Rebase.htm +141 -0
  10. data/docs/Fake.Git/Repository.htm +5 -1
  11. data/docs/Fake.Git/Reset.htm +5 -1
  12. data/docs/Fake.Git/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +5 -1
  13. data/docs/Fake.Git/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +5 -1
  14. data/docs/Fake.Git/SHA1.htm +5 -1
  15. data/docs/Fake.Git/SanityChecks.htm +5 -1
  16. data/docs/Fake.Git/Staging.htm +5 -1
  17. data/docs/Fake.Git/Stash.htm +115 -0
  18. data/docs/Fake.Git/Submodule.htm +5 -1
  19. data/docs/Fake.Git/Tags.htm +5 -1
  20. data/docs/Fake.Git/index.htm +7 -1
  21. data/docs/Fake.MSBuild/SpecsRemovement.htm +4 -4
  22. data/docs/Fake.MSBuild/index.htm +1 -1
  23. data/docs/Fake.SQL/AssemblyInfo.htm +1 -1
  24. data/docs/Fake.SQL/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +1 -1
  25. data/docs/Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +1 -1
  26. data/docs/Fake.SQL/ServerInfo.htm +1 -1
  27. data/docs/Fake.SQL/SqlServer.htm +1 -1
  28. data/docs/Fake.SQL/index.htm +1 -1
  29. data/docs/Fake/AssemblyInfoHelper.htm +19 -5
  30. data/docs/Fake/AssemblyInfoParams.htm +19 -5
  31. data/docs/Fake/AsyncHelper.htm +19 -5
  32. data/docs/Fake/Build.htm +19 -5
  33. data/docs/Fake/BuildConfiguration.htm +19 -5
  34. data/docs/Fake/BuildServer.htm +19 -5
  35. data/docs/Fake/BuildServerHelper.htm +23 -9
  36. data/docs/Fake/CacheHelper.htm +19 -5
  37. data/docs/Fake/CodeLanguage.htm +19 -5
  38. data/docs/Fake/ConsoleTraceListener.htm +193 -0
  39. data/docs/Fake/DocuHelper.htm +19 -5
  40. data/docs/Fake/DocuParams.htm +19 -5
  41. data/docs/Fake/EnvironmentHelper.htm +19 -5
  42. data/docs/Fake/Event.htm +19 -5
  43. data/docs/Fake/ExecParams.htm +19 -5
  44. data/docs/Fake/FSIHelper.htm +21 -7
  45. data/docs/Fake/FileHelper.htm +19 -5
  46. data/docs/Fake/FileIncludes.htm +19 -5
  47. data/docs/Fake/FileSetHelper.htm +19 -5
  48. data/docs/Fake/FileSystemHelper.htm +19 -5
  49. data/docs/Fake/FxCopErrorLevel.htm +19 -5
  50. data/docs/Fake/FxCopHelper.htm +19 -5
  51. data/docs/Fake/FxCopParams.htm +19 -5
  52. data/docs/Fake/GemHelper.htm +285 -0
  53. data/docs/Fake/GemParams.htm +284 -0
  54. data/docs/Fake/HTMLHelpWorkShopHelper.htm +19 -5
  55. data/docs/Fake/ILMergeHelper.htm +19 -5
  56. data/docs/Fake/ILMergeParams.htm +19 -5
  57. data/docs/Fake/ITraceListener.htm +206 -0
  58. data/docs/Fake/MSBuildHelper.htm +19 -5
  59. data/docs/Fake/MailBoxHelper.htm +20 -26
  60. data/docs/Fake/{TraceMessage.htm → MailboxMessage.htm} +29 -15
  61. data/docs/Fake/MessageHelper.htm +19 -5
  62. data/docs/Fake/NAntXmlTraceListener.htm +193 -0
  63. data/docs/Fake/NCoverHelper.htm +19 -5
  64. data/docs/Fake/NCoverParams.htm +19 -5
  65. data/docs/Fake/NUnitHelper.htm +19 -5
  66. data/docs/Fake/NUnitParams.htm +19 -5
  67. data/docs/Fake/PostMethod.htm +19 -5
  68. data/docs/Fake/ProcessHelper.htm +28 -6
  69. data/docs/Fake/Project.htm +19 -5
  70. data/docs/Fake/REST.htm +19 -5
  71. data/docs/Fake/RegexEntry.htm +19 -5
  72. data/docs/Fake/RegistryBaseKey.htm +19 -5
  73. data/docs/Fake/RegistryHelper.htm +19 -5
  74. data/docs/Fake/{BuildError.htm → SCPHelper.htm} +36 -44
  75. data/docs/Fake/{Message.htm → SCPParams.htm} +30 -31
  76. data/docs/Fake/StringHelper.htm +19 -5
  77. data/docs/Fake/Tags.htm +108 -6
  78. data/docs/Fake/TargetHelper.htm +37 -15
  79. data/docs/Fake/TargetTemplate`1.htm +19 -5
  80. data/docs/Fake/TeamCityHelper.htm +28 -6
  81. data/docs/Fake/TeamCityRESTHelper.htm +19 -5
  82. data/docs/Fake/TemplateHelper.htm +19 -5
  83. data/docs/Fake/TestCase.htm +19 -5
  84. data/docs/Fake/TestSuite.htm +19 -5
  85. data/docs/Fake/TimeoutHelper.htm +19 -5
  86. data/docs/Fake/TraceData.htm +404 -0
  87. data/docs/Fake/TraceHelper.htm +27 -34
  88. data/docs/Fake/TraceListener.htm +234 -0
  89. data/docs/Fake/TraceMode.htm +19 -5
  90. data/docs/Fake/VCSRoot.htm +19 -5
  91. data/docs/Fake/VSSHelper.htm +19 -5
  92. data/docs/Fake/WiXHelper.htm +19 -5
  93. data/docs/Fake/WiXParams.htm +19 -5
  94. data/docs/Fake/XCopyHelper.htm +19 -5
  95. data/docs/Fake/XMLHelper.htm +19 -5
  96. data/docs/Fake/XUnitHelper.htm +19 -5
  97. data/docs/Fake/XUnitParams.htm +19 -5
  98. data/docs/Fake/ZipHelper.htm +19 -5
  99. data/docs/Fake/index.htm +32 -8
  100. data/docs/FakeLib/AssemblyInfo.htm +1 -1
  101. data/docs/FakeLib/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +1 -1
  102. data/docs/FakeLib/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +1 -1
  103. data/docs/FakeLib/index.htm +1 -1
  104. data/docs/index.htm +2 -2
  105. data/lib/FAKE.exe +0 -0
  106. data/lib/Fake.Git.XML +100 -42
  107. data/lib/Fake.Git.dll +0 -0
  108. data/lib/Fake.SQL.dll +0 -0
  109. data/lib/FakeLib.XML +244 -75
  110. data/lib/FakeLib.dll +0 -0
  111. data/lib/docu.exe +0 -0
  112. data/lib/readme.markdown +271 -0
  113. metadata +130 -126
  114. data/lib/readme.txt +0 -65
@@ -37,8 +37,6 @@
37
37
  <a href="../Fake/Build.htm">Build</a>
38
38
  </li><li>
39
39
  <a href="../Fake/BuildConfiguration.htm">BuildConfiguration</a>
40
- </li><li>
41
- <a href="../Fake/BuildError.htm">BuildError</a>
42
40
  </li><li>
43
41
  <a href="../Fake/BuildServer.htm">BuildServer</a>
44
42
  </li><li>
@@ -47,6 +45,8 @@
47
45
  <a href="../Fake/CacheHelper.htm">CacheHelper</a>
48
46
  </li><li>
49
47
  <a href="../Fake/CodeLanguage.htm">CodeLanguage</a>
48
+ </li><li>
49
+ <a href="../Fake/ConsoleTraceListener.htm">ConsoleTraceListener</a>
50
50
  </li><li>
51
51
  <a href="../Fake/DocuHelper.htm">DocuHelper</a>
52
52
  </li><li>
@@ -73,20 +73,28 @@
73
73
  <a href="../Fake/FxCopHelper.htm">FxCopHelper</a>
74
74
  </li><li>
75
75
  <a href="../Fake/FxCopParams.htm">FxCopParams</a>
76
+ </li><li>
77
+ <a href="../Fake/GemHelper.htm">GemHelper</a>
78
+ </li><li>
79
+ <a href="../Fake/GemParams.htm">GemParams</a>
76
80
  </li><li>
77
81
  <a href="../Fake/HTMLHelpWorkShopHelper.htm">HTMLHelpWorkShopHelper</a>
78
82
  </li><li>
79
83
  <a href="../Fake/ILMergeHelper.htm">ILMergeHelper</a>
80
84
  </li><li>
81
85
  <a href="../Fake/ILMergeParams.htm">ILMergeParams</a>
86
+ </li><li>
87
+ <a href="../Fake/ITraceListener.htm">ITraceListener</a>
82
88
  </li><li>
83
89
  <a href="../Fake/MailBoxHelper.htm">MailBoxHelper</a>
84
90
  </li><li>
85
- <a href="../Fake/Message.htm">Message</a>
91
+ <a href="../Fake/MailboxMessage.htm">MailboxMessage</a>
86
92
  </li><li>
87
93
  <a href="../Fake/MessageHelper.htm">MessageHelper</a>
88
94
  </li><li>
89
95
  <a href="../Fake/MSBuildHelper.htm">MSBuildHelper</a>
96
+ </li><li>
97
+ <a href="../Fake/NAntXmlTraceListener.htm">NAntXmlTraceListener</a>
90
98
  </li><li>
91
99
  <a href="../Fake/NCoverHelper.htm">NCoverHelper</a>
92
100
  </li><li>
@@ -109,6 +117,10 @@
109
117
  <a href="../Fake/RegistryHelper.htm">RegistryHelper</a>
110
118
  </li><li>
111
119
  <a href="../Fake/REST.htm">REST</a>
120
+ </li><li>
121
+ <a href="../Fake/SCPHelper.htm">SCPHelper</a>
122
+ </li><li>
123
+ <a href="../Fake/SCPParams.htm">SCPParams</a>
112
124
  </li><li>
113
125
  <a href="../Fake/StringHelper.htm">StringHelper</a>
114
126
  </li><li>
@@ -129,10 +141,12 @@
129
141
  <a href="../Fake/TestSuite.htm">TestSuite</a>
130
142
  </li><li>
131
143
  <a href="../Fake/TimeoutHelper.htm">TimeoutHelper</a>
144
+ </li><li>
145
+ <a href="../Fake/TraceData.htm">TraceData</a>
132
146
  </li><li>
133
147
  <a href="../Fake/TraceHelper.htm">TraceHelper</a>
134
148
  </li><li>
135
- <a href="../Fake/TraceMessage.htm">TraceMessage</a>
149
+ <a href="../Fake/TraceListener.htm">TraceListener</a>
136
150
  </li><li>
137
151
  <a href="../Fake/TraceMode.htm">TraceMode</a>
138
152
  </li><li>
@@ -220,7 +234,7 @@
220
234
  </div>
221
235
  </div>
222
236
  <div id="footer">
223
- <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
237
+ <p>Based on v1.42.11.0 of FAKE - F# Make Git Lib</p>
224
238
  <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
225
239
  </div>
226
240
  </body>
@@ -37,8 +37,6 @@
37
37
  <a href="../Fake/Build.htm">Build</a>
38
38
  </li><li>
39
39
  <a href="../Fake/BuildConfiguration.htm">BuildConfiguration</a>
40
- </li><li>
41
- <a href="../Fake/BuildError.htm">BuildError</a>
42
40
  </li><li>
43
41
  <a href="../Fake/BuildServer.htm">BuildServer</a>
44
42
  </li><li>
@@ -47,6 +45,8 @@
47
45
  <a href="../Fake/CacheHelper.htm">CacheHelper</a>
48
46
  </li><li>
49
47
  <a href="../Fake/CodeLanguage.htm">CodeLanguage</a>
48
+ </li><li>
49
+ <a href="../Fake/ConsoleTraceListener.htm">ConsoleTraceListener</a>
50
50
  </li><li>
51
51
  <a href="../Fake/DocuHelper.htm">DocuHelper</a>
52
52
  </li><li>
@@ -73,20 +73,28 @@
73
73
  <a href="../Fake/FxCopHelper.htm">FxCopHelper</a>
74
74
  </li><li>
75
75
  <a href="../Fake/FxCopParams.htm">FxCopParams</a>
76
+ </li><li>
77
+ <a href="../Fake/GemHelper.htm">GemHelper</a>
78
+ </li><li>
79
+ <a href="../Fake/GemParams.htm">GemParams</a>
76
80
  </li><li>
77
81
  <a href="../Fake/HTMLHelpWorkShopHelper.htm">HTMLHelpWorkShopHelper</a>
78
82
  </li><li>
79
83
  <a href="../Fake/ILMergeHelper.htm">ILMergeHelper</a>
80
84
  </li><li>
81
85
  <a href="../Fake/ILMergeParams.htm">ILMergeParams</a>
86
+ </li><li>
87
+ <a href="../Fake/ITraceListener.htm">ITraceListener</a>
82
88
  </li><li>
83
89
  <a href="../Fake/MailBoxHelper.htm">MailBoxHelper</a>
84
90
  </li><li>
85
- <a href="../Fake/Message.htm">Message</a>
91
+ <a href="../Fake/MailboxMessage.htm">MailboxMessage</a>
86
92
  </li><li>
87
93
  <a href="../Fake/MessageHelper.htm">MessageHelper</a>
88
94
  </li><li>
89
95
  <a href="../Fake/MSBuildHelper.htm">MSBuildHelper</a>
96
+ </li><li>
97
+ <a href="../Fake/NAntXmlTraceListener.htm">NAntXmlTraceListener</a>
90
98
  </li><li>
91
99
  <a href="../Fake/NCoverHelper.htm">NCoverHelper</a>
92
100
  </li><li>
@@ -109,6 +117,10 @@
109
117
  <a href="../Fake/RegistryHelper.htm">RegistryHelper</a>
110
118
  </li><li>
111
119
  <a href="../Fake/REST.htm" class="current">REST</a>
120
+ </li><li>
121
+ <a href="../Fake/SCPHelper.htm">SCPHelper</a>
122
+ </li><li>
123
+ <a href="../Fake/SCPParams.htm">SCPParams</a>
112
124
  </li><li>
113
125
  <a href="../Fake/StringHelper.htm">StringHelper</a>
114
126
  </li><li>
@@ -129,10 +141,12 @@
129
141
  <a href="../Fake/TestSuite.htm">TestSuite</a>
130
142
  </li><li>
131
143
  <a href="../Fake/TimeoutHelper.htm">TimeoutHelper</a>
144
+ </li><li>
145
+ <a href="../Fake/TraceData.htm">TraceData</a>
132
146
  </li><li>
133
147
  <a href="../Fake/TraceHelper.htm">TraceHelper</a>
134
148
  </li><li>
135
- <a href="../Fake/TraceMessage.htm">TraceMessage</a>
149
+ <a href="../Fake/TraceListener.htm">TraceListener</a>
136
150
  </li><li>
137
151
  <a href="../Fake/TraceMode.htm">TraceMode</a>
138
152
  </li><li>
@@ -211,7 +225,7 @@
211
225
  </div>
212
226
 
213
227
  <div id="footer">
214
- <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
228
+ <p>Based on v1.42.11.0 of FAKE - F# Make Git Lib</p>
215
229
  <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
216
230
  </div>
217
231
  </body>
@@ -37,8 +37,6 @@
37
37
  <a href="../Fake/Build.htm">Build</a>
38
38
  </li><li>
39
39
  <a href="../Fake/BuildConfiguration.htm">BuildConfiguration</a>
40
- </li><li>
41
- <a href="../Fake/BuildError.htm">BuildError</a>
42
40
  </li><li>
43
41
  <a href="../Fake/BuildServer.htm">BuildServer</a>
44
42
  </li><li>
@@ -47,6 +45,8 @@
47
45
  <a href="../Fake/CacheHelper.htm">CacheHelper</a>
48
46
  </li><li>
49
47
  <a href="../Fake/CodeLanguage.htm">CodeLanguage</a>
48
+ </li><li>
49
+ <a href="../Fake/ConsoleTraceListener.htm">ConsoleTraceListener</a>
50
50
  </li><li>
51
51
  <a href="../Fake/DocuHelper.htm">DocuHelper</a>
52
52
  </li><li>
@@ -73,20 +73,28 @@
73
73
  <a href="../Fake/FxCopHelper.htm">FxCopHelper</a>
74
74
  </li><li>
75
75
  <a href="../Fake/FxCopParams.htm">FxCopParams</a>
76
+ </li><li>
77
+ <a href="../Fake/GemHelper.htm">GemHelper</a>
78
+ </li><li>
79
+ <a href="../Fake/GemParams.htm">GemParams</a>
76
80
  </li><li>
77
81
  <a href="../Fake/HTMLHelpWorkShopHelper.htm">HTMLHelpWorkShopHelper</a>
78
82
  </li><li>
79
83
  <a href="../Fake/ILMergeHelper.htm">ILMergeHelper</a>
80
84
  </li><li>
81
85
  <a href="../Fake/ILMergeParams.htm">ILMergeParams</a>
86
+ </li><li>
87
+ <a href="../Fake/ITraceListener.htm">ITraceListener</a>
82
88
  </li><li>
83
89
  <a href="../Fake/MailBoxHelper.htm">MailBoxHelper</a>
84
90
  </li><li>
85
- <a href="../Fake/Message.htm">Message</a>
91
+ <a href="../Fake/MailboxMessage.htm">MailboxMessage</a>
86
92
  </li><li>
87
93
  <a href="../Fake/MessageHelper.htm">MessageHelper</a>
88
94
  </li><li>
89
95
  <a href="../Fake/MSBuildHelper.htm">MSBuildHelper</a>
96
+ </li><li>
97
+ <a href="../Fake/NAntXmlTraceListener.htm">NAntXmlTraceListener</a>
90
98
  </li><li>
91
99
  <a href="../Fake/NCoverHelper.htm">NCoverHelper</a>
92
100
  </li><li>
@@ -109,6 +117,10 @@
109
117
  <a href="../Fake/RegistryHelper.htm">RegistryHelper</a>
110
118
  </li><li>
111
119
  <a href="../Fake/REST.htm">REST</a>
120
+ </li><li>
121
+ <a href="../Fake/SCPHelper.htm">SCPHelper</a>
122
+ </li><li>
123
+ <a href="../Fake/SCPParams.htm">SCPParams</a>
112
124
  </li><li>
113
125
  <a href="../Fake/StringHelper.htm">StringHelper</a>
114
126
  </li><li>
@@ -129,10 +141,12 @@
129
141
  <a href="../Fake/TestSuite.htm">TestSuite</a>
130
142
  </li><li>
131
143
  <a href="../Fake/TimeoutHelper.htm">TimeoutHelper</a>
144
+ </li><li>
145
+ <a href="../Fake/TraceData.htm">TraceData</a>
132
146
  </li><li>
133
147
  <a href="../Fake/TraceHelper.htm">TraceHelper</a>
134
148
  </li><li>
135
- <a href="../Fake/TraceMessage.htm">TraceMessage</a>
149
+ <a href="../Fake/TraceListener.htm">TraceListener</a>
136
150
  </li><li>
137
151
  <a href="../Fake/TraceMode.htm">TraceMode</a>
138
152
  </li><li>
@@ -213,7 +227,7 @@
213
227
  </div>
214
228
  </div>
215
229
  <div id="footer">
216
- <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
230
+ <p>Based on v1.42.11.0 of FAKE - F# Make Git Lib</p>
217
231
  <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
218
232
  </div>
219
233
  </body>
@@ -37,8 +37,6 @@
37
37
  <a href="../Fake/Build.htm">Build</a>
38
38
  </li><li>
39
39
  <a href="../Fake/BuildConfiguration.htm">BuildConfiguration</a>
40
- </li><li>
41
- <a href="../Fake/BuildError.htm">BuildError</a>
42
40
  </li><li>
43
41
  <a href="../Fake/BuildServer.htm">BuildServer</a>
44
42
  </li><li>
@@ -47,6 +45,8 @@
47
45
  <a href="../Fake/CacheHelper.htm">CacheHelper</a>
48
46
  </li><li>
49
47
  <a href="../Fake/CodeLanguage.htm">CodeLanguage</a>
48
+ </li><li>
49
+ <a href="../Fake/ConsoleTraceListener.htm">ConsoleTraceListener</a>
50
50
  </li><li>
51
51
  <a href="../Fake/DocuHelper.htm">DocuHelper</a>
52
52
  </li><li>
@@ -73,20 +73,28 @@
73
73
  <a href="../Fake/FxCopHelper.htm">FxCopHelper</a>
74
74
  </li><li>
75
75
  <a href="../Fake/FxCopParams.htm">FxCopParams</a>
76
+ </li><li>
77
+ <a href="../Fake/GemHelper.htm">GemHelper</a>
78
+ </li><li>
79
+ <a href="../Fake/GemParams.htm">GemParams</a>
76
80
  </li><li>
77
81
  <a href="../Fake/HTMLHelpWorkShopHelper.htm">HTMLHelpWorkShopHelper</a>
78
82
  </li><li>
79
83
  <a href="../Fake/ILMergeHelper.htm">ILMergeHelper</a>
80
84
  </li><li>
81
85
  <a href="../Fake/ILMergeParams.htm">ILMergeParams</a>
86
+ </li><li>
87
+ <a href="../Fake/ITraceListener.htm">ITraceListener</a>
82
88
  </li><li>
83
89
  <a href="../Fake/MailBoxHelper.htm">MailBoxHelper</a>
84
90
  </li><li>
85
- <a href="../Fake/Message.htm">Message</a>
91
+ <a href="../Fake/MailboxMessage.htm">MailboxMessage</a>
86
92
  </li><li>
87
93
  <a href="../Fake/MessageHelper.htm">MessageHelper</a>
88
94
  </li><li>
89
95
  <a href="../Fake/MSBuildHelper.htm">MSBuildHelper</a>
96
+ </li><li>
97
+ <a href="../Fake/NAntXmlTraceListener.htm">NAntXmlTraceListener</a>
90
98
  </li><li>
91
99
  <a href="../Fake/NCoverHelper.htm">NCoverHelper</a>
92
100
  </li><li>
@@ -109,6 +117,10 @@
109
117
  <a href="../Fake/RegistryHelper.htm">RegistryHelper</a>
110
118
  </li><li>
111
119
  <a href="../Fake/REST.htm">REST</a>
120
+ </li><li>
121
+ <a href="../Fake/SCPHelper.htm">SCPHelper</a>
122
+ </li><li>
123
+ <a href="../Fake/SCPParams.htm">SCPParams</a>
112
124
  </li><li>
113
125
  <a href="../Fake/StringHelper.htm">StringHelper</a>
114
126
  </li><li>
@@ -129,10 +141,12 @@
129
141
  <a href="../Fake/TestSuite.htm">TestSuite</a>
130
142
  </li><li>
131
143
  <a href="../Fake/TimeoutHelper.htm">TimeoutHelper</a>
144
+ </li><li>
145
+ <a href="../Fake/TraceData.htm">TraceData</a>
132
146
  </li><li>
133
147
  <a href="../Fake/TraceHelper.htm">TraceHelper</a>
134
148
  </li><li>
135
- <a href="../Fake/TraceMessage.htm">TraceMessage</a>
149
+ <a href="../Fake/TraceListener.htm">TraceListener</a>
136
150
  </li><li>
137
151
  <a href="../Fake/TraceMode.htm">TraceMode</a>
138
152
  </li><li>
@@ -361,7 +375,7 @@
361
375
  </div>
362
376
  </div>
363
377
  <div id="footer">
364
- <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
378
+ <p>Based on v1.42.11.0 of FAKE - F# Make Git Lib</p>
365
379
  <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
366
380
  </div>
367
381
  </body>
@@ -37,8 +37,6 @@
37
37
  <a href="../Fake/Build.htm">Build</a>
38
38
  </li><li>
39
39
  <a href="../Fake/BuildConfiguration.htm">BuildConfiguration</a>
40
- </li><li>
41
- <a href="../Fake/BuildError.htm">BuildError</a>
42
40
  </li><li>
43
41
  <a href="../Fake/BuildServer.htm">BuildServer</a>
44
42
  </li><li>
@@ -47,6 +45,8 @@
47
45
  <a href="../Fake/CacheHelper.htm">CacheHelper</a>
48
46
  </li><li>
49
47
  <a href="../Fake/CodeLanguage.htm">CodeLanguage</a>
48
+ </li><li>
49
+ <a href="../Fake/ConsoleTraceListener.htm">ConsoleTraceListener</a>
50
50
  </li><li>
51
51
  <a href="../Fake/DocuHelper.htm">DocuHelper</a>
52
52
  </li><li>
@@ -73,20 +73,28 @@
73
73
  <a href="../Fake/FxCopHelper.htm">FxCopHelper</a>
74
74
  </li><li>
75
75
  <a href="../Fake/FxCopParams.htm">FxCopParams</a>
76
+ </li><li>
77
+ <a href="../Fake/GemHelper.htm">GemHelper</a>
78
+ </li><li>
79
+ <a href="../Fake/GemParams.htm">GemParams</a>
76
80
  </li><li>
77
81
  <a href="../Fake/HTMLHelpWorkShopHelper.htm">HTMLHelpWorkShopHelper</a>
78
82
  </li><li>
79
83
  <a href="../Fake/ILMergeHelper.htm">ILMergeHelper</a>
80
84
  </li><li>
81
85
  <a href="../Fake/ILMergeParams.htm">ILMergeParams</a>
86
+ </li><li>
87
+ <a href="../Fake/ITraceListener.htm">ITraceListener</a>
82
88
  </li><li>
83
89
  <a href="../Fake/MailBoxHelper.htm">MailBoxHelper</a>
84
90
  </li><li>
85
- <a href="../Fake/Message.htm">Message</a>
91
+ <a href="../Fake/MailboxMessage.htm">MailboxMessage</a>
86
92
  </li><li>
87
93
  <a href="../Fake/MessageHelper.htm">MessageHelper</a>
88
94
  </li><li>
89
95
  <a href="../Fake/MSBuildHelper.htm">MSBuildHelper</a>
96
+ </li><li>
97
+ <a href="../Fake/NAntXmlTraceListener.htm">NAntXmlTraceListener</a>
90
98
  </li><li>
91
99
  <a href="../Fake/NCoverHelper.htm">NCoverHelper</a>
92
100
  </li><li>
@@ -109,6 +117,10 @@
109
117
  <a href="../Fake/RegistryHelper.htm" class="current">RegistryHelper</a>
110
118
  </li><li>
111
119
  <a href="../Fake/REST.htm">REST</a>
120
+ </li><li>
121
+ <a href="../Fake/SCPHelper.htm">SCPHelper</a>
122
+ </li><li>
123
+ <a href="../Fake/SCPParams.htm">SCPParams</a>
112
124
  </li><li>
113
125
  <a href="../Fake/StringHelper.htm">StringHelper</a>
114
126
  </li><li>
@@ -129,10 +141,12 @@
129
141
  <a href="../Fake/TestSuite.htm">TestSuite</a>
130
142
  </li><li>
131
143
  <a href="../Fake/TimeoutHelper.htm">TimeoutHelper</a>
144
+ </li><li>
145
+ <a href="../Fake/TraceData.htm">TraceData</a>
132
146
  </li><li>
133
147
  <a href="../Fake/TraceHelper.htm">TraceHelper</a>
134
148
  </li><li>
135
- <a href="../Fake/TraceMessage.htm">TraceMessage</a>
149
+ <a href="../Fake/TraceListener.htm">TraceListener</a>
136
150
  </li><li>
137
151
  <a href="../Fake/TraceMode.htm">TraceMode</a>
138
152
  </li><li>
@@ -201,7 +215,7 @@
201
215
  </div>
202
216
 
203
217
  <div id="footer">
204
- <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
218
+ <p>Based on v1.42.11.0 of FAKE - F# Make Git Lib</p>
205
219
  <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
206
220
  </div>
207
221
  </body>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
2
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
3
  <head>
4
- <title>BuildError - FAKE - F# Make Git Lib Documentation</title>
4
+ <title>SCPHelper - FAKE - F# Make Git Lib Documentation</title>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
6
  <link type="text/css" rel="stylesheet" href="../main.css"/>
7
7
  <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
@@ -37,8 +37,6 @@
37
37
  <a href="../Fake/Build.htm">Build</a>
38
38
  </li><li>
39
39
  <a href="../Fake/BuildConfiguration.htm">BuildConfiguration</a>
40
- </li><li>
41
- <a href="../Fake/BuildError.htm" class="current">BuildError</a>
42
40
  </li><li>
43
41
  <a href="../Fake/BuildServer.htm">BuildServer</a>
44
42
  </li><li>
@@ -47,6 +45,8 @@
47
45
  <a href="../Fake/CacheHelper.htm">CacheHelper</a>
48
46
  </li><li>
49
47
  <a href="../Fake/CodeLanguage.htm">CodeLanguage</a>
48
+ </li><li>
49
+ <a href="../Fake/ConsoleTraceListener.htm">ConsoleTraceListener</a>
50
50
  </li><li>
51
51
  <a href="../Fake/DocuHelper.htm">DocuHelper</a>
52
52
  </li><li>
@@ -73,20 +73,28 @@
73
73
  <a href="../Fake/FxCopHelper.htm">FxCopHelper</a>
74
74
  </li><li>
75
75
  <a href="../Fake/FxCopParams.htm">FxCopParams</a>
76
+ </li><li>
77
+ <a href="../Fake/GemHelper.htm">GemHelper</a>
78
+ </li><li>
79
+ <a href="../Fake/GemParams.htm">GemParams</a>
76
80
  </li><li>
77
81
  <a href="../Fake/HTMLHelpWorkShopHelper.htm">HTMLHelpWorkShopHelper</a>
78
82
  </li><li>
79
83
  <a href="../Fake/ILMergeHelper.htm">ILMergeHelper</a>
80
84
  </li><li>
81
85
  <a href="../Fake/ILMergeParams.htm">ILMergeParams</a>
86
+ </li><li>
87
+ <a href="../Fake/ITraceListener.htm">ITraceListener</a>
82
88
  </li><li>
83
89
  <a href="../Fake/MailBoxHelper.htm">MailBoxHelper</a>
84
90
  </li><li>
85
- <a href="../Fake/Message.htm">Message</a>
91
+ <a href="../Fake/MailboxMessage.htm">MailboxMessage</a>
86
92
  </li><li>
87
93
  <a href="../Fake/MessageHelper.htm">MessageHelper</a>
88
94
  </li><li>
89
95
  <a href="../Fake/MSBuildHelper.htm">MSBuildHelper</a>
96
+ </li><li>
97
+ <a href="../Fake/NAntXmlTraceListener.htm">NAntXmlTraceListener</a>
90
98
  </li><li>
91
99
  <a href="../Fake/NCoverHelper.htm">NCoverHelper</a>
92
100
  </li><li>
@@ -109,6 +117,10 @@
109
117
  <a href="../Fake/RegistryHelper.htm">RegistryHelper</a>
110
118
  </li><li>
111
119
  <a href="../Fake/REST.htm">REST</a>
120
+ </li><li>
121
+ <a href="../Fake/SCPHelper.htm" class="current">SCPHelper</a>
122
+ </li><li>
123
+ <a href="../Fake/SCPParams.htm">SCPParams</a>
112
124
  </li><li>
113
125
  <a href="../Fake/StringHelper.htm">StringHelper</a>
114
126
  </li><li>
@@ -129,10 +141,12 @@
129
141
  <a href="../Fake/TestSuite.htm">TestSuite</a>
130
142
  </li><li>
131
143
  <a href="../Fake/TimeoutHelper.htm">TimeoutHelper</a>
144
+ </li><li>
145
+ <a href="../Fake/TraceData.htm">TraceData</a>
132
146
  </li><li>
133
147
  <a href="../Fake/TraceHelper.htm">TraceHelper</a>
134
148
  </li><li>
135
- <a href="../Fake/TraceMessage.htm">TraceMessage</a>
149
+ <a href="../Fake/TraceListener.htm">TraceListener</a>
136
150
  </li><li>
137
151
  <a href="../Fake/TraceMode.htm">TraceMode</a>
138
152
  </li><li>
@@ -158,66 +172,44 @@
158
172
  </div>
159
173
  </div>
160
174
  <div class="header">
161
- <p class="class"><strong>Type</strong> BuildError</p>
162
- <p><strong>Namespace</strong> Fake</p><p><strong>Parent</strong> <span title="System.Exception">Exception</span></p>
175
+ <p class="class"><strong>Type</strong> SCPHelper</p>
176
+ <p><strong>Namespace</strong> Fake</p>
163
177
  </div>
164
178
  <div class="sub-header">
165
179
 
166
180
 
181
+ <h3 class="section">Methods</h3>
182
+ <ul><li><a href="../Fake/SCPHelper.htm#SCP">SCP</a></li>
183
+ </ul>
167
184
 
168
185
  <h3 class="section">Properties</h3>
169
- <ul><li><a href="../Fake/BuildError.htm#Data">Data</a></li><li><a href="../Fake/BuildError.htm#HelpLink">HelpLink</a></li><li><a href="../Fake/BuildError.htm#InnerException">InnerException</a></li><li><a href="../Fake/BuildError.htm#Message">Message</a></li><li><a href="../Fake/BuildError.htm#Source">Source</a></li><li><a href="../Fake/BuildError.htm#StackTrace">StackTrace</a></li><li><a href="../Fake/BuildError.htm#Target">Target</a></li><li><a href="../Fake/BuildError.htm#TargetSite">TargetSite</a></li>
186
+ <ul><li><a href="../Fake/SCPHelper.htm#SCPDefaults">SCPDefaults</a></li>
170
187
  </ul>
171
188
 
172
189
  </div>
173
190
 
174
191
 
175
192
 
193
+ <h3 class="section">Public static methods</h3>
194
+ <div id="SCP" class="method">
195
+ <h4><span title="System.void">void</span> <strong>SCP</strong>(<span title="Microsoft.FSharp.Core.FSharpFunc<SCPParams, SCPParams>">FSharpFunc&lt;SCPParams, SCPParams&gt;</span> setParams, <span title="System.string">string</span> source, <span title="System.string">string</span> destination)</h4>
196
+ <div class="content">
176
197
 
177
- <h3 class="section">Public properties</h3>
178
- <div id="Data" class="method">
179
- <h4><span title="System.Collections.IDictionary">IDictionary</span> <strong>Data</strong> get; </h4>
180
- <div class="content">
181
198
 
182
- </div>
183
- </div><div id="HelpLink" class="method">
184
- <h4><span title="System.string">string</span> <strong>HelpLink</strong> get; set;</h4>
185
- <div class="content">
186
199
 
187
- </div>
188
- </div><div id="InnerException" class="method">
189
- <h4><span title="System.Exception">Exception</span> <strong>InnerException</strong> get; </h4>
190
- <div class="content">
191
-
192
- </div>
193
- </div><div id="Message" class="method">
194
- <h4><span title="System.string">string</span> <strong>Message</strong> get; </h4>
195
- <div class="content">
196
200
 
197
- </div>
198
- </div><div id="Source" class="method">
199
- <h4><span title="System.string">string</span> <strong>Source</strong> get; set;</h4>
200
- <div class="content">
201
-
202
- </div>
203
- </div><div id="StackTrace" class="method">
204
- <h4><span title="System.string">string</span> <strong>StackTrace</strong> get; </h4>
205
- <div class="content">
206
-
207
- </div>
208
- </div><div id="Target" class="method">
209
- <h4><span title="System.string">string</span> <strong>Target</strong> get; </h4>
210
- <div class="content">
201
+ </div>
202
+ </div>
211
203
 
212
- </div>
213
- </div><div id="TargetSite" class="method">
214
- <h4><span title="System.Reflection.MethodBase">MethodBase</span> <strong>TargetSite</strong> get; </h4>
215
- <div class="content">
204
+ <h3 class="section">Public properties</h3>
205
+ <div id="SCPDefaults" class="method">
206
+ <h4><a href="../Fake/SCPParams.htm">SCPParams</a> <strong>SCPDefaults</strong> get; </h4>
207
+ <div class="content">SCP default params
216
208
 
217
209
  </div>
218
210
  </div>
219
211
  <div id="footer">
220
- <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
212
+ <p>Based on v1.42.11.0 of FAKE - F# Make Git Lib</p>
221
213
  <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
222
214
  </div>
223
215
  </body>