Fan Yang

Results 17 comments of Fan Yang

This is actually needed for both Mono VM and CoreCLR, because of macOS. CoreCLR team might plan this for net8.

I could start working on this next week. First, I will be working on creating an app hopefully a desktop app, which could reproduce this issue. That would be easier...

Sorry for the delay. I tried it and this is reproducible locally. I also tried using logging `adb shell setprop debug.mono.log default,assembly,mono_log_level=debug,mono_log_mask=all`, which hasn't provided much outstanding information regarding to...

@steveisok No I haven't seen apps failing to install for quite a while, since we introduced recovery mechanism. I checked that that code doesn't exit in `release/6.0` branch. Comparing https://github.com/dotnet/runtime/blob/release/6.0/src/tests/Common/Coreclr.TestWrapper/MobileAppHandler.cs...

> Seems like the version of Arcade on the 6.0 branch does have this backported: https://github.com/dotnet/arcade/blob/0c93c1cb1ef9c9d5c1a59f4ab98c2f7e37f12197/src/Microsoft.DotNet.Helix/Sdk/tools/xharness-runner/xharness-runner.apple.sh I assume that the functionality for Android is backported as well?

I will try to backport a fix for this later this week.

There isn't one particular PR, but a handful amount that I would need to backport to 6.0 to make these failures go away. There are still a good amount of...

This is not a WASM only issue. It is also seen on desktop linux. See logs here: https://dev.azure.com/dnceng-public/public/_build/results?buildId=560509&view=logs&j=d25dc2c0-518b-5583-f661-5ac905106679&t=47cb0142-4d6b-5edf-a0a8-cf81fa3f7e05 @jkurdek Could you take a look, as your previous fix was to...