MichalStrehovsky / iltrim

MIT License
9 stars 1 forks source link

Support properties and events in descriptors #124

Open vitek-karas opened 2 years ago

vitek-karas commented 2 years ago

The ILLink.Descriptors.xml parser doesn't support events and properties. Adding the parser support is easy, but the type system doesn't provide functionality to resolve event/property by name given a type.

Will have to look into how the DataFlow support does this (as it's the same need as reflection GetProperty).