Skip to content

Commit d3ade66

Browse files
authored
Merge branch 'main' into pythonupdates
2 parents fcdb2ac + c2aa6ab commit d3ade66

File tree

206 files changed

+4922
-3376
lines changed

Some content is hidden

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

206 files changed

+4922
-3376
lines changed

.github/workflows/stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
exempt-issue-labels: 'exempt'
3030
remove-stale-when-updated: true
3131
days-before-close: 14
32-
days-before-issue-stale: 180
32+
days-before-issue-stale: 90
3333
days-before-pr-stale: -1
3434
operations-per-run: 500

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "docs/msbuild/updating-an-existing-application.md",
5+
"redirect_url": "/visualstudio/msbuild/find-and-use-msbuild-versions",
6+
"redirect_document_id": true
7+
},
38
{
49
"source_path": "docs/python/managing-python-on-azure-app-service.md",
510
"redirect_url": "/azure/app-service/quickstart-python",
@@ -3020,6 +3025,11 @@
30203025
"redirect_url": "/visualstudio/data-tools/save-data-back-to-the-database",
30213026
"redirect_document_id": false
30223027
},
3028+
{
3029+
"source_path": "docs/debugger/remote-debugging-aks-on-linux-with-ssh.md",
3030+
"redirect_url": "/visualstudio/debugger/remote-debugging-dotnet-core-linux-with-ssh",
3031+
"redirect_document_id": false
3032+
},
30233033
{
30243034
"source_path": "docs/debugger/using-run-time-checks-without-the-c-run-time-library.md",
30253035
"redirect_url": "/visualstudio/debugger/how-to-use-native-run-time-checks",
@@ -3910,6 +3920,11 @@
39103920
"redirect_url": "/visualstudio/xaml-tools/creating-a-ui-by-using-xaml-designer-in-visual-studio",
39113921
"redirect_document_id": true
39123922
},
3923+
{
3924+
"source_path": "docs/designers/getting-started-with-wpf.md",
3925+
"redirect_url": "/visualstudio/get-started/csharp/tutorial-wpf",
3926+
"redirect_document_id": true
3927+
},
39133928
{
39143929
"source_path": "docs/debugger/debug-xaml-in-blend.md",
39153930
"redirect_url": "/visualstudio/xaml-tools/debug-xaml-in-blend",

docs/azure/azure-cosmosdb-add-connected-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The connected service functionality adds all the needed references and connectio
5555

5656
If you need to create a database, go to the next step. Otherwise, skip to step 7.
5757

58-
![Add existing Cosmos DB to project](./media/azure-cosmosdb-add-connected-service/created-cosmosdb.png)
58+
![Add existing Azure Cosmos DB to project](./media/azure-cosmosdb-add-connected-service/created-cosmosdb.png)
5959

6060
1. To create an Azure Cosmos DB:
6161

docs/azure/vs-azure-tools-storage-resources-server-explorer-browse-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The following image shows a queue that contains two messages:
151151

152152
![Viewing a queue](./media/vs-azure-tools-storage-resources-server-explorer-browse-manage/IC651470.png)
153153

154-
For more information about storage services queues, see [Get started with Azure Queue storage using .NET](/azure/storage/queues/storage-dotnet-how-to-use-queues). For information about the web service for storage services queues, see [Queue Service Concepts](/rest/api/storageservices/Queue-Service-Concepts). For information about how to send messages to a storage services queue by using Visual Studio, see [Sending Messages to a Storage Services Queue](/azure/visual-studio/vs-storage-cloud-services-getting-started-queues).
154+
For more information about storage services queues, see [Get started with Azure Queue storage using .NET](/azure/storage/queues/storage-dotnet-how-to-use-queues). For information about the web service for storage services queues, see [Queue Service Concepts](/rest/api/storageservices/Queue-Service-Concepts). For information about how to send messages to a storage services queue by using Visual Studio, see [Sending Messages to a Storage Services Queue](/previous-versions/azure/visual-studio/vs-storage-cloud-services-getting-started-queues).
155155

156156
> [!NOTE]
157157
> Storage services queues are distinct from Azure Service Bus queues. For more information about Service Bus queues, see [Service Bus queues, topics, and subscriptions](/azure/service-bus-messaging/service-bus-queues-topics-subscriptions).

docs/code-quality/code-metrics-cyclomatic-complexity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ Watson, A. H., & McCabe, T. J. (1996). Structured Testing: A Testing Methodology
8888

8989
### SATC
9090

91-
Rosenberg, L., Hammer, T., Shaw, J. (1998). Software Metrics and Reliability (Proceedings of IEEE International Symposium on Software Reliability Engineering). Retrieved May 14, 2011, from Penn State University web site: [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.104.4041&rep=rep1&type=pdf](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.104.4041&rep=rep1&type=pdf)
91+
Rosenberg, L., Hammer, T., Shaw, J. (1998). Software Metrics and Reliability (Proceedings of IEEE International Symposium on Software Reliability Engineering). Retrieved May 14, 2011, from Penn State University web site: [https://citeseerx.ist.psu.edu/pdf/31e3f5732a7af3aecd364b6cc2a85d9495b5c159](https://citeseerx.ist.psu.edu/pdf/31e3f5732a7af3aecd364b6cc2a85d9495b5c159)

docs/code-quality/roslyn-analyzers-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Code analysis using Roslyn analyzers
2+
title: Code analysis using Roslyn analyzers
33
ms.date: 01/15/2022
44
description: Become familiar with source code analysis in Visual Studio. Learn about code fixes and the different types of analyzers and severity levels.
55
ms.custom: SEO-VS-2020, devdivchpfy22

docs/containers/edit-and-refresh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: jmartens
77
ms.assetid: 480e3062-aae7-48ef-9701-e4f9ea041382
88
ms.topic: how-to
99
ms.workload: multiple
10-
ms.date: 10/27/2021
10+
ms.date: 10/07/2022
1111
ms.technology: vs-container-tools
1212
---
1313
# Debug apps in a local Docker container

docs/containers/troubleshooting-docker-errors.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Troubleshoot problems you encounter when using Visual Studio to cre
44
ms.technology: vs-container-tools
55
author: ghogen
66
manager: jmartens
7-
87
ms.assetid: 346f70b9-7b52-4688-a8e8-8f53869618d3
98
ms.devlang: dotnet
109
ms.topic: troubleshooting
@@ -97,4 +96,10 @@ To resolve this issue, right-click the Docker for Windows icon in the System Tra
9796

9897
## Other issues
9998

100-
For any other issues, see the [Microsoft/DockerTools](https://github.com/microsoft/dockertools/issues) repo.
99+
For any other issues you encounter, see [Microsoft/DockerTools](https://github.com/microsoft/dockertools/issues) issues.
100+
101+
## See also
102+
103+
- [Visual Studio troubleshooting](/troubleshoot/visualstudio/welcome-visual-studio/)
104+
- [Container Tools error messages](container-tools-error-messages.md)
105+

docs/data-tools/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ landingContent:
7070
links:
7171
- text: Azure SQL database
7272
url: /azure/sql-database/sql-database-connect-query-dotnet-visual-studio
73-
- text: Cosmos DB - .NET console app
73+
- text: Azure Cosmos DB - .NET console app
7474
url: /azure/cosmos-db/sql-api-get-started
75-
- text: Cosmos DB - .NET web app
75+
- text: Azure Cosmos DB - .NET web app
7676
url: /azure/cosmos-db/sql-api-dotnet-application
7777
- text: Azure Data Lake Analytics
7878
url: /azure/data-lake-analytics/data-lake-analytics-data-lake-tools-get-started

docs/data-tools/troubleshooting-service-references.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ This topic lists solutions to common issues that may occur when you are working
2828

2929
If you want to update or remove a service reference, see the article "[Add, update, or remove a WCF data service reference](how-to-add-update-or-remove-a-wcf-data-service-reference.md)".
3030

31+
## Error when no service address is provided
32+
33+
When you press the **Go** button with no address, you may see an error message that says "Please enter the address for a service." To resolve this, you need to identify a service's address and enter it.
34+
35+
- If it's a service in your solution, you can use the **Discover** button to find and select it, and then try the **Go** button again.
36+
- If it's a service hosted somewhere on the internet, add it by following the instructions at [Add a WCF service reference](how-to-add-update-or-remove-a-wcf-data-service-reference.md#add-a-wcf-service-reference).
37+
3138
## Error returning data from a service
3239

3340
When you return a `DataSet` or `DataTable` from a service, you may receive a "The maximum size quota for incoming messages has been exceeded" exception. By default, the `MaxReceivedMessageSize` property for some bindings is set to a relatively small value to limit exposure to denial-of-service attacks. You can increase this value to prevent the exception. For more information, see <xref:System.ServiceModel.HttpBindingBase.MaxReceivedMessageSize%2A>.

docs/debugger/includes/remote-debugger-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ The remote computer must be running one of the following operating systems:
4949

5050
### Network configuration
5151

52-
The remote computer and the Visual Studio computer must be connected over a network, workgroup, or homegroup, or else connected directly through an Ethernet cable. Debugging between two computers connected through a proxy isn't supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries isn't recommended and may fail or be unacceptably slow.
52+
The remote computer and the Visual Studio computer must be connected over a network, workgroup, or homegroup, or else connected directly through an Ethernet cable. Debugging between two computers connected through a proxy isn't supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries/regions isn't recommended and may fail or be unacceptably slow.

docs/debugger/remote-debugging-aks-on-linux-with-ssh.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/debugger/remote-debugging-aspnet-on-a-remote-iis-7-5-computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ These procedures have been tested on these server configurations:
3939
The remote debugger is supported on Windows Server starting with Windows Server 2008 Service Pack 2. For a complete list of requirements, see [Requirements](../debugger/remote-debugging.md#requirements_msvsmon).
4040

4141
> [!NOTE]
42-
> Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low-bandwidth connection, such as dialup Internet, or over the Internet across countries is not recommended and may fail or be unacceptably slow.
42+
> Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low-bandwidth connection, such as dialup Internet, or over the Internet across countries/regions is not recommended and may fail or be unacceptably slow.
4343
4444
## App already running in IIS?
4545

docs/debugger/remote-debugging-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Visual Studio 2019 or later versions is required to follow the steps shown in th
4242

4343
### Network requirements
4444

45-
Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries is not recommended and may fail or be unacceptably slow. For a complete list of requirements, see [Requirements](../debugger/remote-debugging.md#requirements_msvsmon).
45+
Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries/regions is not recommended and may fail or be unacceptably slow. For a complete list of requirements, see [Requirements](../debugger/remote-debugging.md#requirements_msvsmon).
4646

4747
## App already running in IIS on the Azure VM?
4848

docs/debugger/remote-debugging-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For information about remote debugging Universal Windows Apps (UWP), see [Debug
3535
The remote debugger is supported on Windows 7 and newer and versions of Windows Server starting with Windows Server 2008 Service Pack 2. For a complete list of requirements, see [Requirements](../debugger/remote-debugging.md#requirements_msvsmon).
3636

3737
> [!NOTE]
38-
> Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries is not recommended and may fail or be unacceptably slow.
38+
> Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries/regions is not recommended and may fail or be unacceptably slow.
3939
4040
## Download and Install the remote tools
4141

docs/debugger/remote-debugging-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For information about remote debugging Universal Windows Apps (UWP), see [Debug
3434
The remote debugger is supported on Windows 7 and newer (not phone) and versions of Windows Server starting with Windows Server 2008 Service Pack 2. For a complete list of requirements, see [Requirements](../debugger/remote-debugging.md#requirements_msvsmon).
3535

3636
> [!NOTE]
37-
> Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries is not recommended and may fail or be unacceptably slow.
37+
> Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries/regions is not recommended and may fail or be unacceptably slow.
3838
3939
## Download and Install the remote tools
4040

docs/debugger/remote-debugging-dotnet-core-linux-with-ssh.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Debug .NET Core on Linux"
33
description: Debug .NET Core on Linux using Secure Shell (SSH) by attaching to a process. Prepare your app for debugging. Build and deploy the app. Attach the debugger.
44
ms.custom: SEO-VS-2020
5-
ms.date: "08/24/2021"
5+
ms.date: "10/24/2022"
66
ms.topic: "conceptual"
77
helpviewer_keywords:
88
- "remote debugging, linux"
@@ -19,6 +19,9 @@ ms.workload:
1919

2020
Starting in Visual Studio 2017, you can attach to .NET Core processes running on a local or remote Linux deployment over Secure Shell (SSH). This article describes how to set up debugging and how to debug. For debugging scenarios using Docker containers, see [Attach to a process running on a Docker container](../debugger/attach-to-process-running-in-docker-container.md) and the [container tools](../containers/edit-and-refresh.md) articles instead. To debug Linux on WSL 2 from Visual Studio (no attach to process), see [Debug .NET Core Apps in WSL 2 with Visual Studio](../debugger/debug-dotnet-core-in-wsl-2.md).
2121

22+
> [!NOTE]
23+
> For debugging Linux running on Azure Kubernetes Service (AKS), [Bridge to Kubernetes](/visualstudio/bridge/overview-bridge-to-kubernetes) is recommended instead of attach to process.
24+
2225
## Prerequisites
2326

2427
[!INCLUDE [prerequisites-dotnet-linux-ssh](../debugger/includes/prerequisites-dotnet-linux-ssh.md)]

docs/debugger/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@
438438
href: debug-dotnet-core-in-wsl-2.md
439439
- name: Debug .NET Core on Linux using SSH
440440
href: remote-debugging-dotnet-core-linux-with-ssh.md
441-
- name: Remote debug .NET Core running in AKS on Linux using SSH
442-
href: remote-debugging-aks-on-linux-with-ssh.md
441+
- name: Debug .NET Core on AKS >>
442+
href: /visualstudio/bridge/bridge-to-kubernetes-vs
443443
- name: Debug with Container Tools >>
444444
href: ../containers/edit-and-refresh.md
445445
- name: Application types

0 commit comments

Comments
 (0)