Huo Yaoyuan

Results 103 comments of Huo Yaoyuan

The XA4301 warning is about picking linux assets for android from NativeLibs, since android is considered a child of linux. Should be resolved at framework side.

The mono debugger issue can be workarounded by removing Xamarn.Essentials and reimplement it. There's no blocking issue I can find now.

Did you test if it reproduces on that device with old xamarin? If so, I think it could not block this PR as it's not a new issue. You may...

Changing `SocketsHttpHandler` to `HttpClientHandler` may make a difference, and the latter should be more closed to the old behavior. It can be also valuable to collect SSL config of our...

Another SIGSEGV crash occurs when investigating the network issue. Symptom: - Crashes only in Debug build - Crashes a short while after log in (into production server) - Does not...

I've prepared commits locally, but it's not fully working on my phone. I'll push the changes once workaround applied for all known issues.

@bdach I've pushed on both repos. It's now working fine on both debug and release for me. You can test if your old device works fine with SSL. Remember to...

@bdach When would you have time to test on your old device? If it works fine now, this PR can be unblocked.

The minimum required SDK for Android should be 6.0.300 now. Every time when SDK updates, the `dotnet workload install` or `dotnet workload update` command needs to be invoked again. This...

I need help to update and test fastlane configuration because I don't have the environment (and time). If there's nothing blocking, we should go on for this.