Skip to content

Commit 9816c99

Browse files
authored
some fixes found by cleanrepo run (#43287)
1 parent e7999d4 commit 9816c99

File tree

7 files changed

+23
-6
lines changed

7 files changed

+23
-6
lines changed

docfx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"samples/**/*.*",
2828
"**/snippets/**",
2929
"**/includes/**",
30+
"**/mermaidjs/**",
3031
"**/util/**",
3132
"***/contributing.md"
3233
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/framework/unmanaged-api/debugging/toc.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,12 +1442,16 @@ items:
14421442
href: ixclrdataexceptionnotification-oncodegenerated-method.md
14431443
- name: OnModuleLoaded method
14441444
href: ixclrdataexceptionnotification-onmoduleloaded-method.md
1445+
- name: OnModuleUnloaded method
1446+
href: ixclrdataexceptionnotification-onmoduleunloaded-method.md
14451447
- name: OnProcessExecution method
14461448
href: ixclrdataexceptionnotification-onprocessexecution-method.md
14471449
- name: OnTaskExecution method
14481450
href: ixclrdataexceptionnotification-ontaskexecution-method.md
14491451
- name: OnTypeLoaded method
14501452
href: ixclrdataexceptionnotification-ontypeloaded-method.md
1453+
- name: OnTypeUnloaded method
1454+
href: ixclrdataexceptionnotification-ontypeunloaded-method.md
14511455
- name: IXCLRDataExceptionNotification2 interface
14521456
href: ixclrdataexceptionnotification2-interface.md
14531457
items:
@@ -1586,16 +1590,16 @@ items:
15861590
href: ixclrdataprocess-endenumappdomains-method.md
15871591
- name: EndEnumMethodDefinitionsByAddress
15881592
href: ixclrdataprocess-endenummethoddefinitionsbyaddress-method.md
1589-
- name: EndEnumModules
1590-
href: ixclrdataprocess-endenummodules-method.md
1591-
- name: EnumMethodInstanceByAddress
1592-
href: ixclrdataprocess-enummethodinstancebyaddress-method.md
1593-
- name: EndEnumMethodDefinitionsByAddress
1594-
href: ixclrdataprocess-endenummethoddefinitionsbyaddress-method.md
15951593
- name: EndEnumMethodInstancesByAddress
15961594
href: ixclrdataprocess-endenummethodinstancesbyaddress-method.md
1595+
- name: EndEnumModules
1596+
href: ixclrdataprocess-endenummodules-method.md
15971597
- name: EnumAppDomain
15981598
href: ixclrdataprocess-enumappdomain-method.md
1599+
- name: EnumMethodDefinitionByAddress
1600+
href: ixclrdataprocess-enummethoddefinitionbyaddress-method.md
1601+
- name: EnumMethodInstanceByAddress
1602+
href: ixclrdataprocess-enummethodinstancebyaddress-method.md
15991603
- name: EnumModule
16001604
href: ixclrdataprocess-enummodule-method.md
16011605
- name: FollowStub
@@ -1672,6 +1676,8 @@ items:
16721676
items:
16731677
- name: EndEnumMethodInstances method
16741678
href: ixclrdatatypeinstance-endenummethodinstances-method.md
1679+
- name: EnumMethodInstance method
1680+
href: ixclrdatatypeinstance-enummethodinstance-method.md
16751681
- name: GetDefinition method
16761682
href: ixclrdatatypeinstance-getdefinition-method.md
16771683
- name: GetName method

docs/navigate/devops-testing/toc.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,16 @@ items:
131131
href: ../../core/testing/mstest-analyzers/performance-rules.md
132132
- name: MSTEST0001
133133
href: ../../core/testing/mstest-analyzers/mstest0001.md
134+
- name: Suppression
135+
items:
136+
- name: Overview
137+
href: ../../core/testing/mstest-analyzers/suppression-rules.md
138+
- name: MSTEST0027
139+
href: ../../core/testing/mstest-analyzers/mstest0027.md
140+
- name: MSTEST0028
141+
href: ../../core/testing/mstest-analyzers/mstest0028.md
142+
- name: MSTEST0033
143+
href: ../../core/testing/mstest-analyzers/mstest0033.md
134144
- name: Usage
135145
items:
136146
- name: Overview

0 commit comments

Comments
 (0)