File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 72
72
<namespaceFilter name =" System.ComponentModel.Design.Serialization" >
73
73
<typeFilter name =" *" expose =" false" />
74
74
</namespaceFilter >
75
- <!-- Most attributes in System.Diagnostics control debugger behavior. Don't show them. -->
75
+ <!-- Most attributes in System.Diagnostics control debugger behavior. Don't show them (mostly) . -->
76
76
<namespaceFilter name =" System.Diagnostics" >
77
77
<typeFilter name =" ConditionalAttribute" expose =" true" />
78
78
<typeFilter name =" EventLogPermissionAttribute" expose =" true" />
79
79
<typeFilter name =" PerformanceCounterPermissionAttribute" expose =" true" />
80
80
<typeFilter name =" *" expose =" false" />
81
81
</namespaceFilter >
82
- <!-- Attributes in System.Diagnostics.CodeAnalysis control interaction with FxCop. Don't show them. -->
82
+ <!-- Attributes in System.Diagnostics.CodeAnalysis control interaction with FxCop. Don't show them (mostly) . -->
83
83
<namespaceFilter name =" System.Diagnostics.CodeAnalysis" >
84
+ <typeFilter name =" DynamicallyAccessedMembersAttribute" expose =" true" />
84
85
<typeFilter name =" ExperimentalAttribute" expose =" true" />
86
+ <typeFilter name =" RequiresDynamicCodeAttribute" expose =" true" />
87
+ <typeFilter name =" RequiresUnreferencedCodeAttribute" expose =" true" />
85
88
<typeFilter name =" *" expose =" false" />
86
89
</namespaceFilter >
87
90
<!-- Attributes in System.EnterpriseServices control obscure details of COM+ interop. Don't show them. -->
You can’t perform that action at this time.
0 commit comments