impworks / lens

Language for Embeddable .NET Scripting
MIT License
91 stars 9 forks source link

Properly detect System.Private library #196

Open ForNeVeR opened 6 years ago

ForNeVeR commented 6 years ago

In scope of #195, we have this line.

I think that it looks like a hack. @impworks have explained to me that System.Private DLL is duplicating the main framework types, so LENS get confused about them.

Probably that's a type-forwarded assembly and we need to add type forwarding support to LENS or something like that. Requires additional research (I hope that it's a simple task).