Luca Piccioni

Results 57 comments of Luca Piccioni

Indeed we have a nuget package with .NET Core binaries,versioned as 0.7.1.

Well, projects are there. They're not included in VS2017 solution because something in the IDE/environment do not let me compile them. I need to investigate a little more on the...

Sure, it would be awesome if someone would take care about the packages maintenance. Till the next year I won't be able to keep it all updated (nuget packages, appveyor...

No, the DLL is not deprecated. It is generated by the post-build script. Can you be more specific about about "doesn't seem to work"?

I'm facing the same issues when running on mono on Linux. My understanding is that there is some wrong P/Invoke during EGL initialization. Issues are "solved" by disabling EGL static...

The crash n. 1 seem caused directly by the EGL implementer, in `eglInitialize`. The Egl static constructor is invoking `Egl.Initialize`, passing the display handle as argument: I don't how this...

Recently I'm running on the last mono implementation, and I get similar behavior. I think this is related with #77. I suspect that is a memory corruption issue due a...