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

@@ -40,6 +40,7 @@ END TEMPLATE-->
### New features
* If a sandbox error is caused by a compiler-generated method, the engine will now attempt to point out which using code is responsible.
* Added `OrderedDictionary<TKey, TValue>` to the sandbox whitelist.
### Bugfixes

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 }