Add OrderedDictionary to sandbox whitelist

Fixes #6411
This commit is contained in:
PJB3005
2026-02-05 16:38:01 +01:00
parent 5d6dbc18e3
commit 75d0c29973
2 changed files with 2 additions and 0 deletions

View File

@@ -444,6 +444,7 @@ Types:
LinkedList`1: { All: True }
LinkedListNode`1: { All: True }
List`1: { All: True }
OrderedDictionary`2: { All: True }
Queue`1: { All: True }
ReferenceEqualityComparer: { All: True }
SortedDictionary`2: { All: True }