We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcce00b commit cf3d897Copy full SHA for cf3d897
xml/_filter.xml
@@ -64,6 +64,9 @@
64
</namespaceFilter>
65
<!-- Attributes in System.Runtime.Versioning control details of resource loading. Don't show them. -->
66
<namespaceFilter name="System.Runtime.Versioning">
67
+ <typeFilter name="SupportedOSPlatformAttribute" expose="true" />
68
+ <typeFilter name="TargetPlatformAttribute" expose="true" />
69
+ <typeFilter name="UnsupportedOSPlatformAttribute" expose="true" />
70
<typeFilter name="*" expose="false" />
71
72
<!-- Attributes in System.Security might hint as security implementation details. Don't show them. -->
0 commit comments