When corefx upgraded to a newer coreclr in dotnet/corefx#12836, some async-related tests started breaking. It appears to be due to System.Runtime.Versioning.BinaryCompatibility.TargetsAtLeast_Desktop_V4_5 now returning false, which has the effect of reverting several fixes made in coreclr years ago.
When corefx upgraded to a newer coreclr in dotnet/corefx#12836, some async-related tests started breaking. It appears to be due to System.Runtime.Versioning.BinaryCompatibility.TargetsAtLeast_Desktop_V4_5 now returning false, which has the effect of reverting several fixes made in coreclr years ago.