Laurenz

Results 17 comments of Laurenz

I have made an example [here](https://github.com/Laurnz/FluentAvaloniaNavigation) where the problem is visible. I am not using the NavigationView quite as intended, as I want to instantiate my own view models and...

This is a somewhat related question. I want my view models to have constructor parameters like services. Is it possible to set the data context of the page to navigate...

This got just relevant with [breaking changes introduced in .net 8](https://learn.microsoft.com/en-us/dotnet/core/compatibility/deployment/8.0/rid-asset-list)

Can't we just use the linux-x64 generic identifier in the NuGet, but keep the package name as Ubuntu22.04-x64? This would make it compliant with Microsoft's changes for handling the RIDs...

I sometimes test touchscreen features on non touchscreen Windows devices [like here](https://stackoverflow.com/a/40274661). You have to install Visual Studio 2019, it does not ship with 2022. Also, do not forget to...

It seems like Microsoft has the Text Services Framework that it is being used for all on-screen keyboard related tasks. It apparently handles showing/hiding the OSK internally. The TSF is...

I don't know if #918 is related, or if it could be the fault of Avalonia/SkiaSharp. But it is really specific to the new version of EmguCV 4.9.0.5494

Yes, the program does not crash directly in the EmguCV part. The program calls EmguCV first and then crashes when initializing the UI framework later. And it is not happening...

I specifically tested 4.8.1.5350 and also used lower ones over the years. I always tried Ubuntu 22.04. If you do not manage to get my sample repo to execute after...

As mentioned, running just EmguCV works fine. The problem is when other this other library is also calling native code. I opened the issue here, because the version change introduced...