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" class="current">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>
@@ -194,7 +208,7 @@
194
208
  </div>
195
209
 
196
210
  <div id="footer">
197
- <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
211
+ <p>Based on v1.42.11.0 of FAKE - F# Make Git Lib</p>
198
212
  <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
199
213
  </div>
200
214
  </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" class="current">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>
@@ -195,7 +209,7 @@
195
209
  </div>
196
210
  </div>
197
211
  <div id="footer">
198
- <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>
199
213
  <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
200
214
  </div>
201
215
  </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" class="current">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>
@@ -210,7 +224,7 @@
210
224
  </div>
211
225
  </div>
212
226
  <div id="footer">
213
- <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
227
+ <p>Based on v1.42.11.0 of FAKE - F# Make Git Lib</p>
214
228
  <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
215
229
  </div>
216
230
  </body>
@@ -0,0 +1,206 @@
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>ITraceListener - 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" class="current">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">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</h2>
29
+ <div class="scroll">
30
+ <ul><li>
31
+ <a href="../Fake/AssemblyInfoHelper.htm">AssemblyInfoHelper</a>
32
+ </li><li>
33
+ <a href="../Fake/AssemblyInfoParams.htm">AssemblyInfoParams</a>
34
+ </li><li>
35
+ <a href="../Fake/AsyncHelper.htm">AsyncHelper</a>
36
+ </li><li>
37
+ <a href="../Fake/Build.htm">Build</a>
38
+ </li><li>
39
+ <a href="../Fake/BuildConfiguration.htm">BuildConfiguration</a>
40
+ </li><li>
41
+ <a href="../Fake/BuildServer.htm">BuildServer</a>
42
+ </li><li>
43
+ <a href="../Fake/BuildServerHelper.htm">BuildServerHelper</a>
44
+ </li><li>
45
+ <a href="../Fake/CacheHelper.htm">CacheHelper</a>
46
+ </li><li>
47
+ <a href="../Fake/CodeLanguage.htm">CodeLanguage</a>
48
+ </li><li>
49
+ <a href="../Fake/ConsoleTraceListener.htm">ConsoleTraceListener</a>
50
+ </li><li>
51
+ <a href="../Fake/DocuHelper.htm">DocuHelper</a>
52
+ </li><li>
53
+ <a href="../Fake/DocuParams.htm">DocuParams</a>
54
+ </li><li>
55
+ <a href="../Fake/EnvironmentHelper.htm">EnvironmentHelper</a>
56
+ </li><li>
57
+ <a href="../Fake/Event.htm">Event</a>
58
+ </li><li>
59
+ <a href="../Fake/ExecParams.htm">ExecParams</a>
60
+ </li><li>
61
+ <a href="../Fake/FileHelper.htm">FileHelper</a>
62
+ </li><li>
63
+ <a href="../Fake/FileIncludes.htm">FileIncludes</a>
64
+ </li><li>
65
+ <a href="../Fake/FileSetHelper.htm">FileSetHelper</a>
66
+ </li><li>
67
+ <a href="../Fake/FileSystemHelper.htm">FileSystemHelper</a>
68
+ </li><li>
69
+ <a href="../Fake/FSIHelper.htm">FSIHelper</a>
70
+ </li><li>
71
+ <a href="../Fake/FxCopErrorLevel.htm">FxCopErrorLevel</a>
72
+ </li><li>
73
+ <a href="../Fake/FxCopHelper.htm">FxCopHelper</a>
74
+ </li><li>
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>
80
+ </li><li>
81
+ <a href="../Fake/HTMLHelpWorkShopHelper.htm">HTMLHelpWorkShopHelper</a>
82
+ </li><li>
83
+ <a href="../Fake/ILMergeHelper.htm">ILMergeHelper</a>
84
+ </li><li>
85
+ <a href="../Fake/ILMergeParams.htm">ILMergeParams</a>
86
+ </li><li>
87
+ <a href="../Fake/ITraceListener.htm" class="current">ITraceListener</a>
88
+ </li><li>
89
+ <a href="../Fake/MailBoxHelper.htm">MailBoxHelper</a>
90
+ </li><li>
91
+ <a href="../Fake/MailboxMessage.htm">MailboxMessage</a>
92
+ </li><li>
93
+ <a href="../Fake/MessageHelper.htm">MessageHelper</a>
94
+ </li><li>
95
+ <a href="../Fake/MSBuildHelper.htm">MSBuildHelper</a>
96
+ </li><li>
97
+ <a href="../Fake/NAntXmlTraceListener.htm">NAntXmlTraceListener</a>
98
+ </li><li>
99
+ <a href="../Fake/NCoverHelper.htm">NCoverHelper</a>
100
+ </li><li>
101
+ <a href="../Fake/NCoverParams.htm">NCoverParams</a>
102
+ </li><li>
103
+ <a href="../Fake/NUnitHelper.htm">NUnitHelper</a>
104
+ </li><li>
105
+ <a href="../Fake/NUnitParams.htm">NUnitParams</a>
106
+ </li><li>
107
+ <a href="../Fake/PostMethod.htm">PostMethod</a>
108
+ </li><li>
109
+ <a href="../Fake/ProcessHelper.htm">ProcessHelper</a>
110
+ </li><li>
111
+ <a href="../Fake/Project.htm">Project</a>
112
+ </li><li>
113
+ <a href="../Fake/RegexEntry.htm">RegexEntry</a>
114
+ </li><li>
115
+ <a href="../Fake/RegistryBaseKey.htm">RegistryBaseKey</a>
116
+ </li><li>
117
+ <a href="../Fake/RegistryHelper.htm">RegistryHelper</a>
118
+ </li><li>
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>
124
+ </li><li>
125
+ <a href="../Fake/StringHelper.htm">StringHelper</a>
126
+ </li><li>
127
+ <a href="../Fake/Tags.htm">Tags</a>
128
+ </li><li>
129
+ <a href="../Fake/TargetHelper.htm">TargetHelper</a>
130
+ </li><li>
131
+ <a href="../Fake/TargetTemplate`1.htm">TargetTemplate`1</a>
132
+ </li><li>
133
+ <a href="../Fake/TeamCityHelper.htm">TeamCityHelper</a>
134
+ </li><li>
135
+ <a href="../Fake/TeamCityRESTHelper.htm">TeamCityRESTHelper</a>
136
+ </li><li>
137
+ <a href="../Fake/TemplateHelper.htm">TemplateHelper</a>
138
+ </li><li>
139
+ <a href="../Fake/TestCase.htm">TestCase</a>
140
+ </li><li>
141
+ <a href="../Fake/TestSuite.htm">TestSuite</a>
142
+ </li><li>
143
+ <a href="../Fake/TimeoutHelper.htm">TimeoutHelper</a>
144
+ </li><li>
145
+ <a href="../Fake/TraceData.htm">TraceData</a>
146
+ </li><li>
147
+ <a href="../Fake/TraceHelper.htm">TraceHelper</a>
148
+ </li><li>
149
+ <a href="../Fake/TraceListener.htm">TraceListener</a>
150
+ </li><li>
151
+ <a href="../Fake/TraceMode.htm">TraceMode</a>
152
+ </li><li>
153
+ <a href="../Fake/VCSRoot.htm">VCSRoot</a>
154
+ </li><li>
155
+ <a href="../Fake/VSSHelper.htm">VSSHelper</a>
156
+ </li><li>
157
+ <a href="../Fake/WiXHelper.htm">WiXHelper</a>
158
+ </li><li>
159
+ <a href="../Fake/WiXParams.htm">WiXParams</a>
160
+ </li><li>
161
+ <a href="../Fake/XCopyHelper.htm">XCopyHelper</a>
162
+ </li><li>
163
+ <a href="../Fake/XMLHelper.htm">XMLHelper</a>
164
+ </li><li>
165
+ <a href="../Fake/XUnitHelper.htm">XUnitHelper</a>
166
+ </li><li>
167
+ <a href="../Fake/XUnitParams.htm">XUnitParams</a>
168
+ </li><li>
169
+ <a href="../Fake/ZipHelper.htm">ZipHelper</a>
170
+ </li>
171
+ </ul>
172
+ </div>
173
+ </div>
174
+ <div class="header">
175
+ <p class="class"><strong>Type</strong> ITraceListener</p>
176
+ <p><strong>Namespace</strong> Fake</p>
177
+ </div>
178
+ <div class="sub-header">
179
+
180
+
181
+ <h3 class="section">Methods</h3>
182
+ <ul><li><a href="../Fake/ITraceListener.htm#Write">Write</a></li>
183
+ </ul>
184
+
185
+
186
+ </div>
187
+
188
+
189
+ <h3 class="section">Public instance methods</h3>
190
+ <div id="Write" class="method">
191
+ <h4><span title="System.void">void</span> <strong>Write</strong>(<a href="../Fake/TraceData.htm">TraceData</a> )</h4>
192
+ <div class="content">
193
+
194
+
195
+
196
+
197
+ </div>
198
+ </div>
199
+
200
+
201
+ <div id="footer">
202
+ <p>Based on v1.42.11.0 of FAKE - F# Make Git Lib</p>
203
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
204
+ </div>
205
+ </body>
206
+ </html>
@@ -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" class="current">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>
@@ -256,7 +270,7 @@
256
270
  </div>
257
271
  </div>
258
272
  <div id="footer">
259
- <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
273
+ <p>Based on v1.42.11.0 of FAKE - F# Make Git Lib</p>
260
274
  <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
261
275
  </div>
262
276
  </body>