-
Is there any plan to support xaml transfromation?
-
### Description
In the MAUI Editor component on Windows, a glitch occurs with text selection. While the first line of text behaves as expected, subsequent lines exhibit an issue where parts of the te…
-
Trying to load XAML into non-default `AssemblyLoadContext` can lead to very confusing errors. The underlying problem is that XAML parser is not aware of assembly load contexts. The parser itself typic…
-
### Description
I created a MAUI library to manage all my XAML styles. When I add the library project to my app project solution, I can access all resources with `{StaticResource ...}.
Once I start …
-
### Describe the bug
I'm trying to experiment with using the standalone `XamlCompiler.exe`. One thing I noticed is that it doesn't seem to really report any errors, it just fails with exit code 1.
U…
-
### Describe the bug
Binding properties of type `Thickness`, like `Margin` and `Padding` in `Resource` will cause the app to crash. The crash happens before the getter of the binding is even called.
…
-
```
× Building Solution
× Build failed with message C:\Users\xxx\.nuget\packages\microsoft.ui.xaml\2.8.0\build\Common.targets(10,5): error : Microsoft.UI.Xaml nuget package requires TargetPlatformM…
-
To reduce load time or to increase layout performance one may need to conditionally detach layout controls from visual tree. For example, when layout part loads images from the Net, but a user has dis…
-
I've been stuck on trying to solve this for a while. It seems like a simple problem that has a simple solution, but I'm not sure it does yet.
I'm attempting to apply an animatable gradient to a Borde…
-
It seems that when I right click a Dependency property in my .cs file and choose the 'Find All Refernces' function, it only show references in other .cs files. It omits any references in xaml files. I…