GFHuang
GFHuang
If they are installed by standalone MSI, why I can't find them in control panel? Maybe they are installed by Windows Update? It popup a window, seems not work. 
Thank you, it works.
> You left out the `/x` on the commandline > > When installed with VS (or the EXE bundles when we have 10+ MSIs per release, the MSIs are hidden...
@joeloff I found a tool to view the products and their GUID: https://github.com/suyouquan/SQLSetupTools#product-browser-22  By the way, is it safe to uninstall the older `Microsoft .NET AppHost Pack` by `msiexec`...
Issue still for .NET 6, I don't know why the old one is not removed when installing the new .NET runtime. ``` > dotnet --list-runtimes Microsoft.AspNetCore.All 2.1.30 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All] Microsoft.AspNetCore.All...
After downgrade to `3.3.8.1`, all case works well. https://user-images.githubusercontent.com/4510984/165937866-b37a18cc-079c-4d36-b92e-ae950e8fb642.mp4
I found that this commit (7bf0a1ef3aef8adeac02300c72cd50e2ef4d036e) breaking it.  After change `DataGridCell.HorizontalAlignment` from `Stretch` to `Left`, issue solved.
When typing in multi-line `TextBox` or something else input element which will change the `Window` size if `Window.SizeToContent` contains `Height`, it will cause the input element lost focus (e.g. user...
> Have you considered the case where the user manually resizes or moves the window @GF-Huang ~No, maybe rename to Keep**Relative**CenterOnSizeChanged will be better.~ @NaBian I found that when user...