Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Check/fix assemblies being invalid as far as netcore/netfw runtimes are concerned #44

Open
knah opened this issue Jun 8, 2021 · 0 comments
Labels
assembly-generation For things in the generation step bug Something isn't working

Comments

@knah
Copy link
Owner

knah commented Jun 8, 2021

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.

@knah knah added bug Something isn't working assembly-generation For things in the generation step labels Jun 8, 2021
@knah knah mentioned this issue Jun 30, 2021
10 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
assembly-generation For things in the generation step bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant