Skip to content

add missing return value #2314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
<Parameters />
<Docs>
<summary>Returns the full ClickOnce assembly identity.</summary>
<returns>To be added.</returns>
<returns>The full ClickOnce assembly identity.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -1044,4 +1044,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>
7 changes: 4 additions & 3 deletions xml/Microsoft.Build.Tasks.Hosting/ICscHostObject3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@
</Parameters>
<Docs>
<param name="applicationConfiguration">The application configuration.</param>
<summary>Set the application configuration.</summary>
<returns>To be added.</returns>
<summary>Sets the application configuration.</summary>
<returns>
<see langword="true" /> if the method was successful; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>
</Type>
7 changes: 4 additions & 3 deletions xml/Microsoft.Build.Tasks.Hosting/IVbcHostObject2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,12 @@
<Parameter Name="win32Manifest" Type="System.String" />
</Parameters>
<Docs>
<param name="win32Manifest">The win32 manifest</param>
<param name="win32Manifest">The Win32 manifest.</param>
<summary>Sets a Win32 manifest to use.</summary>
<returns>To be added.</returns>
<returns>
<see langword="true" /> if the method was successful; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>
</Type>
4 changes: 2 additions & 2 deletions xml/Microsoft.Build.Tasks.Xaml/XamlDataDrivenToolTask.xml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
<param name="switchMap">The switch map.</param>
<param name="value">The value of the property.</param>
<summary>Checks the value a property is set to, and finds the corresponding switch.</summary>
<returns>To be added.</returns>
<returns>The switch that \<paramref name="value" /> is mapped to.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -533,4 +533,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>
4 changes: 2 additions & 2 deletions xml/System.Buffers/BuffersExtensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<typeparam name="T">The type of the items in the <see cref="T:System.Buffers.ReadOnlySequence`1" />.</typeparam>
<param name="sequence">The read-only sequence to convert to an array.</param>
<summary>Converts the <see cref="T:System.Buffers.ReadOnlySequence`1" /> to an array.</summary>
<returns>To be added.</returns>
<returns>An array containing the data in the current read-only sequence.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -176,4 +176,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>