Chris Hamons

Results 188 comments of Chris Hamons

Thanks for the report. Obviously that report doesn't have a huge amount of information, and the lines of code in question are rather slim: https://github.com/xamarin/xamarin-macios/blob/main/src/Foundation/NSObject2.cs#L1016-L1017 I hope once we get...

The code in question uses a "hot" list and a lock to swap the "active" list before enumerating over the old list for draining. While it is possible it has...

The way you are doing this looks it **should** work, and I believe it used to (since I personally wrote that sample). The problem is that the msbuild that did...

When @rolfbjarne is back in the office, he can take a look and see if it possible to improve the exception here (since it's deep dark block code). If so,...

So GroupActivities is a Swift only framework, which are not currently bound by Xamarin as described [here](https://github.com/xamarin/xamarin-macios/issues/6239). There is no current progress on this issue. However, using [this prototype](https://github.com/xamarin/xamarin-macios/issues/15315) you...

Possibly introduced by @rolfbjarne 's code signing changes.

The log appears to have some characters corruption (possibly different character encoding): ``` ComputeCodesignItems" 任务参数: ``` Is the machine in question setup with multiple languages support, if so which ones?...

The length of the path would make some sense if you were building from Windows, as they have MAX_PATH to worry about, but I've not seen an issue of that...

I don't trust the test results. Rekicking.