Terrence Jones
Terrence Jones
I am seeing the same issue... a hard limit of 1GB. I am able to serialize an object graph to a file size of 1GB, 11,184,815 elements of my object...
@matkoch, can you say more about ReSharper _highlighting StyleCop rule violations_? ReSharper can optionally merge the Roslyn lightbulb into ReSharper's... is that what you mean? I find that with or...
> Anybody else having this problem? According to the [docs](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/system-requirements#visual-studio-support-for-winui-3-tools), it looks like Live Visual Tree and Hot Reload for ver 0.8 is only available in VS 2019 16.11 Preview...
@arivoir Were you able to see Hot Reload working? It is not working for me with either 0.5+ or 0.8+ or 16.11 Preview 3
ToolTips are disabled by default. See: https://platform.uno/docs/articles/feature-flags.html#tooltips Enable them with the `FeatureConfiguration.ToolTip.UseToolTips` flag. ``` public AppHead() { FeatureConfiguration.ToolTip.UseToolTips = true; this.InitializeComponent(); } ``` Incidentally, it is usually suggested to use...