Skip to content

Commit adea88e

Browse files
authored
Automatically port missing docs for .NET 7 Prev 0 (Nov-Dic '21) (dotnet#7495)
Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
1 parent 925b31b commit adea88e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

xml/Microsoft.Build.Tasks/Copy.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,8 @@
315315
</ReturnValue>
316316
<Parameters />
317317
<Docs>
318-
<summary>
319-
Standard entry point.
320-
</summary>
321-
<returns />
318+
<summary>Standard entry point.</summary>
319+
<returns><see langword="true"/>, if the execution is successful, <see langword="false"/> otherwise.</returns>
322320
<remarks>This method is the standard entry point.</remarks>
323321
<forInternalUseOnly />
324322
</Docs>

xml/System.Workflow.ComponentModel.Compiler/CompileWorkflowTask.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,15 @@
327327
<Docs>
328328
<summary>Gets or sets the Host Object in the Microsoft Build framework.</summary>
329329
<value>The Host Object from the Microsoft Build framework.</value>
330-
<remarks>To be added.</remarks>
330+
<remarks>
331+
<format type="text/markdown"><![CDATA[
332+
333+
## Remarks
334+
335+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask> instance is cast to an <xref:Microsoft.Build.Framework.ITask> interface.
336+
337+
]]></format>
338+
</remarks>
331339
</Docs>
332340
</Member>
333341
<Member MemberName="OutputFiles">

0 commit comments

Comments
 (0)