Manuele Lucchi

Results 9 issues of Manuele Lucchi

In xaml we can create DataTemplates to let the user customize their controls. Is there something of the same kind for `ICanvas`/`IDrawable`? For example `canvas.DrawControl(IView view)` where `IView `could be...

Hi there, I'm porting a big WPF app to .NET Core. Since I can't just break it until it works, I used the tool to find what's not supported and...

Is this project still developed? what about adding uwp support? Regards, Manuele

Hi, we are using FluentModbus to connect 24/24 7/7 on a machine. The problem is, after some days of works the library fails with the NetworkStream disposed. Do you have...

In the React And Design website, there is a cool sample for a [TableTransfer](https://ant.design/components/transfer#transfer-demo-table-transfer), and there is the same (empty) entry in AntBlazor website. Is it implementable with the current...

enhancement

### Describe the bug While in the others selection components `@bind-value` is fullfilled before `OnChange`, Segmented seems to do the opposite ### Steps to reproduce (please include code) Create a...

**Describe the bug** For architectural reasons of my aspnetcore project, the host building and execution is in a for loop, since you can restart the server from the client, something...

Hi, I'm experimenting with Ant and InteractiveAuto in the .NET 8 Blazor WebApp. Everything seems to work fine and fast, but I noticed that if I set the Dark Theme...

For what I understood, the architecture should be something like Xaml Control Interface Handler Implementation But implementation requires an android view for android, an uikit view for ios etc While...