Skip to content

Commit 8f859cb

Browse files
authored
Merge branch 'dotnet:main' into main
2 parents 1706ff9 + 20759c2 commit 8f859cb

File tree

119 files changed

+3186
-1340
lines changed

Some content is hidden

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

119 files changed

+3186
-1340
lines changed

.github/workflows/clean-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
egress-policy: audit
2323

24-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2525

2626
# Call clean repo
2727
- name: Clean repo

.github/workflows/dependabot-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
egress-policy: audit
3232

33-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3434
# - name: Setup .NET
3535
# uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0
3636
# with:

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
egress-policy: audit
2323

2424
- name: 'Checkout Repository'
25-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2626
- name: 'Dependency Review'
2727
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4

.github/workflows/docs-verifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
egress-policy: audit
2020

2121
- name: Checkout the repository
22-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2323

2424
- name: Validate
2525
uses: dotnet/docs-actions/actions/docs-verifier@5e8bcc78465d45a7544bba56509a1a69922b6a5a # main

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
egress-policy: audit
2828

29-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3030
- uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8 # v16.0.0
3131
with:
3232
config: ".markdownlint-cli2.jsonc"

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
egress-policy: audit
3737

3838
- name: "Checkout code"
39-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4040
with:
4141
persist-credentials: false
4242

@@ -71,6 +71,6 @@ jobs:
7171

7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
74+
uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
7575
with:
7676
sarif_file: results.sarif

.github/workflows/snippets5000.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
egress-policy: audit
3737

3838
- name: Checkout repository
39-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #@v4.1.7
39+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #@v4.2.0
4040

4141
# Get the latest preview SDK (or sdk not installed by the runner)
4242
- name: Setup .NET

.github/workflows/whats-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
egress-policy: audit
2929

30-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3131

3232
- name: "Print manual run reason"
3333
if: ${{ github.event_name == 'workflow_dispatch' }}

.openpublishing.redirection.core.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,26 @@
12671267
"source_path_from_root": "/docs/core/tutorials/vb-with-visual-studio.md",
12681268
"redirect_url": "/dotnet/core/tutorials/with-visual-studio"
12691269
},
1270+
{
1271+
"source_path_from_root": "/docs/core/tutorials/debugging-with-visual-studio-mac.md",
1272+
"redirect_url": "/dotnet/core/tutorials/debugging-with-visual-studio-code"
1273+
},
1274+
{
1275+
"source_path_from_root": "/docs/core/tutorials/library-with-visual-studio-mac.md",
1276+
"redirect_url": "/dotnet/core/tutorials/library-with-visual-studio-code"
1277+
},
1278+
{
1279+
"source_path_from_root": "/docs/core/tutorials/publishing-with-visual-studio-mac.md",
1280+
"redirect_url": "/dotnet/core/tutorials/publishing-with-visual-studio-code"
1281+
},
1282+
{
1283+
"source_path_from_root": "/docs/core/tutorials/testing-library-with-visual-studio-mac.md",
1284+
"redirect_url": "/dotnet/core/tutorials/testing-library-with-visual-studio-code"
1285+
},
1286+
{
1287+
"source_path_from_root": "/docs/core/tutorials/with-visual-studio-mac.md",
1288+
"redirect_url": "/dotnet/core/tutorials/with-visual-studio-code"
1289+
},
12701290
{
12711291
"source_path_from_root": "/docs/core/versions/install-management.md",
12721292
"redirect_url": "/dotnet/core/install/remove-runtime-sdk-versions"

.openpublishing.redirection.fsharp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"source_path_from_root": "/docs/fsharp/getting-started-netcore.md",
99
"redirect_url": "/dotnet/fsharp/get-started/get-started-command-line"
1010
},
11+
{
12+
"source_path_from_root": "/docs/fsharp/get-started/get-started-with-visual-studio-for-mac.md",
13+
"redirect_url": "/dotnet/fsharp/get-started/get-started-vscode"
14+
},
1115
{
1216
"source_path_from_root": "/docs/fsharp/introduction-to-functional-programming/first-class-functions.md",
1317
"redirect_url": "/dotnet/fsharp/tutorials/using-functions"

0 commit comments

Comments
 (0)