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
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Last time I checked, netcore/netfw runtimes refused to load generated assemblies. One specific issues was enum types having the Il2CppType static field.
After the field is removed in one of the future updates, we need to investigate if there's anything else invalid in generated assemblies, and fix those issues to make the assemblies compatible with netcore.
Mono somehow cares way less about what's in assemblies it loads, so current assemblies work just fine on mono.
The text was updated successfully, but these errors were encountered:
Last time I checked, netcore/netfw runtimes refused to load generated assemblies. One specific issues was enum types having the
Il2CppType
static field.After the field is removed in one of the future updates, we need to investigate if there's anything else invalid in generated assemblies, and fix those issues to make the assemblies compatible with netcore.
Mono somehow cares way less about what's in assemblies it loads, so current assemblies work just fine on mono.
The text was updated successfully, but these errors were encountered: