Starlk

Results 11 comments of Starlk

> Thanks @StarlkYT, our goal is to have similar looking sample apps showcasing the MVVM Toolkit across the different platforms all using the shared MVVM core. @Sergio0694 can help point...

I was playing around with Avalonia and thought of using the MVVM community toolkit, so I created a [demo](https://imgur.com/a/nuPZ1al) project that has a text box with some input validation attached...

Have you tried this: ```xaml ```

> I'm using [HandyControl](https://github.com/HandyOrg/HandyControl) as UI framework and I'm having the same problem. Also, MessageBox cannot adapt to dark mode. Is it possible to allow customizing the style of MessageBox...

Can I try to do this? (I can work on the C# templates only)

> @StarlkYT Make the c# template for the MVVM CommunityToolkit,i may not merge it in the end but it would help me with customizing our templates to support few frameworks...

> Could you please provide: > > * A version of PixiEditor you were using > * crash file, which can be found in `AppData\Local\PixiEditor\crash_logs`. > > I understand that...

I highly recommend checking out `Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets` as it already offers performant socket connections and listeners. It is used in ASP.NET Core so it must be 🚀

I still think just using `Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets` is a better option, instead of going into the hassle of the needy greedy details of performant socket implementations.