Skip to content

Commit 1a1c1e0

Browse files
authored
fix: Include [Experimental] attribute support by default (#10566)
* fix: add support for experimental attribute * test(snapshot): update snapshots 0f70bab
1 parent 89a6426 commit 1a1c1e0

File tree

2 files changed

+187
-184
lines changed

2 files changed

+187
-184
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)