Chris Hamons

Results 188 comments of Chris Hamons

I don't understand what's going on, but I'm considering this a bug to be looked at. If you could attach a sample project that would be bonus.

Just an update on this - direct support for WidgetKit in C# did not make it this year, and isn't in our initial Xcode 12 support release. However, we did...

See [the PR](https://github.com/xamarin/xamarin-macios/pull/9048) for an example. More details in a future blog post as well.

@programmation (and others here) - Please post a full build log

Love the PR, it does not surprise me that Apple broke the Widget after the Beta I wrote that in.

@t9mike - Not easily. The WidgetKit extension is in a separate process space than your main application, and can be invoked arbitrarily by Apple to get more timeline data. It...

No known issue - I'd verify all of your signing/entitlement/info.plsits. Without a sample showing it, I'm not sure anyone will be able to help you here. Getting signing right is...

Hey @Cliffy786 - There are no updates as we've been unable to reproduce this issue locally (so we can debug and fix it). If you have interest in resolving this,...

I'm now having difficult with an active task without any priority not having color.active taken, so maybe it's a bug there any not precedence? I'm very confused what's going on...

I think the "Coping with C# quirks" section covers the nonsense I ran into, and "inlining" versions that cast to base is the best solution. I'm wondering however, would that...