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

[FEATURE] Add XmlnsDefinition #132

Open
dansiegel opened this issue Jul 15, 2022 · 0 comments
Open

[FEATURE] Add XmlnsDefinition #132

dansiegel opened this issue Jul 15, 2022 · 0 comments

Comments

@dansiegel
Copy link

Is your feature request related to a problem? Please describe.

I'm a lazy programmer

Describe the solution you'd like

Add a XmlnsDefinitionAttribute so that it is easier to import anything we will need in XAML like:

<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
             xmlns:skia="http://schemas.mono-project.com/skiasharp/2022/maui">
  <VerticalStackLayout>
    <skia:SkLottieView />
  </VerticalStackLayout>
</ContentPage>      

Describe alternatives you've considered

Not being lazy... but years of experience are working against me

Additional context

Because of a known issue with XamlC you need a hack to keep the assembly from getting linked out before XamlC can process the code. Or we'll need to finally get that bug fixed 😆

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

No branches or pull requests

1 participant