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

Support .NET Core / .NET assembly resolving #453

Open
wwh1004 opened this issue Jan 24, 2022 · 3 comments
Open

Support .NET Core / .NET assembly resolving #453

wwh1004 opened this issue Jan 24, 2022 · 3 comments

Comments

@wwh1004
Copy link
Contributor

wwh1004 commented Jan 24, 2022

Feature list:

  1. New assembly resolver: resolve .NET Core / .NET built-in libraries and '*.deps.json'.
  2. Handle type forwarding in Importer: e.g. for 'netstandard.dll', use netstandard assembly ref not the assembly which really define the type.

Can I send a PR? I can do it when I have time.

@CreateAndInject
Copy link
Contributor

Can we migrate code from dnSpy?

@ElektroKill
Copy link
Contributor

Can we migrate code from dnSpy?

dnSpy is licensed under GPLv3 and dnlib is licensed under MIT. GPLv3 is more restrictive license then MIT. Only way would be to get permission from all contributors to that part of code in dnSpy to allow relicensing as MIT.

@CreateAndInject
Copy link
Contributor

@wtfsck @wwh1004 This one should be marked as v4

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

No branches or pull requests

3 participants