Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
50 changes: 50 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
{
"redirections": [
{
"source_path": "docs/core/tutorials/with-visual-studio.md",
"redirect_url": "/dotnet/core/tutorials/create-console-app",
"redirect_document_id": false
},
{
"source_path": "docs/core/tutorials/debugging-with-visual-studio.md",
"redirect_url": "/dotnet/core/tutorials/debug-console-app",
"redirect_document_id": false
},
{
"source_path": "docs/core/tutorials/publishing-with-visual-studio.md",
"redirect_url": "/dotnet/core/tutorials/publish-console-app",
"redirect_document_id": false
},
{
"source_path": "docs/core/tutorials/library-with-visual-studio.md",
"redirect_url": "/dotnet/core/tutorials/create-class-library",
"redirect_document_id": false
},
{
"source_path": "docs/core/tutorials/testing-library-with-visual-studio.md",
"redirect_url": "/dotnet/core/tutorials/test-class-library",
"redirect_document_id": false
},
{
"source_path": "docs/core/tutorials/with-visual-studio-code.md",
"redirect_url": "/dotnet/core/tutorials/create-console-app",
"redirect_document_id": true
},
{
"source_path": "docs/core/tutorials/debugging-with-visual-studio-code.md",
"redirect_url": "/dotnet/core/tutorials/debug-console-app",
"redirect_document_id": true
},
{
"source_path": "docs/core/tutorials/publishing-with-visual-studio-code.md",
"redirect_url": "/dotnet/core/tutorials/publish-console-app",
"redirect_document_id": true
},
{
"source_path": "docs/core/tutorials/library-with-visual-studio-code.md",
"redirect_url": "/dotnet/core/tutorials/create-class-library",
"redirect_document_id": true
},
{
"source_path": "docs/core/tutorials/testing-library-with-visual-studio-code.md",
"redirect_url": "/dotnet/core/tutorials/test-class-library",
"redirect_document_id": true
},
{
"source_path": "docs/core/tools/dotnet-migrate.md",
"redirect_url": "/previous-versions/dotnet/fundamentals/tools/dotnet-migrate",
Expand Down
2 changes: 1 addition & 1 deletion docs/core/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ms.custom: "updateeachrelease"

## Other app types

* [Console apps](tutorials/with-visual-studio-code.md)
* [Console apps](tutorials/create-console-app.md)
* [Internet of Things (IoT)](../iot/index.yml)
* [Machine learning](../machine-learning/index.yml)
* [Windows services](/aspnet/core/host-and-deploy/windows-service)
4 changes: 2 additions & 2 deletions docs/core/deploying/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ This article explains the different ways to publish a .NET application. It cover

::: zone pivot="vscode"

For a short tutorial on publishing, see [Tutorial: Publish a .NET console application using Visual Studio Code](../tutorials/publishing-with-visual-studio-code.md).
For a short tutorial on publishing, see [Tutorial: Publish a .NET console application](../tutorials/publish-console-app.md).

::: zone-end

::: zone pivot="visualstudio"

For a short tutorial on publishing, see [Tutorial: Publish a .NET console application using Visual Studio](../tutorials/publishing-with-visual-studio.md).
For a short tutorial on publishing, see [Tutorial: Publish a .NET console application](../tutorials/publish-console-app.md).

::: zone-end

Expand Down
4 changes: 2 additions & 2 deletions docs/core/diagnostics/managed-debuggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Microsoft provides debuggers for managed code in **Visual Studio** and **Visual

**Visual Studio** is an integrated development environment with the most comprehensive debugger available. Visual Studio is an excellent choice for developers working on Windows.

- [Tutorial - Debugging a .NET Core application on Windows with Visual Studio](../tutorials/debugging-with-visual-studio.md)
- [Tutorial - Debugging a .NET application](../tutorials/debug-console-app.md)
- [Debug ASP.NET Core apps in Visual Studio](/visualstudio/debugger/how-to-enable-debugging-for-aspnet-applications#debug-aspnet-core-apps)

While Visual Studio is a Windows application, it can also be used to debug Linux apps running remotely, in WSL, or in Docker containers:
Expand All @@ -26,5 +26,5 @@ While Visual Studio is a Windows application, it can also be used to debug Linux

**Visual Studio Code** is a lightweight cross-platform code editor. It uses the same .NET Core debugger implementation as Visual Studio, but with a simplified user interface.

- [Tutorial - Debugging a .NET Core application with Visual Studio Code](../tutorials/debugging-with-visual-studio-code.md)
- [Tutorial - Debugging a .NET application](../tutorials/debug-console-app.md)
- [Debugging in Visual Studio Code](https://code.visualstudio.com/docs/editor/debugging)
2 changes: 1 addition & 1 deletion docs/core/install/linux-alpine.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ Use the `apk add` command to install the dependencies.

- [.NET CLI overview](../tools/index.md)
- [How to enable TAB completion for the .NET CLI](../tools/enable-tab-autocomplete.md)
- [Tutorial: Create a console application with .NET SDK using Visual Studio Code](../tutorials/with-visual-studio-code.md)
- [Tutorial: Create a console application with .NET](../tutorials/create-console-app.md)
2 changes: 1 addition & 1 deletion docs/core/install/linux-debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ sudo apt install libc6

- [.NET CLI overview](../tools/index.md)
- [How to enable TAB completion for the .NET CLI](../tools/enable-tab-autocomplete.md)
- [Tutorial: Create a console application with .NET SDK using Visual Studio Code](../tutorials/with-visual-studio-code.md)
- [Tutorial: Create a console application with .NET](../tutorials/create-console-app.md)
2 changes: 1 addition & 1 deletion docs/core/install/linux-fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ For more information about solving these problems, see [Troubleshoot `fxr`, `lib

- [.NET CLI overview](../tools/index.md)
- [How to enable TAB completion for the .NET CLI](../tools/enable-tab-autocomplete.md)
- [Tutorial: Create a console application with .NET SDK using Visual Studio Code](../tutorials/with-visual-studio-code.md)
- [Tutorial: Create a console application with .NET](../tutorials/create-console-app.md)
2 changes: 1 addition & 1 deletion docs/core/install/linux-opensuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ For more information about the dependencies, see [Self-contained Linux apps](htt

- [.NET CLI overview](../tools/index.md)
- [How to enable TAB completion for the .NET CLI](../tools/enable-tab-autocomplete.md)
- [Tutorial: Create a console application with .NET SDK using Visual Studio Code](../tutorials/with-visual-studio-code.md)
- [Tutorial: Create a console application with .NET](../tutorials/create-console-app.md)
2 changes: 1 addition & 1 deletion docs/core/install/linux-rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ For more information about solving these problems, see [Troubleshoot `fxr`, `lib

- [.NET CLI overview](../tools/index.md)
- [How to enable TAB completion for the .NET CLI](../tools/enable-tab-autocomplete.md)
- [Tutorial: Create a console application with .NET SDK using Visual Studio Code](../tutorials/with-visual-studio-code.md)
- [Tutorial: Create a console application with .NET](../tutorials/create-console-app.md)
2 changes: 1 addition & 1 deletion docs/core/install/linux-scripted-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ Set the following two environment variables in your shell profile:

- [.NET CLI overview](../tools/index.md)
- [How to enable TAB completion for the .NET CLI](../tools/enable-tab-autocomplete.md)
- [Tutorial: Create a console application with .NET SDK using Visual Studio Code](../tutorials/with-visual-studio-code.md)
- [Tutorial: Create a console application with .NET](../tutorials/create-console-app.md)
2 changes: 1 addition & 1 deletion docs/core/install/linux-sles.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ For more information about the dependencies, see [Self-contained Linux apps](htt

- [.NET CLI overview](../tools/index.md)
- [How to enable TAB completion for the .NET CLI](../tools/enable-tab-autocomplete.md)
- [Tutorial: Create a console application with .NET SDK using Visual Studio Code](../tutorials/with-visual-studio-code.md)
- [Tutorial: Create a console application with .NET](../tutorials/create-console-app.md)
2 changes: 1 addition & 1 deletion docs/core/install/linux-snap-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,4 @@ The certificate location varies by distribution. Here are the locations for the

- [.NET CLI overview](../tools/index.md)
- [How to enable TAB completion for the .NET CLI.](../tools/enable-tab-autocomplete.md)
- [Tutorial: Create a console application with .NET SDK using Visual Studio Code](../tutorials/with-visual-studio-code.md)
- [Tutorial: Create a console application with .NET](../tutorials/create-console-app.md)
2 changes: 1 addition & 1 deletion docs/core/install/linux-ubuntu-decision.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,4 @@ When you install with a package manager, these libraries are installed for you.

- [.NET CLI overview](../tools/index.md)
- [How to enable Tab completion for the .NET CLI](../tools/enable-tab-autocomplete.md)
- [Tutorial: Create a console application with .NET SDK using Visual Studio Code](../tutorials/with-visual-studio-code.md)
- [Tutorial: Create a console application with .NET](../tutorials/create-console-app.md)
2 changes: 1 addition & 1 deletion docs/core/install/linux-ubuntu-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,4 @@ When you install with a package manager, these libraries are installed for you.

- [.NET CLI overview](../tools/index.md)
- [How to enable TAB completion for the .NET CLI.](../tools/enable-tab-autocomplete.md)
- [Tutorial: Create a console application with .NET SDK using Visual Studio Code.](../tutorials/with-visual-studio-code.md)
- [Tutorial: Create a console application with .NET.](../tutorials/create-console-app.md)
2 changes: 1 addition & 1 deletion docs/core/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,5 +352,5 @@ Set the following two environment variables in your shell profile:

- [How to check if .NET is already installed](how-to-detect-installed-versions.md?pivots=os-macos).
- [Working with macOS Catalina notarization](macos-notarization-issues.md).
- [Tutorial: Create a new app with Visual Studio Code](../tutorials/with-visual-studio-code.md).
- [Tutorial: Create a .NET console application](../tutorials/create-console-app.md).
- [Tutorial: Containerize a .NET app](../docker/build-container.md).
3 changes: 1 addition & 2 deletions docs/core/install/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,7 @@ Install the Microsoft Visual C++ 2015-2019 Redistributable ([64-bit][vcc64] or [
- [.NET CLI overview](../tools/index.md)
- [Upgrade to a new .NET version](upgrade.md).
- [How to check if .NET is already installed](how-to-detect-installed-versions.md?pivots=os-windows).
- [Tutorial: Hello World tutorial](../tutorials/with-visual-studio.md).
- [Tutorial: Create a new app with Visual Studio Code](../tutorials/with-visual-studio-code.md).
- [Tutorial: Create a new console application](../tutorials/create-console-app.md).

[esu]: /troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq
[vcc64]: https://aka.ms/vs/16/release/vc_redist.x64.exe
Expand Down
Loading