Mark Toman

Results 1 issues of Mark Toman

When I pass a .NET Core 2.2 exe to IPuresharp, it fails if the exe has async methods that contain certain constructs: ```csharp using System; using System.Threading.Tasks; namespace AsyncWeavingTest {...