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:
Pieter-Jan Briers
2020-11-28 02:34:22 +01:00
parent ef2ec40e35
commit 356e99df34

View File

@@ -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 }