Skip to content

Commit

Permalink
Documentation for .NET Core Uninstall Tool (#15288)
Browse files Browse the repository at this point in the history
* Added documentation for .NET Core Uninstall Tool

* Revised .NET Core Uninstall Tool documentation for wordings

* Removed locale parameters from links

* Fixed a typo in .NET Core Uninstall Tool documentation

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Update docs/core/additional-tools/index.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Fixed numberings in the documentation

* Removed --do-it option and added --dry-run and --yes/-y options

* Updated examples with new options and re-ordering

* Added section for VS dependencies on .NET Core SDKs

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Corrected information on macOS

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Fixed typos

* Removed locale code from URLs

* Added explanation of NuGetFallbackFolder

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Update docs/core/additional-tools/index.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Update docs/core/versions/remove-runtime-sdk-versions.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Update docs/core/versions/remove-runtime-sdk-versions.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Fixed syntax errors

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Fixed syntax errors

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Fixed syntax errors

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Added paragraphs for NuGetFallbackFolder

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Added small changes

* Added small changes

* Fixed some issues with options

* Changed the wording from 'uninstall' to 'remove'

* Update docs/core/additional-tools/dotnet-core-uninstall.md

Co-Authored-By: Kathleen Dollard <[email protected]>

* Changed the wording from 'remove' to 'delete' for the tool itself

* Added an example with response files

* Updating docs for command restructure of uninstall tool, updating based on PR feedback

* Apply Kathleen's suggestions from code review

Co-Authored-By: Kathleen Dollard <[email protected]>

* Fix Markdown issues from lint

* Updating release page, uninstall directions, and examples

* Adding tab ending to uninstall directions

* Updating heading levels for markdown linting

* edits

* update metadata

* Rename dotnet-core-uninstall.md to uninstall-tool.md

* Updating uninstall tool docs based on PR feedback

* more edits

* fix broken link

* update ms.date

* remove bad character

* edits

* roll back ms.custom

* fix anchor name

* move entry up

* add TOC entry

* test zones

* rearrange headings

* remove extra line

* fix formstting

* remove zones

* Update uninstall-tool.md

* add tracking metadata

* add mini script with links

* add note about VS 16.3+
  • Loading branch information
sfoslund authored and mairaw committed Dec 18, 2019
1 parent 7745174 commit 6555887
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 7 deletions.
6 changes: 5 additions & 1 deletion docs/core/additional-tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
title: .NET Core additional CLI tools
description: An overview of the additional tools you can install that support and extend .NET Core functionality.
author: mlacouture
ms.date: 11/27/2018
ms.date: 12/02/2019
ms.custom: "mvc, seodec18"
---
# .NET Core additional tools overview

This section compiles a list of tools that support and extend the .NET Core functionality, in addition to the [.NET Core command-line interface (CLI)](../tools/index.md) tools.

## [.NET Core Uninstall Tool](uninstall-tool.md)

The [.NET Core Uninstall Tool](https://dotnet.microsoft.com/download/dotnet-core/uninstall-tool) (`dotnet-core-uninstall`) lets you clean-up .NET Core SDKs and Runtimes on a system such that only the specified versions remain. A collection of options is available to specify which versions are uninstalled.

## [WCF Web Service Reference tool](wcf-web-service-reference-guide.md)

The WCF (Windows Communication Foundation) Web Service Reference is a Visual Studio connected service provider that made its debut in [Visual Studio 2017 version 15.5](/visualstudio/releasenotes/vs2017-relnotes-v15.5#WCFTools). This tool retrieves metadata from a web service in the current solution, on a network location, or from a WSDL file, and generates a source file compatible with .NET Core, defining a WCF proxy class with methods that you can use to access the web service operations.
Expand Down
Loading

0 comments on commit 6555887

Please sign in to comment.