Closed puff closed 1 year ago
The type resolver will not resolve types from assemblies other than the current one, and runtime assemblies.
This causes issues with resolving methods especially, as the declaring type is always null in these cases.
It may be good to entirely re-work the Resolver class too.
The type resolver will not resolve types from assemblies other than the current one, and runtime assemblies.
This causes issues with resolving methods especially, as the declaring type is always null in these cases.