docs-maui
docs-maui copied to clipboard
.NET MAUI 9: ResourceDictionaries without code-behind have their XAML compiled
In .NET 9, all ResourceDictionary instances without code-behind have their XAML compiled, unless <?xaml-comp compile="false" ?> is set.
Update the ResourceDictionary doc to this effect.
https://github.com/dotnet/maui/pull/19390