-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Description
- Once Port some missing remoting types/members #18606 is checked in
- Make Component derive from MarshalByRefObject
- Once Re-introduce members on Attribute #18782 is checked in
- Update the attributes in the ComponentModel namespace to implement those methods. As part of that change, we need to revert the change that introduced this workaround
- Once Port System.Resources #18583 is done:
- Re-introduce the parameter-less constructor on ComponentResourceManager
- Remove the implementation of ResourceSet from misc.cs
- Once Port System.Resources #18583 is done, fixup the following stubs inside the misc.cs file.
- ResourceManager_MainAssembly
- ResourceManager_GetNeutralResourceLanguage
- ResourceManager_IgnoreCase
- ResourceManager_GetResourceSet
- Once Restore System.Reflection.Assembly load APIs #18532 is done, fixup the following stubs inside the misc.cs file:
- Assembly_EscapedCodeBase
- Once Expose AppDomain.CurrentDomain.GetAssemblies #18783 is done, fixup the following stubs inside the misc.cs file:
- AppDomain_CurrentDomain_SetupInformation_LicenseFile
- AppDomain_CurrentDomain_GetAssemblies
- Remove dependency to System.Net.WebClient from the DesigntimeLicenseContext type
Reactions are currently unavailable