Skip to content

CI Update - Move Microsoft.Extensions.* to dotnet/docs #3332

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 10 commits into from
Oct 14, 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,938 changes: 1,938 additions & 0 deletions xml/FrameworksIndex/dotnet-plat-ext-1.0.xml

Large diffs are not rendered by default.

2,201 changes: 2,201 additions & 0 deletions xml/FrameworksIndex/dotnet-plat-ext-1.1.xml

Large diffs are not rendered by default.

2,319 changes: 2,319 additions & 0 deletions xml/FrameworksIndex/dotnet-plat-ext-2.0.xml

Large diffs are not rendered by default.

2,575 changes: 2,575 additions & 0 deletions xml/FrameworksIndex/dotnet-plat-ext-2.1.xml

Large diffs are not rendered by default.

2,979 changes: 2,979 additions & 0 deletions xml/FrameworksIndex/dotnet-plat-ext-2.2.xml

Large diffs are not rendered by default.

2,795 changes: 2,795 additions & 0 deletions xml/FrameworksIndex/dotnet-plat-ext-3.0.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion xml/Microsoft.Build.BuildEngine/BuildItem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets the number of metadata set on the item</summary>
<summary>Gets the number of metadata set on the item.</summary>
<value>An integer representing the number of metadata items.</value>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Build.Construction/ProjectImportElement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the project attribute</summary>
<summary>Gets the location of the project attribute.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Build.Construction/ProjectItemElement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets the location of the remove attribute</summary>
<summary>Gets the location of the remove attribute.</summary>
<value>The remove attribute's location.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
6 changes: 3 additions & 3 deletions xml/Microsoft.Build.Construction/ProjectOutputElement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the item type attribute, if any</summary>
<summary>Gets the location of the item type attribute, if any.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -170,7 +170,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the property name attribute, if any</summary>
<summary>Gets the location of the property name attribute, if any.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -227,7 +227,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the task parameter attribute</summary>
<summary>Gets the location of the task parameter attribute.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Build.Construction/ProjectTargetElement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
<ReturnType>System.Collections.Generic.ICollection&lt;Microsoft.Build.Construction.ProjectItemGroupElement&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets all child item groups</summary>
<summary>Gets all child item groups.</summary>
<value>All child item groups.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Build.Construction/ProjectTaskElement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@
<Docs>
<param name="name">The name of the parameter to update or add.</param>
<param name="unevaluatedValue">The value of the parameter.</param>
<summary>Updates or adds a parameter on this task</summary>
<summary>Updates or adds a parameter on this task.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the Required attribute</summary>
<summary>Gets or sets the Required attribute.</summary>
<value>The value of the Required attribute, or an empty string if the attribute is not present.</value>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Build.Evaluation/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2393,7 +2393,7 @@
<param name="item">The item to be removed.</param>
<summary>Removes an item from the project. The item to be removed must be present in the project, and must not originate from an imported file.</summary>
<returns>
<see langword="true" /> if the item is present in this evaluated project; otherwise, <see langword="false" />. Normally this method returns true, since if the requested item is not present, the method throws an exception. If the item is present only in the ItemsIgnoringCondition collection, however, the method returns false.</returns>
<see langword="true" /> if the item is present in this evaluated project; otherwise, <see langword="false" />. Normally this method returns true, since if the requested item is not present, the method throws an exception. If the item is present only in the ItemsIgnoringCondition collection, however, the method returns <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
4 changes: 2 additions & 2 deletions xml/Microsoft.Build.Evaluation/ProjectLoadSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>Indicates that imports including duplicate, but not circular, imports on the <c>ImportsIncludingDuplicates</c> property should be recorded</summary>
<summary>Indicates that imports including duplicate, but not circular, imports on the <c>ImportsIncludingDuplicates</c> property should be recorded.</summary>
</Docs>
</Member>
<Member MemberName="RejectCircularImports">
Expand All @@ -106,7 +106,7 @@
</ReturnValue>
<MemberValue>4</MemberValue>
<Docs>
<summary>Indicates that an exception will be thrown if any circular imports are detected</summary>
<summary>Indicates that an exception will be thrown if any circular imports are detected.</summary>
</Docs>
</Member>
</Members>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Build.Exceptions/InternalLoggerException.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>True if the exception occurred during logger initialization</summary>
<summary><see langword="true" /> if the exception occurred during logger initialization.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<Docs>
<param name="message">The error message.</param>
<param name="errorCode">The error code.</param>
<summary>Constructor that takes an MSBuild error code</summary>
<summary>Constructor that takes an MSBuild error code.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -185,7 +185,7 @@
<param name="message">The error message.</param>
<param name="errorCode">The error code.</param>
<param name="innerException">The inner exception.</param>
<summary>Constructor that takes an MSBuild error code</summary>
<summary>Constructor that takes an MSBuild error code.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Build.Execution/ProjectInstance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<param name="toolsVersion">The tools version. May be null.</param>
<param name="subToolsetVersion">The sub toolset version. May be null.</param>
<param name="projectCollection">Project collection.</param>
<summary>Creates a new project instance and initializes it from the given project root, using the given global properties, tools version, and project collection</summary>
<summary>Creates a new project instance and initializes it from the given project root, using the given global properties, tools version, and project collection.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the condition, if any</summary>
<summary>Gets the location of the condition, if any.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -122,7 +122,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the original element</summary>
<summary>Gets the location of the original element.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the condition attribute if any</summary>
<summary>Gets the location of the condition attribute, if any.</summary>
<value>The location of the condition attribute.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -128,7 +128,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the exclude attribute, if any</summary>
<summary>Gets the location of the exclude attribute, if any.</summary>
<value>The location of the exclude attribute.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -183,7 +183,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the include attribute, if any</summary>
<summary>Gets the location of the include attribute, if any.</summary>
<value>The location of the include attribute.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -290,7 +290,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets the unevaluated KeepMetadata attribute value</summary>
<summary>Gets the unevaluated KeepMetadata attribute value.</summary>
<value>The KeepMetadata value.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -342,7 +342,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the element</summary>
<summary>Gets the location of the element.</summary>
<value>The element's location.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -423,7 +423,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the remove attribute, if any</summary>
<summary>Gets the location of the remove attribute, if any.</summary>
<value>The location of the remove attribute.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the condition attribute if any</summary>
<summary>Gets the location of the condition attribute, if any.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -99,7 +99,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the element</summary>
<summary>Gets the location of the element.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
6 changes: 3 additions & 3 deletions xml/Microsoft.Build.Execution/ProjectOnErrorInstance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the condition, if any</summary>
<summary>Gets the location of the condition, if any.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -126,7 +126,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the execute targets attribute, if any</summary>
<summary>Gets the location of the execute targets attribute, if any.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -147,7 +147,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the element</summary>
<summary>Gets the location of the element.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</Base>
<Interfaces />
<Docs>
<summary>Abstracts the <see cref="T:Microsoft.Build.Execution.ProjectTaskInstance" />, <see cref="T:Microsoft.Build.Execution.ProjectPropertyGroupTaskInstance" /> and <see cref="T:Microsoft.Build.Execution.ProjectItemGroupTaskInstance" /> classes. This allows these types to be used in a single collection of target children</summary>
<summary>Abstracts the <see cref="T:Microsoft.Build.Execution.ProjectTaskInstance" />, <see cref="T:Microsoft.Build.Execution.ProjectPropertyGroupTaskInstance" /> and <see cref="T:Microsoft.Build.Execution.ProjectItemGroupTaskInstance" /> classes. This allows these types to be used in a single collection of target children.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand Down
10 changes: 5 additions & 5 deletions xml/Microsoft.Build.Execution/ProjectTaskInstance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the condition, if any</summary>
<summary>Gets the location of the condition, if any.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -129,7 +129,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the ContinueOnError attribute, if any</summary>
<summary>Gets the location of the ContinueOnError attribute, if any.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -150,7 +150,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the original element</summary>
<summary>Gets the location of the original element.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -194,7 +194,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the MSBuildArchitecture attribute, if any</summary>
<summary>Gets the location of the MSBuildArchitecture attribute, if any.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -238,7 +238,7 @@
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the MSBuildRuntime attribute, if any</summary>
<summary>Gets the location of the MSBuildRuntime attribute, if any.</summary>
<value>Returns <see cref="T:Microsoft.Build.Construction.ElementLocation" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Build.Framework.XamlTypes/ContentType.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</Attribute>
</Attributes>
<Docs>
<summary>Used to deserialize the content type information</summary>
<summary>Used to deserialize the content type information.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the separator to use in delineating individual values of this string list property</summary>
<summary>Gets or sets the separator to use in delineating individual values of this string list property.</summary>
<value>The separator.</value>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
4 changes: 2 additions & 2 deletions xml/Microsoft.Build.Framework/BuildErrorEventArgs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<param name="helpKeyword">help keyword</param>
<param name="senderName">name of event sender</param>
<param name="eventTimestamp">Timestamp when event was created</param>
<summary>This constructor which allows a timestamp to be set</summary>
<summary>This constructor which allows a timestamp to be set.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -210,7 +210,7 @@
<param name="senderName">name of event sender</param>
<param name="eventTimestamp">Timestamp when event was created</param>
<param name="messageArgs">message arguments</param>
<summary>This constructor which allows a timestamp to be set</summary>
<summary>This constructor which allows a timestamp to be set.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
10 changes: 5 additions & 5 deletions xml/Microsoft.Build.Framework/BuildEventContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<param name="projectContextId">The project ID of the build event.</param>
<param name="targetId">The target ID of the build event.</param>
<param name="taskId">The task ID of the build event.</param>
<summary>Constructs a BuildEventContext with a specific submission id</summary>
<summary>Constructs a BuildEventContext with a specific submission id.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -423,8 +423,8 @@
<Docs>
<param name="left">Left hand side operand</param>
<param name="right">Right hand side operand</param>
<summary>Override == so the equals comparison using this operator will be the same as .Equals</summary>
<returns>True if the object values are identical, false if they are not identical</returns>
<summary>Overrides == so the equals comparison using this operator will be the same as .Equals.</summary>
<returns><see langword="true" /> if the object values are identical, false if they are not identical</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -450,8 +450,8 @@
<Docs>
<param name="left">Left hand side operand</param>
<param name="right">Right hand side operand</param>
<summary>Override != so the equals comparison using this operator will be the same as ! Equals</summary>
<returns>True if the object values are not identical, false if they are identical</returns>
<summary>Overrides != so the equals comparison using this operator will be the same as ! Equals.</summary>
<returns><see langword="true" /> if the object values are not identical, false if they are identical</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
Loading