Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ddf3057
framework metadata updates (#5115)
mairaw May 2, 2018
ce55408
framework metadata updates (#5117)
mairaw May 2, 2018
91f7ef6
framework metadata updates (#5116)
mairaw May 2, 2018
65270a1
Verbatim interpolated strings: escape brace sequences are not interpr…
pkulikov May 3, 2018
3d62d5c
Corrected spelling mistake (#5149)
GeorgeKouk May 3, 2018
3cac401
Replace WCF token, part 1 (#5096)
ErlendLandro May 3, 2018
0bec7f1
Replace WCF token with plain text, part 2 (#5098)
ErlendLandro May 3, 2018
78c12ce
framework metadata updates (#5131)
mairaw May 3, 2018
be61064
C# metadata updates (#5142)
mairaw May 3, 2018
13a0f14
C# metadata updates - part 2 (#5143)
mairaw May 3, 2018
b301fe4
framework metadata updates (#5133)
mairaw May 3, 2018
96ec766
framework metadata updates (#5132)
mairaw May 3, 2018
db4acce
framework metadata updates (#5134)
mairaw May 3, 2018
ceb9683
framework metadata updates (#5135)
mairaw May 3, 2018
d7642a5
framework metadata updates (#5136)
mairaw May 3, 2018
10de0a2
framework metadata updates (#5137)
mairaw May 3, 2018
35d4f3e
framework metadata updates (#5138)
mairaw May 3, 2018
05a4ab2
Use using statement instead of Close() (#5147)
theazgra May 3, 2018
c024853
fsharp metadata updates - round 2 (#5141)
mairaw May 3, 2018
37657ce
C# metadata updates - part 3 (#5144)
mairaw May 3, 2018
09d1d39
C# metadata updates - part 4 (#5145)
mairaw May 3, 2018
af4b6a2
framework metadata updates (#5139)
mairaw May 3, 2018
cdee9c7
core metadata updates - round 2 (#5140)
mairaw May 4, 2018
0297098
vb metadata updates part 1 (#5159)
mairaw May 4, 2018
5919fb1
vb metadata updates part 2 (#5160)
mairaw May 4, 2018
acaf2ee
vb metadata updates part 3 (#5161)
mairaw May 4, 2018
846b68a
vb metadata updates part 4 (#5162)
mairaw May 4, 2018
0e4aea7
vb metadata updates part 5 (#5163)
mairaw May 4, 2018
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
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
"_csharplang/spec/*.md": "language-reference",
"_vblang/spec/*.md": "language-reference",
"docs/framework/additional-apis/**/**.md": "managed-reference",
"docs/framework/unmanaged-api/**/**.md": "reference"
"docs/framework/unmanaged-api/**/**.md": "reference",
"docs/fsharp/language-reference/**/**.md": "language-reference"
},
"dev_langs": {
"docs/fsharp/**/**.md": ["fsharp"],
Expand Down
5 changes: 0 additions & 5 deletions docs/core/additional-tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@
title: .NET Core additional tools
description: An overview of the additional tools that support and extend .NET Core functionality.
author: mlacouture
manager: wpickett
ms.author: johalex
ms.date: 01/19/2018
ms.topic: conceptual
ms.prod: dotnet-core
ms.custom: mvc
ms.workload:
- dotnetcore
---
# .NET Core additional tools

Expand Down
5 changes: 0 additions & 5 deletions docs/core/additional-tools/wcf-web-service-reference-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@
title: Microsoft WCF Web Service Reference Provider Tool
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.
author: mlacouture
manager: wpickett
ms.author: johalex
ms.date: 04/19/2018
ms.topic: conceptual
ms.prod: dotnet-core
ms.custom: mvc
ms.workload:
- dotnetcore
---
# Microsoft WCF Web Service Reference Provider Tool

Expand Down
4 changes: 0 additions & 4 deletions docs/core/additional-tools/xml-serializer-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
title: Using Microsoft XML Serializer Generator on .NET Core
description: An overview of the Microsoft XML Serializer Generator.
author: mlacouture
manager: wpickett
ms.author: johalex
ms.date: 01/19/2017
ms.topic: tutorial
ms.prod: dotnet-core
ms.custom: mvc
ms.workload:
- dotnetcore
---
# Using Microsoft XML Serializer Generator on .NET Core

Expand Down
5 changes: 0 additions & 5 deletions docs/core/build/distribution-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Learn how to package, name, and version .NET Core for distribution.
author: bleroy
ms.author: mairaw
ms.date: 06/28/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---

# .NET Core distribution packaging
Expand Down
5 changes: 0 additions & 5 deletions docs/core/build/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Learn how to build .NET Core and the .NET Core CLI from the source
author: bleroy
ms.author: mairaw
ms.date: 06/28/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---

# Build .NET Core from source
Expand Down
5 changes: 0 additions & 5 deletions docs/core/deploying/creating-nuget-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ description: Learn how to create a NuGet package with the 'dotnet pack' command.
author: cartermp
ms.author: mairaw
ms.date: 06/20/2016
ms.topic: conceptual
ms.prod: dotnet-core
ms.technology: dotnet-cli
ms.devlang: dotnet
ms.workload:
- dotnetcore
---

# How to Create a NuGet Package with Cross Platform Tools
Expand Down
5 changes: 0 additions & 5 deletions docs/core/deploying/deploy-with-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Learn .NET Core app deployment with command-line interface (CLI) to
author: rpetrusha
ms.author: ronpet
ms.date: 04/18/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---

# Deploying .NET Core apps with command-line interface (CLI) tools
Expand Down
5 changes: 0 additions & 5 deletions docs/core/deploying/deploy-with-vs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Learn .NET Core app deployment with Visual Studio
author: rpetrusha
ms.author: ronpet
ms.date: 04/18/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---

# Deploying .NET Core apps with Visual Studio
Expand Down
5 changes: 0 additions & 5 deletions docs/core/deploying/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Deploying a .NET Core application.
author: rpetrusha
ms.author: ronpet
ms.date: 04/18/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---

# .NET Core application deployment
Expand Down
5 changes: 0 additions & 5 deletions docs/core/deploying/reducing-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Reduce package dependencies when authoring project.json-based libra
author: cartermp
ms.author: mairaw
ms.date: 06/20/2016
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# Reducing Package Dependencies with project.json

Expand Down
5 changes: 0 additions & 5 deletions docs/core/deploying/runtime-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: This topic explains the runtime package store and target manifests
author: bleroy
ms.author: mairaw
ms.date: 08/12/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# Runtime package store

Expand Down
6 changes: 0 additions & 6 deletions docs/core/docker/building-net-docker-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ author: jralexander
ms.author: johalex
ms.date: 11/06/2017
ms.topic: tutorial
ms.prod: dotnet-core
ms.technology: dotnet-docker
ms.devlang: dotnet
ms.custom: mvc
manager: wpickett
ms.workload:
- dotnetcore
---
# Building Docker Images for .NET Core Applications

Expand Down
6 changes: 0 additions & 6 deletions docs/core/docker/docker-basics-dotnet-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ author: jralexander
ms.author: johalex
ms.date: 11/06/2017
ms.topic: tutorial
ms.prod: dotnet-core
ms.technology: dotnet-docker
ms.devlang: dotnet
ms.custom: mvc
manager: wpickett
ms.workload:
- dotnetcore
---

# Learn Docker Basics with .NET Core
Expand Down
6 changes: 0 additions & 6 deletions docs/core/docker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ description: Learn about using Docker with .NET Core using these fun tutorials.
author: jralexander
ms.author: johalex
ms.date: 01/10/2018
ms.topic: conceptual
ms.prod: dotnet-core
ms.technology: dotnet-docker
ms.devlang: dotnet
ms.workload:
- dotnetcore
---

# Docker and .NET Core
Expand Down
7 changes: 0 additions & 7 deletions docs/core/docker/intro-net-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@ description: Understanding Docker and .NET Core
author: jralexander
ms.author: johalex
ms.date: 11/06/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.technology: dotnet-docker
ms.devlang: dotnet
manager: wpickett
ms.custom: mvc
ms.workload:
- dotnetcore
---
# Introduction to .NET and Docker

Expand Down
5 changes: 0 additions & 5 deletions docs/core/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Find resources to learn how to build .NET Core applications on Wind
author: johalex
ms.author: johalex
ms.date: 09/14/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# Get started with .NET Core

Expand Down
5 changes: 0 additions & 5 deletions docs/core/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: .NET Core is a modular, high-performance implementation of .NET for
author: richlander
ms.author: mairaw
ms.date: 06/20/2016
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# .NET Core Guide

Expand Down
5 changes: 0 additions & 5 deletions docs/core/linux-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Supported Linux versions and .NET Core dependencies to develop, dep
author: jralexander
ms.author: johalex
ms.date: 04/19/2018
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# Prerequisites for .NET Core on Linux

Expand Down
5 changes: 0 additions & 5 deletions docs/core/macos-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Supported macOS versions and .NET Core dependencies to develop, dep
author: guardrex
ms.author: mairaw
ms.date: 09/27/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# Prerequisites for .NET Core on macOS

Expand Down
5 changes: 0 additions & 5 deletions docs/core/migration/from-dnx.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Migrate from using DNX tooling to .NET Core CLI tooling.
author: blackdwarf
ms.author: mairaw
ms.date: 06/20/2016
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# Migrating from DNX to .NET Core CLI (project.json)

Expand Down
5 changes: 0 additions & 5 deletions docs/core/migration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: .NET Core project.json to csproj migration
author: blackdwarf
ms.author: mairaw
ms.date: 07/19/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# Migrating .NET Core projects to the .csproj format

Expand Down
5 changes: 0 additions & 5 deletions docs/core/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Learn terminology for packages, metapackages, and frameworks.
author: richlander
ms.author: mairaw
ms.date: 06/20/2016
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# Packages, metapackages and frameworks

Expand Down
5 changes: 0 additions & 5 deletions docs/core/porting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Understand the porting process and discover tools you may find help
author: cartermp
ms.author: mairaw
ms.date: 06/20/2016
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# Porting to .NET Core from .NET Framework

Expand Down
5 changes: 0 additions & 5 deletions docs/core/porting/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Learn how to port library projects from the .NET Framework to .NET
author: cartermp
ms.author: mairaw
ms.date: 07/14/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# Porting to .NET Core - Libraries

Expand Down
5 changes: 0 additions & 5 deletions docs/core/porting/project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Help for project owners who want to compile their solution against
author: conniey
ms.author: mairaw
ms.date: 04/06/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# Organizing your project to support .NET Framework and .NET Core

Expand Down
4 changes: 0 additions & 4 deletions docs/core/porting/third-party-deps.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Learn how to analyze third-party dependencies in order to port your
author: cartermp
ms.author: mairaw
ms.date: 02/15/2018
ms.topic: conceptual
ms.prod: dotnet-core
ms.workload:
- dotnetcore
---
# Analyze your third-party dependencies

Expand Down
4 changes: 0 additions & 4 deletions docs/core/porting/windows-compat-pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Learn about the Windows Compatibility Pack and how can you use it t
author: terrajobst
ms.author: mairaw
ms.date: 11/13/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.workload:
- dotnetcore
---
# Using the Windows Compatibility Pack

Expand Down
4 changes: 0 additions & 4 deletions docs/core/rid-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Learn about the Runtime IDentifier (RID) and how RIDs are used in .
author: mairaw
ms.author: mairaw
ms.date: 09/07/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.workload:
- dotnetcore
---
# .NET Core RID Catalog

Expand Down
5 changes: 0 additions & 5 deletions docs/core/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ description: Find out about the .NET Core SDK, which is a set of libraries and t
author: blackdwarf
ms.author: mairaw
ms.date: 06/20/2016
ms.topic: conceptual
ms.prod: dotnet-core
ms.technology: dotnet-cli
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# .NET Core SDK Overview

Expand Down
5 changes: 0 additions & 5 deletions docs/core/testing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Unit testing has never been easier. See how to use unit testing in
author: ardalis
ms.author: wiwagn
ms.date: 08/30/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# Unit Testing in .NET Core and .NET Standard

Expand Down
5 changes: 0 additions & 5 deletions docs/core/testing/selective-unit-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: Shows you how to use a filter expression to run selective unit test
author: smadala
ms.author: mairaw
ms.date: 03/22/2017
ms.topic: conceptual
ms.prod: dotnet-core
ms.devlang: dotnet
ms.workload:
- dotnetcore
---
# Running selective unit tests

Expand Down
Loading