Add decimal type to sandbox whitelist (#5396)

This commit is contained in:
Stalen
2024-08-27 02:35:42 +03:00
committed by GitHub
parent e3819f8245
commit d7aa5daf6a

View File

@@ -1054,6 +1054,7 @@ Types:
DateTime: { All: True }
DateTimeKind: { } # Enum
DateTimeOffset: { All: True }
Decimal: { All: True }
Delegate:
Methods:
- "System.Delegate Combine(System.Delegate, System.Delegate)"