Skip to content

Commit 0f70bab

Browse files
committed
fix: add support for experimental attribute
1 parent f7f6ec1 commit 0f70bab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Docfx.Dotnet/Resources/defaultfilterconfig.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ attributeRules:
2626
- exclude:
2727
uidRegex: ^System\.EnterpriseServices$
2828
type: Namespace
29+
- include:
30+
uidRegex: ^System\.Diagnostics\.CodeAnalysis\.(ExperimentalAttribute)$
31+
type: Type
2932
- exclude:
3033
uidRegex: ^System\.Diagnostics\.CodeAnalysis$
31-
type: Namespace
34+
type: Type
3235
- include:
3336
uidRegex: ^System\.Diagnostics\.(ConditionalAttribute|EventLogPermissionAttribute|PerformanceCounterPermissionAttribute)$
3437
type: Type

0 commit comments

Comments
 (0)