Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 1c7e85e

Browse files
authored
Fixed DCS_EnumerableCollection. (#19684)
Fix #19677
1 parent c377765 commit 1c7e85e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/System.Private.DataContractSerialization/src/Resources/System.Private.DataContractSerialization.rd.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,9 @@
4242
</Type>
4343
</Namespace>
4444
</Assembly>
45+
<Namespace Name="System.Collections">
46+
<Type Name="IEnumerable" Dynamic="Required All" />
47+
<Type Name="IEnumerator" Dynamic="Required All" />
48+
</Namespace>
4549
</Library>
4650
</Directives>

0 commit comments

Comments
 (0)