Skip to content

Commit 3d5d33f

Browse files
authored
Merge pull request #5167 from dotnet/master
Update Live with current Master
2 parents 11f11ca + 0e4aea7 commit 3d5d33f

File tree

11,599 files changed

+1401
-125432
lines changed

Some content is hidden

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

11,599 files changed

+1401
-125432
lines changed

docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115
"_csharplang/spec/*.md": "language-reference",
116116
"_vblang/spec/*.md": "language-reference",
117117
"docs/framework/additional-apis/**/**.md": "managed-reference",
118-
"docs/framework/unmanaged-api/**/**.md": "reference"
118+
"docs/framework/unmanaged-api/**/**.md": "reference",
119+
"docs/fsharp/language-reference/**/**.md": "language-reference"
119120
},
120121
"dev_langs": {
121122
"docs/fsharp/**/**.md": ["fsharp"],

docs/core/additional-tools/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@
22
title: .NET Core additional tools
33
description: An overview of the additional tools that support and extend .NET Core functionality.
44
author: mlacouture
5-
manager: wpickett
65
ms.author: johalex
76
ms.date: 01/19/2018
8-
ms.topic: conceptual
9-
ms.prod: dotnet-core
107
ms.custom: mvc
11-
ms.workload:
12-
- dotnetcore
138
---
149
# .NET Core additional tools
1510

docs/core/additional-tools/wcf-web-service-reference-guide.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@
22
title: Microsoft WCF Web Service Reference Provider Tool
33
description: An overview of the Microsoft WCF Web Service Reference Provider Tool that adds functionality for .NET Core and ASP.NET Core projects, similar to Add Service Reference for .NET Framework projects.
44
author: mlacouture
5-
manager: wpickett
65
ms.author: johalex
76
ms.date: 04/19/2018
8-
ms.topic: conceptual
9-
ms.prod: dotnet-core
107
ms.custom: mvc
11-
ms.workload:
12-
- dotnetcore
138
---
149
# Microsoft WCF Web Service Reference Provider Tool
1510

docs/core/additional-tools/xml-serializer-generator.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
title: Using Microsoft XML Serializer Generator on .NET Core
33
description: An overview of the Microsoft XML Serializer Generator.
44
author: mlacouture
5-
manager: wpickett
65
ms.author: johalex
76
ms.date: 01/19/2017
87
ms.topic: tutorial
9-
ms.prod: dotnet-core
108
ms.custom: mvc
11-
ms.workload:
12-
- dotnetcore
139
---
1410
# Using Microsoft XML Serializer Generator on .NET Core
1511

docs/core/build/distribution-packaging.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ description: Learn how to package, name, and version .NET Core for distribution.
44
author: bleroy
55
ms.author: mairaw
66
ms.date: 06/28/2017
7-
ms.topic: conceptual
8-
ms.prod: dotnet-core
9-
ms.devlang: dotnet
10-
ms.workload:
11-
- dotnetcore
127
---
138

149
# .NET Core distribution packaging

docs/core/build/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ description: Learn how to build .NET Core and the .NET Core CLI from the source
44
author: bleroy
55
ms.author: mairaw
66
ms.date: 06/28/2017
7-
ms.topic: conceptual
8-
ms.prod: dotnet-core
9-
ms.devlang: dotnet
10-
ms.workload:
11-
- dotnetcore
127
---
138

149
# Build .NET Core from source

docs/core/deploying/creating-nuget-packages.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ description: Learn how to create a NuGet package with the 'dotnet pack' command.
44
author: cartermp
55
ms.author: mairaw
66
ms.date: 06/20/2016
7-
ms.topic: conceptual
8-
ms.prod: dotnet-core
97
ms.technology: dotnet-cli
10-
ms.devlang: dotnet
11-
ms.workload:
12-
- dotnetcore
138
---
149

1510
# How to Create a NuGet Package with Cross Platform Tools

docs/core/deploying/deploy-with-cli.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ description: Learn .NET Core app deployment with command-line interface (CLI) to
44
author: rpetrusha
55
ms.author: ronpet
66
ms.date: 04/18/2017
7-
ms.topic: conceptual
8-
ms.prod: dotnet-core
9-
ms.devlang: dotnet
10-
ms.workload:
11-
- dotnetcore
127
---
138

149
# Deploying .NET Core apps with command-line interface (CLI) tools

docs/core/deploying/deploy-with-vs.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ description: Learn .NET Core app deployment with Visual Studio
44
author: rpetrusha
55
ms.author: ronpet
66
ms.date: 04/18/2017
7-
ms.topic: conceptual
8-
ms.prod: dotnet-core
9-
ms.devlang: dotnet
10-
ms.workload:
11-
- dotnetcore
127
---
138

149
# Deploying .NET Core apps with Visual Studio

docs/core/deploying/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ description: Deploying a .NET Core application.
44
author: rpetrusha
55
ms.author: ronpet
66
ms.date: 04/18/2017
7-
ms.topic: conceptual
8-
ms.prod: dotnet-core
9-
ms.devlang: dotnet
10-
ms.workload:
11-
- dotnetcore
127
---
138

149
# .NET Core application deployment

0 commit comments

Comments
 (0)