SecurityManager.GetStandardSandbox returns null instead of a PermissionsSet that equates to full trust.
Other methods like XXXPermission.IsUnrestricted return false instead of true.
This is causing failures on .NET Core for code that would work on .NET Framework.
SecurityManager.GetStandardSandboxreturnsnullinstead of aPermissionsSetthat equates to full trust.Other methods like
XXXPermission.IsUnrestrictedreturn false instead of true.This is causing failures on .NET Core for code that would work on .NET Framework.