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

Use system interfaces directly #148

Open
ds5678 opened this issue Sep 1, 2024 · 1 comment
Open

Use system interfaces directly #148

ds5678 opened this issue Sep 1, 2024 · 1 comment
Labels
generation Related to assembly generation
Milestone

Comments

@ds5678
Copy link
Collaborator

ds5678 commented Sep 1, 2024

For example, Il2CppSystem.IDisposable is redundant. It should be removed, and all its uses should be replaced with System.IDisposable. Obviously, only a subset of interfaces are suitable for removal.

Requires #142

@ds5678 ds5678 added this to the 2.0.0 milestone Sep 1, 2024
@ds5678
Copy link
Collaborator Author

ds5678 commented Sep 2, 2024

Alternatively, we just ensure that interop types implement both the Il2Cpp interface and the System interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generation Related to assembly generation
Projects
None yet
Development

No branches or pull requests

1 participant