Skip to content

Commit

Permalink
Monthly chores: Automated repo cleanup (dotnet#40686)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 1, 2024
1 parent 1e946fa commit 67192f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .openpublishing.redirection.csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2030,7 +2030,7 @@
},
{
"source_path_from_root": "/docs/csharp/programming-guide/concepts/linq/classification-of-standard-query-operators-by-manner-of-execution.md",
"redirect_url": "/dotnet/csharp/linq/query-a-collection-of-objects"
"redirect_url": "/dotnet/csharp/linq/get-started/introduction-to-linq-queries"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/concepts/linq/how-to-reorder-the-fields-of-a-delimited-file-linq.md",
Expand Down Expand Up @@ -2655,7 +2655,7 @@
},
{
"source_path_from_root": "/docs/csharp/programming-guide/concepts/linq/linq-to-objects.md",
"redirect_url": "/dotnet/csharp/linq/query-a-collection-of-objects"
"redirect_url": "/dotnet/csharp/linq/get-started/introduction-to-linq-queries"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/concepts/linq/linq-to-xml-annotations.md",
Expand Down Expand Up @@ -3313,23 +3313,23 @@
},
{
"source_path_from_root": "/docs/csharp/programming-guide/linq-query-expressions/how-to-dynamically-specify-predicate-filters-at-runtime.md",
"redirect_url": "/dotnet/csharp/linq/dynamically-specify-predicate-filters-at-runtime"
"redirect_url": "/dotnet/csharp/linq/get-started/write-linq-queries"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/linq-query-expressions/how-to-group-query-results.md",
"redirect_url": "/dotnet/csharp/linq/standard-query-operators/grouping-data"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/linq-query-expressions/how-to-group-results-by-contiguous-keys.md",
"redirect_url": "/dotnet/csharp/linq/group-results-by-contiguous-keys"
"redirect_url": "/dotnet/csharp/linq/how-to-extend-linq"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/linq-query-expressions/how-to-handle-exceptions-in-query-expressions.md",
"redirect_url": "/dotnet/csharp/linq/handle-exceptions-in-query-expressions"
"redirect_url": "/dotnet/csharp/linq/get-started/write-linq-queries"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/linq-query-expressions/how-to-handle-null-values-in-query-expressions.md",
"redirect_url": "/dotnet/csharp/linq/handle-null-values-in-query-expressions"
"redirect_url": "/dotnet/csharp/linq/get-started/write-linq-queries"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/linq-query-expressions/how-to-join-by-using-composite-keys.md",
Expand Down Expand Up @@ -3361,15 +3361,15 @@
},
{
"source_path_from_root": "/docs/csharp/programming-guide/linq-query-expressions/how-to-query-a-collection-of-objects.md",
"redirect_url": "/dotnet/csharp/linq/query-a-collection-of-objects"
"redirect_url": "/dotnet/csharp/linq/get-started/introduction-to-linq-queries"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/linq-query-expressions/how-to-return-a-query-from-a-method.md",
"redirect_url": "/dotnet/csharp/linq/return-a-query-from-a-method"
"redirect_url": "/dotnet/csharp/linq/get-started/features-that-support-linq#expressions-as-data"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/linq-query-expressions/how-to-store-the-results-of-a-query-in-memory.md",
"redirect_url": "/dotnet/csharp/linq/store-the-results-of-a-query-in-memory"
"redirect_url": "/dotnet/csharp/linq/get-started/introduction-to-linq-queries"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/linq-query-expressions/how-to-write-linq-queries.md",
Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/navigate/devops-testing/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ items:
href: ../../core/testing/unit-testing-mstest-sdk.md
- name: MSTest runner
href: ../../core/testing/unit-testing-mstest-runner-intro.md
- name: Configure MSTest
href: ../../core/testing/unit-testing-mstest-configure.md
- name: Code analysis
items:
- name: Overview
Expand Down

0 comments on commit 67192f5

Please sign in to comment.