NiL.JS
NiL.JS copied to clipboard
Fix .Net Core Task<> conversion
Tested on .Net Core 3.1
Not all Task<> is Task<> at runtime, it might be System.Runtime.CompilerServices.AsyncTaskMethodBuilder1+AsyncStateMachineBox1[TResult,TStateMachine], which is a struct not Task<>