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/ResolveAssemblyReference.xml
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -271,16 +271,16 @@
271
271
<ReturnType>System.Boolean</ReturnType>
272
272
</ReturnValue>
273
273
<Docs>
274
-
<summary>Gets or sets a Boolean value that specifies whether the resulting dependency graph is automatically treated as if there were an App.Config file passed in to the <seecref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.AppConfigFile" /> property.</summary>
274
+
<summary>Gets or sets a value that indicates whether the resulting dependency graph is automatically treated as if there were an App.Config file passed in to the <seecref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.AppConfigFile" /> property.</summary>
275
275
<value>
276
-
<seelangword="true" /> if the resulting dependency graph is automatically treated as if there were an App.Config file passed in to the <seecref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.AppConfigFile" /> property.</value>
276
+
<seelangword="true" /> if the resulting dependency graph is automatically treated as if there were an App.Config file passed in to the <seecref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.AppConfigFile" /> property; otherwise, <seelangword="false" />.</value>
277
277
<remarks>
278
278
<formattype="text/markdown"><
283
+
For more information about this property, see [ResolveAssemblyReference Task](/visualstudio/msbuild/resolveassemblyreference-task).
284
284
285
285
]]></format>
286
286
</remarks>
@@ -537,7 +537,7 @@
537
537
<ReturnType>System.Boolean</ReturnType>
538
538
</ReturnValue>
539
539
<Docs>
540
-
<summary>Gets or sets a Boolean value that specifies whether related files such as .pdb files and .xml files will be found.</summary>
540
+
<summary>Gets or sets a value that indicates whether related files such as .pdb files and .xml files will be found.</summary>
541
541
<value>
542
542
<seelangword="true" /> if related files such as .pdb files and .xml files will be found; otherwise, <seelangword="false" />.</value>
543
543
<remarks>
@@ -579,7 +579,7 @@
579
579
<ReturnType>System.Boolean</ReturnType>
580
580
</ReturnValue>
581
581
<Docs>
582
-
<summary>Gets or sets a Boolean value that specifies whether satellite assemblies will be found.</summary>
582
+
<summary>Gets or sets a value that indicates whether satellite assemblies will be found.</summary>
583
583
<value>
584
584
<seelangword="true" /> if satellite assemblies will be found; otherwise, <seelangword="false" />.</value>
585
585
<remarks>
@@ -621,7 +621,7 @@
621
621
<ReturnType>System.Boolean</ReturnType>
622
622
</ReturnValue>
623
623
<Docs>
624
-
<summary>Gets or sets a Boolean value that specifies whether the serialization assemblies will be found.</summary>
624
+
<summary>Gets or sets a value that indicates whether the serialization assemblies will be found.</summary>
625
625
<value>
626
626
<seelangword="true" /> if the serialization assemblies will be found; otherwise, <seelangword="false" />.</value>
627
627
<remarks>
@@ -731,7 +731,7 @@
731
731
<ReturnType>System.String[]</ReturnType>
732
732
</ReturnValue>
733
733
<Docs>
734
-
<summary>A string that contains the names of the subsets of the specified target framework.</summary>
734
+
<summary>Gets or sets a string that contains the names of the subsets of the specified target framework.</summary>
735
735
<value>A string value that contains subset names.</value>
<summary>An <seecref="T:Microsoft.Build.Framework.ITaskItem" /> that represents a list of XML files that contain assemblies that are expected to be in the target subset.</summary>
884
-
<value>An <seecref="T:Microsoft.Build.Framework.ITaskItem" /> list of XML files.</value>
883
+
<summary>Gets or sets an <seecref="T:Microsoft.Build.Framework.ITaskItem" /> that represents a list of XML files that contain assemblies that are expected to be in the target subset.</summary>
0 commit comments