Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
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