Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify metadata for completion engine and xamlx #32

Open
ShadowDancer opened this issue Sep 9, 2020 · 0 comments
Open

Unify metadata for completion engine and xamlx #32

ShadowDancer opened this issue Sep 9, 2020 · 0 comments

Comments

@ShadowDancer
Copy link
Contributor

ShadowDancer commented Sep 9, 2020

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:

  1. reading form current appdomain
  2. reading from source files

and the proposed one:
3. reading from compiled assemblies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant