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 7272 <namespaceFilter name =" System.ComponentModel.Design.Serialization" >
7373 <typeFilter name =" *" expose =" false" />
7474 </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) . -->
7676 <namespaceFilter name =" System.Diagnostics" >
7777 <typeFilter name =" ConditionalAttribute" expose =" true" />
7878 <typeFilter name =" EventLogPermissionAttribute" expose =" true" />
7979 <typeFilter name =" PerformanceCounterPermissionAttribute" expose =" true" />
8080 <typeFilter name =" *" expose =" false" />
8181 </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) . -->
8383 <namespaceFilter name =" System.Diagnostics.CodeAnalysis" >
84+ <typeFilter name =" DynamicallyAccessedMembersAttribute" expose =" true" />
8485 <typeFilter name =" ExperimentalAttribute" expose =" true" />
86+ <typeFilter name =" RequiresDynamicCodeAttribute" expose =" true" />
87+ <typeFilter name =" RequiresUnreferencedCodeAttribute" expose =" true" />
8588 <typeFilter name =" *" expose =" false" />
8689 </namespaceFilter >
8790 <!-- 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