xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.62k stars 1.87k forks source link

[Bug] UWP/Android Hotreload not working if used as a separate resource dictionary #12743

Open EmilAlipiev opened 4 years ago

EmilAlipiev commented 4 years ago

If you create separate style in a resource dictionary and change the style attribute like fontsize, fontfamily etc. in the mergeddictionary, hotreload doenst display it correctly. It is problem on Android and UWP. i havent tested with IOS yet

rmarinho commented 4 years ago

Hu @EmilAlipiev is this using Xamarin.Forms ? or just a UWP app ?

EmilAlipiev commented 4 years ago

Xamarin forms with the latest 4.8 update

BretJohnson commented 4 years ago

@EmilAlipiev - Can you provide a snippet of the XAML you are using, where the font info property changes don't seem to work. That will help in tracking this down. Thanks.

EmilAlipiev commented 4 years ago

looks like using 16.9.0 preview 1 hotreload not working at all. is there a known issue with this latest update?

EmilAlipiev commented 3 years ago

I have changed the title because problem is general if styles are used as seperate resouce dictionary an referenced in contentpage as MergedDictionaries, any chance is in the resource dictionary will not be correctly reflected by Hot reload. It is also problem with Android