You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atm XamlX reads metadata from reflection or cecil, and completion engine reads metadata from dnlib.
I think it would be reasonable to create shared metadata model for Xamlx and Completion engine, to reuse metadata for both validating xaml and completing. Also it would add third xaml type system, currently there are 2:
reading form current appdomain
reading from source files
and the proposed one:
3. reading from compiled assemblies
The text was updated successfully, but these errors were encountered:
Atm XamlX reads metadata from reflection or cecil, and completion engine reads metadata from dnlib.
I think it would be reasonable to create shared metadata model for Xamlx and Completion engine, to reuse metadata for both validating xaml and completing. Also it would add third xaml type system, currently there are 2:
and the proposed one:
3. reading from compiled assemblies
The text was updated successfully, but these errors were encountered: