DismissedLight

Results 97 comments of DismissedLight

![image](https://github.com/user-attachments/assets/f3abe972-54c5-4053-9454-307d8831bb8d) 你可以看看别的项目的badge都是怎么写的

https://github.com/DreamedWorker/UIGF-org.github.io/blob/0a4290e0402e87fad5d6bc454393ac0b153bb985/docs/en/partnership-list.md?plain=1#L192-L220 你有检查你合并后的内容么

You can see here: https://github.com/microsoft/microsoft-ui-xaml/blob/98a60c8f30c84f297a175dd2884d54ecd1c8a4a9/controls/dev/NumberBox/NumberBox.xaml#L113 `ShouldConstrainToRootBounds="False"` and let's see what happen for UWP/WinUI2 ![image](https://github.com/microsoft/microsoft-ui-xaml/assets/36357191/3315c9c1-91b3-407c-9c85-d21bb8def9ea) So I believe it's microsoft's intention.

> The `ShouldConstrainToRootBounds="False"` is more likely there to allow for acrylic effect. `ShouldConstrainToRootBounds="True"` can also have in app acrylic, Set this to false in WinUI3 can allow user interact the...

I just implemented a [WinRT.SourceGenerator implments IIncrementalGenerator](https://github.com/Lightczx/WinRT.SourceGenerator) for my own purpose. Since it's not fully tested so I decide not making a PR for it. If you are interested in...

> Unfortunately it looks like your generator is caching syntaxes and providers, which means it is not actually incremental. Yes, technically not incremental, just reduced some generation attempts, it's enough...

Great! With version 2.1.3 released, it now takes me forever to rename a variable.🤓

> > This code is completely non trim/AOT-safe and needs a rewrite to be considered. > > I am not familiar with this. Is there any doc I can look...

> disable virtualization This means the package can be harder to pass(or never pass) windows store verification.

> Using ShouldAppsUseDarkMode in the window message loop would be alternative to reg key. > > ```cs > [DllImport("uxtheme.dll", SetLastError = true, EntryPoint = "#132")] > public static extern bool...