File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 16763
16763
"source_path": "docs/ide/quickstart-aspnet-core.md",
16764
16764
"redirect_url": "/visualstudio/get-started/csharp/tutorial-aspnet-core",
16765
16765
"redirect_document_id": false
16766
+ },
16767
+ {
16768
+ "source_path": "docs/debugger/view-data-ienumerable-table-visualizer.md",
16769
+ "redirect_url": "/visualstudio/debugger/view-data-in-ienumerable-visualizer",
16770
+ "redirect_document_id": true
16766
16771
}
16767
16772
]
16768
16773
}
Original file line number Diff line number Diff line change 74
74
href : view-data-values-in-data-tips-in-the-code-editor.md
75
75
- name : View string values in a visualizer
76
76
href : view-strings-visualizer.md
77
- - name : View collections in a table visualizer
78
- href : view-data-ienumerable-table -visualizer.md
77
+ - name : View .NET collections with the IEnumerable visualizer
78
+ href : view-data-in-ienumerable -visualizer.md
79
79
- name : Disassembly code
80
80
items :
81
81
- name : View disassembly code
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ The following people contributed to the Visual Studio docs during this period. T
280
280
281
281
** New articles**
282
282
283
- - [ View IEnumerables in a table visualizer in Visual Studio ] ( ../debugger/view-data-ienumerable-table -visualizer.md )
283
+ - [ View .NET collections with the IEnumerable visualizer ] ( ../debugger/view-data-in-ienumerable -visualizer.md )
284
284
285
285
** Updated articles**
286
286
You can’t perform that action at this time.
0 commit comments