netprints icon indicating copy to clipboard operation
netprints copied to clipboard

Find type

Open liuqiba opened this issue 6 years ago • 1 comments

Variables can not find type of interface

liuqiba avatar May 24 '19 07:05 liuqiba

This is because ReflectionProvider.GetNonStaticTypes() https://github.com/RobinKa/netprints/blob/f7e920d76079fb45772aec49f2efb5aa30b7fa2b/NetPrintsEditor/Reflection/ReflectionProvider.cs#L257-L264 only returns non-abstract types which was done because the same function is used for selecting types in constructors for example. As a solution a query system for types similar to the variable and method one should be created. I will work on this when I have some time.

Thank you!

RobinKa avatar May 28 '19 13:05 RobinKa