Chris Hamons

Results 210 comments of Chris Hamons

I was wondering out loud about this: Our Binding ``` public interface IProtocol { public void DoSomething () {} } public class UIWindow: IProtocol { public void DoSomething () {...

The fact that we are missing this binding shows up in our binding todos: https://gist.github.com/chamons/b74a1133a44143c13ea438febbb9e2da I don't have a timetable right now to give you, but this is on our...

I'm not sure if you were using my "instructions" in https://github.com/chamons/mac-samples/tree/master/SystemFrameworkBinding Part of what makes this framework non-trivial is that you need specific hardware to test.

You will likely need to add `com.apple.security.smartcard` by hand to your entitlement, as there is not IDE support to my knowledge.

Where is that code being run from? Do you have something running a message pump (such as a NSApplication/UIApplication)?

If we go down this route, this is an old (multiple years) branch with some work I did originally before we decided DIM wasn't helpful - https://github.com/chamons/xamarin-macios/commits/default_impl_prototype

Note, if you use the gnu toolchain (and you don't forget to add the config for gnu), you get something different: ``` C:\Users\donblas\Programming\cranelift-march-6-gnu\cargo-clif.exe build Compiling link-crane-example v0.1.0 (C:\Users\donblas\Programming\link-crane-example) error: linking...

Also appears to be missing getRedeliveryCount

@Odrakir Unfortunately, we don't have any news to share right now. Until we add support, you could look at building a minimal extension in Obj-C and copying into your Xamarin.iOS...