MagicAndre1981

Results 162 comments of MagicAndre1981

ok, I made a PR #158 to implement it. I have no idea why tests fail @aloneguid

ok, looks like you did this in 5.2.0. So this can be closed

1 question. does this PR also handle dark/light theme change in settings app and changes the colors on the fly without closing/reopening the window to take effect?

> In the OnNavigatedTo event of Page, PreviousPage of NavigatedToEventArgs is declared as internal, so it cannot be used. > > Is there a reason why you declared PreviousPage as...

> Can you try installing the [v1.9.1551-preview release](https://github.com/microsoft/winget-cli/releases/tag/v1.9.1551-preview) and check if the issue's resolved for you? works for me for Perfview. Before I got this error: ``` C:\>winget install --id...

@jsuarezruiz are you still working on it? I can [only see 1 commit](https://github.com/jsuarezruiz/XAMLator/commit/4b9833c27cddf542d1ff0c4637408cbc37768b66)

I switched to [Hotreload](https://github.com/AndreiMisiukevich/HotReload) which has a [VS extension](https://marketplace.visualstudio.com/items?itemName=StanislavBavtovich.hotreloadxamarinforms)

ok, I see that you converted the project to new SDK style, with packages reference include, but still have old packages.config present. Delete old files. I'll test it when new...

the PDBs/snupkg file is missing on [nuget for 1.1.4](https://www.nuget.org/packages/Microsoft-WindowsAPICodePack-Core/1.1.4), so sourcelink can't work. @contre

> how bout now? yes, it works now as expected, the symbols are loaded and I can step into the code: ![image](https://user-images.githubusercontent.com/8274816/76187318-50380b80-61d5-11ea-9a83-d5365ea4c06a.png)