You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/Microsoft.Build.Tasks.Hosting/IVbcHostObject4.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,8 @@
60
60
<Docs>
61
61
<paramname="VBRuntime">The name of the Visual Basic Runtime Library.</param>
62
62
<summary>Defines an interface for the Vbc task to communicate with the IDE. In particular, the Vbc task will delegate the actual compilation to the IDE, rather than shelling out to the command line compiler.</summary>
63
-
<returns><seelangword="true" /> if the method succeeds; otherwise, <seelangword="false" />.</returns>
63
+
<returns>
64
+
<seelangword="true" /> if the method succeeds; otherwise, <seelangword="false" />.</returns>
Copy file name to clipboardExpand all lines: xml/Microsoft.Build.Tasks/Csc.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,8 @@
224
224
</ReturnValue>
225
225
<Docs>
226
226
<summary>Gets or sets a value that indicates whether the <c>Csc</c> task should cause an exception at run time for integer arithmetic that overflows the bounds of the data type.</summary>
227
-
<value><seelangword="true" /> if the <c>Csc</c> task should cause an exception at run time for integer arithmetic that overflows the bounds of the data type; otherwise, <seelangword="false" />.</value>
227
+
<value>
228
+
<seelangword="true" /> if the <c>Csc</c> task should cause an exception at run time for integer arithmetic that overflows the bounds of the data type; otherwise, <seelangword="false" />.</value>
0 commit comments