Skip to content

Commit 1b89950

Browse files
authored
Merge pull request #94 from dotnet/master
Update live with current master
2 parents 4b48049 + 30cfb2c commit 1b89950

File tree

225 files changed

+3024
-3026
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+3024
-3026
lines changed

docfx.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
"searchScope": [".NET"],
4747
"uhfHeaderId": "MSDocsHeader-DotNet",
4848
"apiPlatform": "dotnet",
49+
"ms.topic": "managed-reference",
50+
"feedback_system": "GitHub",
51+
"feedback_github_repo": "dotnet/docs",
52+
"feedback_product_url": "https://developercommunity.visualstudio.com/spaces/61/index.html",
4953
"_op_documentIdPathDepotMapping": {
5054
"api/": {
5155
"depot_name": "VS.core-docs"
@@ -56,9 +60,6 @@
5660
"ms.prod": {
5761
"api/**.yml": ".net"
5862
},
59-
"ms.topic": {
60-
"api/**.yml": "managed-reference"
61-
},
6263
"langs": {
6364
"api/**.yml": ["csharp", "vb", "cpp"],
6465
"api/System.Convert.yml": ["csharp", "vb", "cpp", "fsharp"]

includes/cppwrt-md.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

includes/crdefault-md.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

includes/vbprvb-md.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

xml/Microsoft.Build.BuildEngine/BuildItemGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
<format type="text/markdown"><![CDATA[
265265
266266
## Remarks
267-
This method allows the caller to use the `foreach` statement of the C# language (`for each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]) to iterate through the individual <xref:Microsoft.Build.BuildEngine.BuildItem> objects in the <xref:Microsoft.Build.BuildEngine.BuildItemGroup>.
267+
This method allows the caller to use the `foreach` statement of the C# language (`for each` in Visual Basic) to iterate through the individual <xref:Microsoft.Build.BuildEngine.BuildItem> objects in the <xref:Microsoft.Build.BuildEngine.BuildItemGroup>.
268268
269269
270270

xml/Microsoft.Build.BuildEngine/BuildItemGroupCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<format type="text/markdown"><![CDATA[
104104
105105
## Remarks
106-
This method allows the caller to use the `foreach` statement of the C# language (`for each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]) to iterate through the individual <xref:Microsoft.Build.BuildEngine.BuildItemGroup> objects in the <xref:Microsoft.Build.BuildEngine.BuildItemGroupCollection>.
106+
This method allows the caller to use the `foreach` statement of the C# language (`for each` in Visual Basic) to iterate through the individual <xref:Microsoft.Build.BuildEngine.BuildItemGroup> objects in the <xref:Microsoft.Build.BuildEngine.BuildItemGroupCollection>.
107107
108108
]]></format>
109109
</remarks>

xml/Microsoft.Build.BuildEngine/BuildPropertyGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
<format type="text/markdown"><![CDATA[
299299
300300
## Remarks
301-
This method allows the caller to use the `foreach` statement of the C# language (`for each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]) to iterate through the individual <xref:Microsoft.Build.BuildEngine.BuildProperty> objects in the <xref:Microsoft.Build.BuildEngine.BuildPropertyGroup>.
301+
This method allows the caller to use the `foreach` statement of the C# language (`for each` in Visual Basic) to iterate through the individual <xref:Microsoft.Build.BuildEngine.BuildProperty> objects in the <xref:Microsoft.Build.BuildEngine.BuildPropertyGroup>.
302302
303303
304304

xml/Microsoft.Build.BuildEngine/BuildPropertyGroupCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<format type="text/markdown"><![CDATA[
104104
105105
## Remarks
106-
This method allows the caller to use the `foreach` statement of the C# language (`for each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]) to iterate through the individual <xref:Microsoft.Build.BuildEngine.BuildPropertyGroup> objects in the <xref:Microsoft.Build.BuildEngine.BuildPropertyGroupCollection>.
106+
This method allows the caller to use the `foreach` statement of the C# language (`for each` in Visual Basic) to iterate through the individual <xref:Microsoft.Build.BuildEngine.BuildPropertyGroup> objects in the <xref:Microsoft.Build.BuildEngine.BuildPropertyGroupCollection>.
107107
108108
]]></format>
109109
</remarks>

xml/Microsoft.Build.BuildEngine/Engine.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ project.EvaluatedProperties[ReservedPropertyNames.toolsPath].FinalValue
388388
<Docs>
389389
<param name="project">The <see cref="T:Microsoft.Build.BuildEngine.Project" /> to build.</param>
390390
<param name="targetNames">An array that contains the <see langword="Name" /> attributes of the Target elements to build.</param>
391-
<param name="targetOutputs">The outputs of the built targets. This parameter can be a null reference (<see langword="Nothing" /> in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]) if outputs are not required.</param>
391+
<param name="targetOutputs">The outputs of the built targets. This parameter can be a null reference (<see langword="Nothing" /> in Visual Basic) if outputs are not required.</param>
392392
<summary>Builds the specified targets of the specified <see cref="T:Microsoft.Build.BuildEngine.Project" />, and returns the outputs of the targets.</summary>
393393
<returns>
394394
<see langword="true" /> if the build was successful; otherwise, <see langword="false" />.</returns>
@@ -417,7 +417,7 @@ project.EvaluatedProperties[ReservedPropertyNames.toolsPath].FinalValue
417417
<Docs>
418418
<param name="project">The <see cref="T:Microsoft.Build.BuildEngine.Project" /> to build.</param>
419419
<param name="targetNames">An array that contains the <see langword="Name" /> attributes of the Target elements to build.</param>
420-
<param name="targetOutputs">The outputs of the built targets. This parameter can be a null reference (<see langword="Nothing" /> in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]) if outputs are not required.</param>
420+
<param name="targetOutputs">The outputs of the built targets. This parameter can be a null reference (<see langword="Nothing" /> in Visual Basic) if outputs are not required.</param>
421421
<param name="buildFlags">The <see cref="T:Microsoft.Build.BuildEngine.BuildSettings" /> to apply to the build.</param>
422422
<summary>Builds the specified targets of the specified <see cref="T:Microsoft.Build.BuildEngine.Project" /> with the specified <see cref="T:Microsoft.Build.BuildEngine.BuildSettings" />, and returns the outputs of the targets.</summary>
423423
<returns>
@@ -587,7 +587,7 @@ project.EvaluatedProperties[ReservedPropertyNames.toolsPath].FinalValue
587587
<param name="projectFile">The project file to load and build.</param>
588588
<param name="targetNames">An array that contains the <see langword="Name" /> attributes of the Target elements to build.</param>
589589
<param name="globalProperties">The <see cref="P:Microsoft.Build.BuildEngine.Engine.GlobalProperties" /> to apply to the build.</param>
590-
<param name="targetOutputs">The outputs of the built targets. This parameter can be a null reference (<see langword="Nothing" /> in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]) if outputs are not required.</param>
590+
<param name="targetOutputs">The outputs of the built targets. This parameter can be a null reference (<see langword="Nothing" /> in Visual Basic) if outputs are not required.</param>
591591
<summary>Loads the specified project file and builds the specified targets of the project with the specified <see cref="P:Microsoft.Build.BuildEngine.Engine.GlobalProperties" />, and returns the outputs of the targets.</summary>
592592
<returns>
593593
<see langword="true" /> if the build was successful; otherwise, <see langword="false" />.</returns>
@@ -619,7 +619,7 @@ project.EvaluatedProperties[ReservedPropertyNames.toolsPath].FinalValue
619619
<param name="projectFile">The project file to load and build.</param>
620620
<param name="targetNames">An array that contains the <see langword="Name" /> attributes of the Target elements to build.</param>
621621
<param name="globalProperties">The <see cref="P:Microsoft.Build.BuildEngine.Engine.GlobalProperties" /> to apply to the build.</param>
622-
<param name="targetOutputs">The outputs of the built targets. This parameter can be a null reference (<see langword="Nothing" /> in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]) if outputs are not required.</param>
622+
<param name="targetOutputs">The outputs of the built targets. This parameter can be a null reference (<see langword="Nothing" /> in Visual Basic) if outputs are not required.</param>
623623
<param name="buildFlags">The <see cref="T:Microsoft.Build.BuildEngine.BuildSettings" /> to apply to the build.</param>
624624
<summary>Loads the specified project file and builds the specified targets of the project with the specified <see cref="T:Microsoft.Build.BuildEngine.BuildSettings" /> and <see cref="P:Microsoft.Build.BuildEngine.Engine.GlobalProperties" />, and returns the outputs of the targets.</summary>
625625
<returns>
@@ -779,7 +779,7 @@ project.EvaluatedProperties[ReservedPropertyNames.toolsPath].FinalValue
779779
<Docs>
780780
<param name="projectFullFileName">The fully qualified file path to the project file of the <see cref="T:Microsoft.Build.BuildEngine.Project" /> object.</param>
781781
<summary>Returns the <see cref="T:Microsoft.Build.BuildEngine.Project" /> object that is associated with the specified project file.</summary>
782-
<returns>The <see cref="T:Microsoft.Build.BuildEngine.Project" /> object that associated with the specified project file. If no <see cref="T:Microsoft.Build.BuildEngine.Project" /> object is associated with the specified project file, the method returns a null reference (<see langword="Nothing" /> in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]).</returns>
782+
<returns>The <see cref="T:Microsoft.Build.BuildEngine.Project" /> object that associated with the specified project file. If no <see cref="T:Microsoft.Build.BuildEngine.Project" /> object is associated with the specified project file, the method returns a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
783783
<remarks>To be added.</remarks>
784784
</Docs>
785785
</Member>

xml/Microsoft.Build.BuildEngine/ImportCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<format type="text/markdown"><![CDATA[
163163
164164
## Remarks
165-
This method allows the caller to use the `foreach` statement of the C# language (`for each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]) to iterate through the individual <xref:Microsoft.Build.BuildEngine.Import> objects in the <xref:Microsoft.Build.BuildEngine.ImportCollection>.
165+
This method allows the caller to use the `foreach` statement of the C# language (`for each` in Visual Basic) to iterate through the individual <xref:Microsoft.Build.BuildEngine.Import> objects in the <xref:Microsoft.Build.BuildEngine.ImportCollection>.
166166
167167
]]></format>
168168
</remarks>

0 commit comments

Comments
 (0)