Skip to content
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

merge code from master to prtest #22

Merged
merged 46 commits into from
Sep 22, 2017
Merged
Changes from 3 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
b1d0fe8
fixed broken link (#3169)
mairaw Sep 18, 2017
f4767ee
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 18, 2017
fc8ef62
fixed pipes in tables (#3163)
mairaw Sep 19, 2017
2d0dfff
added info about relative paths for output (#3042)
mairaw Sep 19, 2017
71258c7
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 19, 2017
51d3e2d
Update how-to-write-a-simple-parallel-for-loop.md (#3174)
whosenbocus Sep 20, 2017
53382d0
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 20, 2017
af9512d
fixed formulas (#3182)
mairaw Sep 20, 2017
54de1d8
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 20, 2017
058c717
simplifying version list (#3176)
mairaw Sep 20, 2017
3536654
Minor fixes : inconsistent wording and some ghost characters (#3171)
Styxxy Sep 20, 2017
84aa428
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 20, 2017
7b7b3ed
Adding C# version history post (#2867)
erikdietrich Sep 20, 2017
9d583c8
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 20, 2017
eb4056d
Learn C# Tutorial (#2306)
BillWagner Sep 20, 2017
9dd64c4
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 20, 2017
433a854
Fix typo: AesCrytpServiceProvider -> AesCryptoServiceProvider (#3185)
chlowell Sep 20, 2017
eceb396
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 20, 2017
b39ad8a
added net core behavior (#3140)
mairaw Sep 20, 2017
d4e91ea
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 20, 2017
f30153d
quick link fix to the hub page (#3193)
BillWagner Sep 21, 2017
f857949
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 21, 2017
377505c
Removed duplicate entry from 'See Also' section (#3195)
ZeeshanAK Sep 21, 2017
6418ad5
removed invisible characters (#3192)
mairaw Sep 21, 2017
2a91ee2
update snippet reference (#3191)
mairaw Sep 21, 2017
ade8b66
fixed broken link (#3190)
mairaw Sep 21, 2017
1c8fb08
clarified example (#3184)
mairaw Sep 21, 2017
47a46e9
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 21, 2017
bb9d7b2
Updating condition(s) under which the method throws (#3152)
stevewhims Sep 21, 2017
612f4fb
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 21, 2017
96512eb
Update mutually recursive functions snippet (#3186)
aliozgur Sep 21, 2017
e6bf84a
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 21, 2017
70abdf8
494407 Corrections to DnsSafeHost and IdnHost (#3143)
stevewhims Sep 21, 2017
c39a418
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 21, 2017
2656807
Improve Suits and Ranks definitions (#3197)
ibqn Sep 21, 2017
1fc3d85
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 21, 2017
ca5c1a7
Fixed Kelvin output, make culture independent (#3157)
paulroho Sep 21, 2017
af1ad32
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 21, 2017
6ab8f52
Fixed Kelvin output, make culture independent (#3159)
paulroho Sep 21, 2017
16b6e65
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 21, 2017
2c0814b
Remove Duplicate Config Definition (#3200)
kellenlask Sep 21, 2017
67349b6
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 21, 2017
81117b1
fixed api link format (#3194)
mairaw Sep 21, 2017
2b5135e
Typo in document - IOne instead of One (#3202)
whosenbocus Sep 22, 2017
dbf6d46
Fix framework in dotnet store command topic (#3188)
guardrex Sep 22, 2017
265a9a0
Merging changes synced from https://github.com/dotnet/docs (branch ma…
Sep 22, 2017
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
9 changes: 4 additions & 5 deletions docs/core/tools/dotnet-publish.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
---
title: dotnet publish command - .NET Core CLI
description: The dotnet publish command publishes your .NET Core project into a directory.
keywords: dotnet-publish, CLI, CLI command, .NET Core
author: blackdwarf
author: mairaw
ms.author: mairaw
ms.date: 08/12/2017
ms.date: 09/01/2017
ms.topic: article
ms.prod: .net-core
ms.technology: dotnet-cli
ms.devlang: dotnet
ms.assetid: f2ef275a-7c5e-430a-8c30-65f52af62771
---
# dotnet publish

@@ -89,6 +86,7 @@ Doesn't perform an implicit restore when running the command.
`-o|--output <OUTPUT_DIRECTORY>`

Specifies the path for the output directory. If not specified, it defaults to *./bin/[configuration]/[framework]/* for a framework-dependent deployment or *./bin/[configuration]/[framework]/[runtime]* for a self-contained deployment.
If a relative path is provided, the output directory generated is relative to the project file location, not to the current working directory.

`--self-contained`

@@ -127,6 +125,7 @@ Specifies one or several [target manifests](../deploying/runtime-store.md) to us
`-o|--output <OUTPUT_DIRECTORY>`

Specifies the path for the output directory. If not specified, it defaults to *./bin/[configuration]/[framework]/* for a framework-dependent deployment or *./bin/[configuration]/[framework]/[runtime]* for a self-contained deployment.
If a relative path is provided, the output directory generated is relative to the project file location, not to the current working directory.

`-r|--runtime <RUNTIME_IDENTIFIER>`

Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
---
title: "LINQ to XML for XPath Users (C#)"
ms.custom: ""
ms.date: "2015-07-20"
ms.prod: .net
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "devlang-csharp"

ms.topic: "article"
dev_langs:
- "CSharp"
ms.assetid: 91774511-1dca-4f06-ac0b-913746f104fe
caps.latest.revision: 3
author: "BillWagner"
ms.author: "wiwagn"

---
# LINQ to XML for XPath Users (C#)
This set of topics show a number of XPath expressions and their [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)] equivalents.
@@ -36,7 +31,7 @@ This set of topics show a number of XPath expressions and their [!INCLUDE[sqltec
|[How to: Find Elements in a Namespace (XPath-LINQ to XML) (C#)](../../../../csharp/programming-guide/concepts/linq/how-to-find-elements-in-a-namespace-xpath-linq-to-xml.md)|Compares the use of the XPath <xref:System.Xml.XmlNamespaceManager> class with the [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)] <xref:System.Xml.Linq.XName.Namespace%2A> property of the <xref:System.Xml.Linq.XName> class for working with XML namespaces.<br /><br /> The associated XPath expression is:`"./aw:*"`|
|[How to: Find Preceding Siblings (XPath-LINQ to XML) (C#)](../../../../csharp/programming-guide/concepts/linq/how-to-find-preceding-siblings-xpath-linq-to-xml.md)|Compares the XPath `preceding-sibling` axis to the [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)] child <xref:System.Xml.Linq.XNode.ElementsBeforeSelf%2A?displayProperty=fullName> axis.<br /><br /> The associated XPath expression is:`"preceding-sibling::*"`|
|[How to: Find Descendants of a Child Element (XPath-LINQ to XML) (C#)](../../../../csharp/programming-guide/concepts/linq/how-to-find-descendants-of-a-child-element-xpath-linq-to-xml.md)|Compares how to get the descendant elements of a child element with a particular name with XPath and [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)].<br /><br /> The associated XPath expression is:`"./Paragraph//Text/text()"`|
|[How to: Find a Union of Two Location Paths (XPath-LINQ to XML) (C#)](../../../../csharp/programming-guide/concepts/linq/how-to-find-a-union-of-two-location-paths-xpath-linq-to-xml.md)|Compares the use of the union operator, `&#124;`, in XPath with the <xref:System.Linq.Enumerable.Concat%2A> standard query operator in [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)].<br /><br /> The associated XPath expression is:`"//Category&#124;//Price"`|
|[How to: Find a Union of Two Location Paths (XPath-LINQ to XML) (C#)](../../../../csharp/programming-guide/concepts/linq/how-to-find-a-union-of-two-location-paths-xpath-linq-to-xml.md)|Compares the use of the union operator, <code>&#124;</code>, in XPath with the <xref:System.Linq.Enumerable.Concat%2A> standard query operator in [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)].<br /><br /> The associated XPath expression is:<code>"//Category&#124;//Price"</code>|
|[How to: Find Sibling Nodes (XPath-LINQ to XML) (C#)](../../../../csharp/programming-guide/concepts/linq/how-to-find-sibling-nodes-xpath-linq-to-xml.md)|Compares how to find all siblings of a node that have a specific name with XPath and [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)].<br /><br /> The associated XPath expression is:`"../Book"`|
|[How to: Find an Attribute of the Parent (XPath-LINQ to XML) (C#)](../../../../csharp/programming-guide/concepts/linq/how-to-find-an-attribute-of-the-parent-xpath-linq-to-xml.md)|Compares how to navigate to the parent element and find an associated attribute using XPath and [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)].<br /><br /> The associated XPath expression is:`"../@id"`|
|[How to: Find Attributes of Siblings with a Specific Name (XPath-LINQ to XML) (C#)](../../../../csharp/programming-guide/concepts/linq/how-to-find-attributes-of-siblings-with-a-specific-name-xpath-linq-to-xml.md)|Compares how to find specific attributes of the siblings of the context node with XPath and [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)].<br /><br /> The associated XPath expression is:`"``../Book/@id``"`|
2 changes: 1 addition & 1 deletion docs/framework/tools/ngen-exe-native-image-generator.md
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ ngen /? | /help
|`uninstall` [`assemblyName` &#124; `assemblyPath`] [`scenarios`] [`config`]|Delete the native images of an assembly and its dependencies from the native image cache.<br /><br /> To uninstall a single image and its dependencies, use the same command-line arguments that were used to install the image. **Note:** Starting with the [!INCLUDE[net_v40_long](../../../includes/net-v40-long-md.md)], the action `uninstall` * is no longer supported.|
|`update` [`/queue`]|Update native images that have become invalid.<br /><br /> If `/queue` is specified, the updates are queued for the native image service. Updates are always scheduled at priority 3, so they run when the computer is idle.|
|`display` [`assemblyName` &#124; `assemblyPath`]|Display the state of the native images for an assembly and its dependencies.<br /><br /> If no argument is supplied, everything in the native image cache is displayed.|
|`executeQueuedItems` [`1``&#124;``2``&#124;``3`]<br /><br /> -or-<br /><br /> `eqi` [1&#124;2&#124;3]|Execute queued compilation jobs.<br /><br /> If a priority is specified, compilation jobs with greater or equal priority are executed. If no priority is specified, all queued compilation jobs are executed.|
|`executeQueuedItems` [<code>1&#124;2&#124;3</code>]<br /><br /> -or-<br /><br /> `eqi` [1&#124;2&#124;3]|Execute queued compilation jobs.<br /><br /> If a priority is specified, compilation jobs with greater or equal priority are executed. If no priority is specified, all queued compilation jobs are executed.|
|`queue` {`pause` &#124; `continue` &#124; `status`}|Pause the native image service, allow the paused service to continue, or query the status of the service.|

<a name="ArgumentTable"></a>
Original file line number Diff line number Diff line change
@@ -53,11 +53,11 @@ ComSvcConfig.exe /install | /uninstall | /list [/application:<ApplicationID | Ap

|Option|Description|
|------------|-----------------|
|`/application:<` *ApplicationID* `&#124;` *ApplicationName* `>`|Specifies the COM+ application to configure.<br /><br /> Short form `/a`.|
|`/contract:<` *ClassID* `&#124;` *ProgID* `&#124; *,` *InterfaceID* `&#124;` *InterfaceName* `&#124; *` `>`|Specifies the COM+ component and interface that will be configured as the contract for the service.<br /><br /> Short form `/c`.<br /><br /> While the wildcard character (*) can be used when you specify the component and interface names, we recommend that you do not use it, because you might expose interfaces that you did not intend to.|
|`/hosting:<` *complus* `&#124;` *was* `>`|Specifies whether to use the COM+ hosting mode or the Web hosting mode.<br /><br /> Short form `/h`.<br /><br /> Using the COM+ hosting mode requires explicit activation of the COM+ application. Using the Web hosting mode allows the COM+ application to be automatically activated as required. If the COM+ application is a library application, it runs in the Internet Information Services (IIS) process. If the COM+ application is a server application, it runs in the Dllhost.exe process.|
|`/webSite:<` *WebsiteName* `>`|Specifies the Web site for hosting when Web hosting mode is used (see the `/hosting` flag).<br /><br /> Short form `/w`.<br /><br /> If no Web site is specified, the default Web site is used.|
|`/webDirectory:<` *WebDirectoryName* `>`|Specifies the virtual directory for hosting when Web hosting is used (see the `/hosting` flag).<br /><br /> Short form `/d`.|
|`/application:` \<*ApplicationID* &#124; *ApplicationName*\>|Specifies the COM+ application to configure.<br /><br /> Short form `/a`.|
|`/contract:` \<*ClassID* &#124; *ProgID* &#124; \*,*InterfaceID* &#124; *InterfaceName* &#124; \*\>|Specifies the COM+ component and interface that will be configured as the contract for the service.<br /><br /> Short form `/c`.<br /><br /> While the wildcard character (\*) can be used when you specify the component and interface names, we recommend that you do not use it, because you might expose interfaces that you did not intend to.|
|`/hosting:` \<*complus* &#124; *was*\>|Specifies whether to use the COM+ hosting mode or the Web hosting mode.<br /><br /> Short form `/h`.<br /><br /> Using the COM+ hosting mode requires explicit activation of the COM+ application. Using the Web hosting mode allows the COM+ application to be automatically activated as required. If the COM+ application is a library application, it runs in the Internet Information Services (IIS) process. If the COM+ application is a server application, it runs in the Dllhost.exe process.|
|`/webSite:` \<*WebsiteName*\>|Specifies the Web site for hosting when Web hosting mode is used (see the `/hosting` flag).<br /><br /> Short form `/w`.<br /><br /> If no Web site is specified, the default Web site is used.|
|`/webDirectory:` \<*WebDirectoryName*\>|Specifies the virtual directory for hosting when Web hosting is used (see the `/hosting` flag).<br /><br /> Short form `/d`.|
|`/mex`|Adds a Metadata Exchange (MEX) service endpoint to the default service configuration to support clients that want to retrieve a contract definition from the service.<br /><br /> Short form `/x`.|
|`/id`|Displays the application, component, and interface information as IDs.<br /><br /> Short form `/k`.|
|`/nologo`|Prevents ComSvcConfig.exe from displaying its logo.<br /><br /> Short form `/n`.|
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
---
title: "LINQ to XML for XPath Users (Visual Basic)"
ms.custom: ""
ms.date: "2015-07-20"
ms.prod: .net
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "devlang-visual-basic"
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "VB"
ms.assetid: 0e64911c-a7cc-4c20-b927-ca99078b5656
caps.latest.revision: 3
author: dotnet-bot
ms.author: dotnetcontent

---
# LINQ to XML for XPath Users (Visual Basic)

This set of topics show a number of XPath expressions and their [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)] equivalents.

All of the examples use the XPath functionality in [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)] that is made available by the extension methods in <xref:System.Xml.XPath.Extensions?displayProperty=fullName>. The examples execute both the XPath expression and the [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)] expression. Each example then compares the results of both queries, validating that the XPath expression is functionally equivalent to the [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)] query. As both types of queries return nodes from the same XML tree, the query result comparison is made using referential identity.
@@ -36,7 +32,7 @@ This set of topics show a number of XPath expressions and their [!INCLUDE[sqltec
|[How to: Find Elements in a Namespace (XPath-LINQ to XML) (Visual Basic)](../../../../visual-basic/programming-guide/concepts/linq/how-to-find-elements-in-a-namespace.md)|Compares the use of the XPath <xref:System.Xml.XmlNamespaceManager> class with the [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)] <xref:System.Xml.Linq.XName.Namespace%2A> property of the <xref:System.Xml.Linq.XName> class for working with XML namespaces.<br /><br /> The associated XPath expression is:`"./aw:*"`|
|[How to: Find Preceding Siblings (XPath-LINQ to XML) (Visual Basic)](../../../../visual-basic/programming-guide/concepts/linq/how-to-find-preceding-siblings-xpath-linq-to-xml.md)|Compares the XPath `preceding-sibling` axis to the [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)] child <xref:System.Xml.Linq.XNode.ElementsBeforeSelf%2A?displayProperty=fullName> axis.<br /><br /> The associated XPath expression is:`"preceding-sibling::*"`|
|[How to: Find Descendants of a Child Element (XPath-LINQ to XML) (Visual Basic)](../../../../visual-basic/programming-guide/concepts/linq/how-to-find-descendants-of-a-child-element-xpath-linq-to-xml.md)|Compares how to get the descendant elements of a child element with a particular name with XPath and [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)].<br /><br /> The associated XPath expression is:`"./Paragraph//Text/text()"`|
|[How to: Find a Union of Two Location Paths (XPath-LINQ to XML) (Visual Basic)](../../../../visual-basic/programming-guide/concepts/linq/how-to-find-a-union-of-two-location-paths-xpath.md)|Compares the use of the union operator, `&#124;`, in XPath with the <xref:System.Linq.Enumerable.Concat%2A> standard query operator in [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)].<br /><br /> The associated XPath expression is:`"//Category&#124;//Price"`|
|[How to: Find a Union of Two Location Paths (XPath-LINQ to XML) (Visual Basic)](../../../../visual-basic/programming-guide/concepts/linq/how-to-find-a-union-of-two-location-paths-xpath.md)|Compares the use of the union operator, <code>&#124;</code>, in XPath with the <xref:System.Linq.Enumerable.Concat%2A> standard query operator in [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)].<br /><br /> The associated XPath expression is:<code>"//Category&#124;//Price"</code>|
|[How to: Find Sibling Nodes (XPath-LINQ to XML) (Visual Basic)](../../../../visual-basic/programming-guide/concepts/linq/how-to-find-sibling-nodes-xpath-linq-to-xml.md)|Compares how to find all siblings of a node that have a specific name with XPath and [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)].<br /><br /> The associated XPath expression is:`"../Book"`|
|[How to: Find an Attribute of the Parent (XPath-LINQ to XML) (Visual Basic)](../../../../visual-basic/programming-guide/concepts/linq/how-to-find-an-attribute-of-the-parent-xpath-linq-to-xml.md)|Compares how to navigate to the parent element and find an associated attribute using XPath and [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)].<br /><br /> The associated XPath expression is:`"../@id"`|
|[How to: Find Attributes of Siblings with a Specific Name (XPath-LINQ to XML) (Visual Basic)](../../../../visual-basic/programming-guide/concepts/linq/how-to-find-attributes-of-siblings-with-a-specific-name.md)|Compares how to find specific attributes of the siblings of the context node with XPath and [!INCLUDE[sqltecxlinq](~/includes/sqltecxlinq-md.md)].<br /><br /> The associated XPath expression is:`"``../Book/@id``"`|