Luis Matos

Results 39 comments of Luis Matos

Some references: https://github.com/AndreiMisiukevich/HotReload https://github.com/praeclarum/Continuous https://github.com/pranshu-aggarwal/HotReloading

Also having this issue https://github.com/Baseflow/XF-Material-Library/issues/206 I'm missing default resources and I don't know why. The line with the issue is this one https://github.com/Baseflow/XF-Material-Library/blob/e1779f84e95cffe1a6a00bdd129cc2c8b25c63c5/XF.Material/UI/Dialogs/MaterialConfirmationDialog.xaml#L19 I'm using this configuration in a modular...

I was having a problem with `Material.Dialog.Width`. It seems default resources arent being merged. I add it manually and after that, I have the same error. ``` **System.InvalidOperationException:** 'Invalid on...

Sure > > @kerberosargos can you help me with this? > > I am sorry I have seen your post late. Can you try this package? > [XF.Material.1.7.7.1.zip](https://github.com/Baseflow/XF-Material-Library/files/6565448/XF.Material.1.7.7.1.zip)

It didn't work for me @kerberosargos . Also I don't know if I did correctly. That package is for the .netstandard project? My workaround was: ``` XF.Material.Forms.Material.Init(this); InitializeComponent(); XF.Material.Forms.Material.Init(this); //...