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 f7f6ec1 commit 0f70babCopy full SHA for 0f70bab
src/Docfx.Dotnet/Resources/defaultfilterconfig.yml
@@ -26,9 +26,12 @@ attributeRules:
26
- exclude:
27
uidRegex: ^System\.EnterpriseServices$
28
type: Namespace
29
+- include:
30
+ uidRegex: ^System\.Diagnostics\.CodeAnalysis\.(ExperimentalAttribute)$
31
+ type: Type
32
33
uidRegex: ^System\.Diagnostics\.CodeAnalysis$
- type: Namespace
34
35
- include:
36
uidRegex: ^System\.Diagnostics\.(ConditionalAttribute|EventLogPermissionAttribute|PerformanceCounterPermissionAttribute)$
37
type: Type
0 commit comments