Andoni Morales Alastruey
Andoni Morales Alastruey
In case someone has the same issue, this is workaround that pre-processes the list of libraries to relocate: ``` 0) { var itemsDict = new Dictionary (); for (int i...
The clean-up needs to be done a little bit earlier, in the list of _FileNativeReference. ``` 0) { var itemsDict = new Dictionary (); for (int i = 0; i...
I can reproduce the same issue in macOS with the following versions installed in case it helps ``` Visual Studio Community 2022 for Mac Version 17.3.1 (build 411) Installation UUID:...
I do get move events when moving the mouse, but only when a button is pressed. This happens with the SkiaSharp.Views.Forms.SKCanvasView in macOS and in the Android and iOS emulators....
Hi, I have started working on item 2 for GTK+, which should provide the scaffolds to support other UI frameworks. I am starting with GTK+ because it's the one we...
Hi, Thanks for your feedback, I think I now have a clear picture on how to proceed. I found there are several pieces in the WPF implementation that could be...
On mi side I am no longer working on the port to other platforms. We are using neutronium.but for a WPF app only. I moved to other projects, so I...
I understand perfectly the issue can be hard to tackle from Paket's side since it's a combination of several external issues: - The lack of support in nuget to define...
I am seeing the same leak happening in my application and I have been able to isolate the issue. The leak only happens with the Windows GL backend: `UseWgl =...
The Regress library from the GObject Introspection test suite has an implementation of a fundamental type that is used on their tests `RegressTestFundamentalObject` as well as several subclasses: https://gitlab.gnome.org/GNOME/gobject-introspection/-/blob/main/tests/scanner/regress.h?ref_type=heads#L1037 It's...