Victor
Victor
This now might be easier with new C# static abstract interface members. Relevant IL changes: https://github.com/dotnet/runtime/pull/49558/files
I think I might be hitting something related. My failed connection log on a IPv6 + IPv4 machine (Sipsorcery) that is trying to connect to an IPv4 only machine (web...
At the very least, the packages should be updated to include supported version ranges.
A suggestion for the project: get a Windows Mixed Reality based receiver, and market as a VR Desktop platform for Windows itself. There are just a few competing projects, and...
This might be a bug in .NET runtime on the corresponding platform. Anyway without the access to the platform we can not investigate. And there's no plan to officially support...
@uweigand while we could switch our definitions to `IntPtr`, I believe there must be a way to create simple wrapper types (which `*Reference` types are) on any platform that would...
@Sapana-Khemkar currently there's no upcoming release planned.
``` new_font = Font.Overloads[String, Single, FontStyle]( font_type, font_size, font_style) TypeError: No method matches given arguments for Font..ctor: (, ) ``` Based on this example, I believe it is a bug...
@stranger0612 please ensure the parameters are actually passed. The message hints that somehow the first one might be omitted at least in the case with `.Overloads`.
@stranger0612 that would be the case if there were no bugs. It seems like the first parameter is being ignored in the above error message. Try varying it and see...