-
### What would you like to be added
After [Uno 5.5 TemplatedParent updates ](https://platform.uno/blog/5-5/?utm_campaign=5.5%20Release&utm_medium=email&_hsenc=p2ANqtz-9XKuweZBS1HgUd6YDAenP3M5s_4e5W…
-
### Description
In the past, I was confronted with the situation that I re-created XAML views which included styles, e.g. a Style that was set in a `Label` but wasn’t actually defined anywhere in a R…
-
I have been a WPF developer since 2006 and have written thousands of lines of WPF xaml code without issue. Maui, because Mirocosoft has to have a billion different versions of xaml, made me learn YAXL…
-
# Proposal: Drop Shadow support for View, Text, Image, and more
Implement support for ViewStyle.shadow* and TextStyle.textShadow* for View, Text, and Image.
## Summary
Tasks
1. A C++/winrt por…
-
# Install WinGET
Source: https://learn.microsoft.com/en-us/windows/package-manager/winget/#install-winget-on-windows-sandbox
```pwsh
$progressPreference = 'silentlyContinue'
Write-Information "Dow…
-
**NOTE:** If you are using Visual Studio, "Full Page" Hot Reload for MAUI should be working if
- XAML Hot Reload is enabled...
- Is connected... (You should see it working via the status bar, as wel…
-
Rewrite the XAML build process to use a Roslyn code generator instead of `GenerateTemporaryTargetAssembly` and related tasks.
-
**Describe the bug**
I am not able to save background images. Whenever I click on save, `Object reference not set to an instance of an object` error comes.
**To Reproduce**
1. Go to any game
2. …
-
### Description
## ExceptionHelpers.g__Throw|39_0 (Int32 hr)
### System.OutOfMemoryException: Insufficient memory to continue the execution of the program.
```csharp
WinRT
ExceptionHelpers.g_…
-
### Description
In my .NET MAUI application, I'm trying to use AppThemeBinding as a DynamicResource in my App.xaml file to set different colors for TextColor.
However, I'm encountering a runtime …