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
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 😆
The text was updated successfully, but these errors were encountered:
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:
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 😆
The text was updated successfully, but these errors were encountered: