-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Markup compiled XAML 2009 #58
Comments
Related issue for one of these items: #45 |
XamlReader.Load code paths in WPF support most of those features. If I recall correctly, the markup compiler (in PresentationBuildTasks.dll) and designer support (VS Xaml Tools) would be the major blockers. |
Perhaps if we can get some guidelines how to do that, the community could provide those resources? |
Super late edit: having learned much more about this in the past few years since I wrote that comment, I think this might just be a feature of the WPF XAML schema context helping us out, not anything intrinsically missing from |
can someone explain Markup Complied XAML? the diff from normal xaml? |
"normal xaml" as in a |
How come certain XAML2009 features do actually seem to work in markup compiled XAML? I know the documentation states this is not the case, but for instance I have had success using x:Reference within a xaml/xaml.cs usercontrol. |
People have been waiting for this feature for years. I remember reading about XAML2009 in WPF Unleashed by Adam Nathan as this new hot thing that's coming soon to WPF, but it never happened. Heck, I even asked about it on the recent .NET Conf: Focus on Windows, and @coolcsh said he didn’t know what I’m talking about 😁 (kudos to his team anyway). It would be so nice to finally have this feature in .NET 6.0, and use |
2009 was a pretty long time ago now. It would be awesome to see these features added as it would make certain things in WPF a lot easier 🙂 |
This is still very much needed for those who still write desktop apps on WPF. I need it mainly for |
It is beyond me how basically the most mature and developed C# UI solution can't adopt XAML 2009 which allows generics, an important language feature, for 15 years already... |
XAML 2009 has been out for a few years now, and includes some features that would be quite nice to use with WPF in markup compiled XAML. What currently blocks XAML 2009 support? Where could community contributions help to move it forward?
The text was updated successfully, but these errors were encountered: