J.Tan

Results 12 comments of J.Tan

Hi, I just push a new commit. P.S. Those not-in-use text are not translated because I can't translate without a context.

My IDE is VS 2022 community edition + Jetbrain Resharper I have installed the latest version `0.0.474-gb9d73fc` from NuGet and added code by following the [quick start for C#](https://docs.velopack.io/getting-started/csharp). When...

Hi, I found the reason for the issue. The symbol package is not uploaded to NuGet. As you can see, the first screenshot shows [Avalonia](https://www.nuget.org/packages/Avalonia/11.1.0-beta2), which provides both the `.nupkg`...

Awesome! Thanks for your work! I have confirmed it's working now. P.S. In case it doesn't work, you may need to delete the decompiled cache first from `C:\Users\\AppData\Local\Temp\.vsdbgsrc`.

I'm encountering the same issue on my PC as well as on several of my users' PCs. The problem is intermittent and not easily reproducible—it occurs roughly 12 times out...

Please note that the window doesn't have to open and close so quickly; the low time delay is used only to reproduce the freezing issue more quickly. If you open...

感谢回复!那么有没有可能增加一个 MessageBoxEx 来支持这些自定义特性呢?毕竟都是简单的文本内容,每个MessageBox都通过创建 custom dialog 有点杀鸡用牛刀了。

> 如果只是定义文字的话,只需要在CustomDialog的View中预留Button文字绑定VM的内容,然后每次调用Dialog给VM赋值不同的Button文字就可以了,这样一个CustomDialogView就可以反复使用,不太需要一个单独的API。如果是还要控制颜色和顺序,那就更不可能通过简单的配置来控制了。 嗯,目前是打算这样做了 > @genment 比起更改按钮颜色与文本,或许精心设计的Message和Titile更加高效。 没有专业设计师,只能使用现成的