mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Allow C# 9 records and init-only properties by sandboxing.
The System.Runtime.CompilerServices.IsExternalInit type needed to be added since it is used as a modreq.
This commit is contained in:
@@ -433,6 +433,7 @@ Types:
|
||||
ExtensionAttribute: { All: True }
|
||||
IAsyncStateMachine: { All: True }
|
||||
InternalsVisibleToAttribute: { All: True }
|
||||
IsExternalInit: { All: True }
|
||||
IsReadOnlyAttribute: { All: True }
|
||||
IteratorStateMachineAttribute: { All: True }
|
||||
RuntimeCompatibilityAttribute: { All: True }
|
||||
|
||||
Reference in New Issue
Block a user