Skip to content

Commit a95fd59

Browse files
committed
Merge pull request #105 from sharwell/polish
Final polish for release 2.0.0
2 parents 01500f8 + a349585 commit a95fd59

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ param (
22
[switch]$Debug,
33
[string]$VisualStudioVersion = "14.0",
44
[switch]$NoDocs,
5-
[string]$Verbosity = "normal",
5+
[string]$Verbosity = "minimal",
66
[string]$Logger,
77
[switch]$InstallSHFB
88
)

Docs.Threading/Content/UserGuide/UserGuide.aml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,15 @@
191191
the <languageKeyword>finally</languageKeyword> block itself.
192192
</para>
193193
</listItem>
194+
<listItem>
195+
<para>
196+
<codeEntityReference>M:Rackspace.Threading.CoreTaskExtensions.ObserveExceptions``1(``0)</codeEntityReference>:
197+
This extension method ensures the exception for a faulted task is "observed", i.e. the
198+
<codeEntityReference>P:System.Threading.Tasks.Task.Exception</codeEntityReference> property
199+
will be accessed if the task enters the
200+
<codeEntityReference>F:System.Threading.Tasks.TaskStatus.Faulted</codeEntityReference> state.
201+
</para>
202+
</listItem>
194203
</list>
195204
</content>
196205
</section>

0 commit comments

Comments
 (0)