dnlib
dnlib copied to clipboard
Support .NET Core / .NET assembly resolving
Feature list:
- New assembly resolver: resolve .NET Core / .NET built-in libraries and '*.deps.json'.
- 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.
Can we migrate code from dnSpy?
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.
@wtfsck @wwh1004 This one should be marked as v4