Skip to content

Commit 643d44a

Browse files
authored
Merge pull request #2 from MicrosoftDocs/main
merging main
2 parents 47492f7 + bd04dd9 commit 643d44a

File tree

1,321 files changed

+15008
-10028
lines changed

Some content is hidden

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

1,321 files changed

+15008
-10028
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/stale-issues.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name: close-stale-issues
77
on:
88
schedule:
99
- cron: "0 0 * * 4"
10+
workflow_dispatch:
1011

1112
permissions:
1213
contents: read
@@ -18,7 +19,7 @@ jobs:
1819
pull-requests: write # for actions/stale to close stale PRs
1920
runs-on: ubuntu-latest
2021
steps:
21-
- uses: actions/stale@v3
22+
- uses: actions/stale@v7
2223
with:
2324
repo-token: ${{ secrets.GITHUB_TOKEN }}
2425
stale-issue-message: 'Thanks for sharing your feedback. We apologize for our delayed response. Due to the sheer volume of feedback in our repo, we have decided to prioritize the newest issues and are automatically closing our oldest issues with an Issues bot. If you believe your feedback is still actionable, then either respond directly in this issue or open a new documentation issue and we’ll review. If no activity occurs in the next 14 days, this issue will be closed.'
@@ -28,6 +29,6 @@ jobs:
2829
exempt-issue-labels: 'exempt'
2930
remove-stale-when-updated: true
3031
days-before-close: 14
31-
days-before-issue-stale: 180
32+
days-before-issue-stale: 90
3233
days-before-pr-stale: -1
3334
operations-per-run: 500

.github/workflows/stale.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: write
1414

1515
steps:
16-
- uses: actions/stale@v3
16+
- uses: actions/stale@v7
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919
days-before-pr-stale: 14
@@ -23,19 +23,19 @@ jobs:
2323
exempt-pr-labels: 'keep-open'
2424
stale-pr-message: >
2525
This pull request has been inactive for 14 days.
26-
If you are finished with your changes, don't forget to sign off. See the [contributor guide](https://review.docs.microsoft.com/en-us/help/contribute/contribute-how-to-write-pull-request-automation) for instructions.
26+
If you are finished with your changes, don't forget to sign off. See the [contributor guide](https://review.docs.microsoft.com/en-us/help/contribute/contribute-how-to-write-pull-request-automation?branch=main) for instructions.
2727
If this PR is inactive for 14 more days, it will be closed automatically. Thank you!
2828
2929
VS Content Team
3030
3131
[Contact Us](mailto:[email protected])
32-
[Contributor Guide](https://review.docs.microsoft.com/en-us/help/contribute/visualstudio-docs-contribute?branch=master)
32+
[Contributor Guide](https://review.docs.microsoft.com/en-us/help/contribute/visualstudio-docs-contribute?branch=main)
3333
close-pr-message: >
3434
This pull request has been inactive for 28 days. At this time, we are closing the PR.
3535
If you decide to continue working on your change, you can reopen the PR and continue working. Thank you!
3636
3737
VS Content Team
3838
3939
[Contact Us](mailto:[email protected])
40-
[Contributor Guide](https://review.docs.microsoft.com/en-us/help/contribute/visualstudio-docs-contribute?branch=master)
40+
[Contributor Guide](https://review.docs.microsoft.com/en-us/help/contribute/visualstudio-docs-contribute?branch=main)
4141

.openpublishing.redirection.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
},
8+
{
9+
"source_path": "docs/python/managing-python-on-azure-app-service.md",
10+
"redirect_url": "/azure/app-service/quickstart-python",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path": "docs/ide/how-to-build-to-a-common-output-directory.md",
515
"redirect_url": "/visualstudio/ide/how-to-change-the-build-output-directory#build-to-a-common-outputdirectory",
@@ -3015,6 +3025,31 @@
30153025
"redirect_url": "/visualstudio/data-tools/save-data-back-to-the-database",
30163026
"redirect_document_id": false
30173027
},
3028+
{
3029+
"source_path": "docs/debugger/how-to-display-message-properties.md",
3030+
"redirect_url": "/visualstudio/debugger/messages-view",
3031+
"redirect_document_id": false
3032+
},
3033+
{
3034+
"source_path": "docs/debugger/how-to-display-process-properties.md",
3035+
"redirect_url": "/visualstudio/debugger/processes-view",
3036+
"redirect_document_id": false
3037+
},
3038+
{
3039+
"source_path": "docs/debugger/how-to-display-thread-properties.md",
3040+
"redirect_url": "/visualstudio/debugger/threads-view",
3041+
"redirect_document_id": false
3042+
},
3043+
{
3044+
"source_path": "docs/debugger/how-to-display-window-properties.md",
3045+
"redirect_url": "/visualstudio/debugger/windows-view",
3046+
"redirect_document_id": false
3047+
},
3048+
{
3049+
"source_path": "docs/debugger/remote-debugging-aks-on-linux-with-ssh.md",
3050+
"redirect_url": "/visualstudio/debugger/remote-debugging-dotnet-core-linux-with-ssh",
3051+
"redirect_document_id": false
3052+
},
30183053
{
30193054
"source_path": "docs/debugger/using-run-time-checks-without-the-c-run-time-library.md",
30203055
"redirect_url": "/visualstudio/debugger/how-to-use-native-run-time-checks",
@@ -3905,6 +3940,11 @@
39053940
"redirect_url": "/visualstudio/xaml-tools/creating-a-ui-by-using-xaml-designer-in-visual-studio",
39063941
"redirect_document_id": true
39073942
},
3943+
{
3944+
"source_path": "docs/designers/getting-started-with-wpf.md",
3945+
"redirect_url": "/visualstudio/get-started/csharp/tutorial-wpf",
3946+
"redirect_document_id": true
3947+
},
39083948
{
39093949
"source_path": "docs/debugger/debug-xaml-in-blend.md",
39103950
"redirect_url": "/visualstudio/xaml-tools/debug-xaml-in-blend",
@@ -6105,6 +6145,16 @@
61056145
"redirect_url": "/visualstudio/sharepoint/getting-started-sharepoint-development-in-visual-studio",
61066146
"redirect_document_id": false
61076147
},
6148+
{
6149+
"source_path": "docs/test/lab-management/use-build-or-rm-instead-of-lab-management.md",
6150+
"redirect_url": "/visualstudio/test/lab-management/using-a-lab-environment-for-your-application-lifecycle",
6151+
"redirect_document_id": false
6152+
},
6153+
{
6154+
"source_path": "docs/test/lab-management/install-configure-test-agents.md",
6155+
"redirect_url": "/visualstudio/test/lab-management/using-a-lab-environment-for-your-application-lifecycle",
6156+
"redirect_document_id": false
6157+
},
61086158
{
61096159
"source_path": "docs/test/live-unit-testing-whats-new.md",
61106160
"redirect_url": "/visualstudio/test/live-unit-testing-intro",

0 commit comments

Comments
 (0)