You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core: DummyDll: Fix API consumers getting bad value types...
If types were defined out-of-order in the metadata, and anyone tried to use the generated assembly refs without saving the assemblies to disk first, some value types could be referenced not as value types, which was incorrect. Ensure we configure the hierarchy for VTs and Enums early to prevent this.
//We can get issues with consumers of the API if the base type is not set correctly for value types or enums, so we set it here (as early as possible) if we can
0 commit comments