NiL.JS icon indicating copy to clipboard operation
NiL.JS copied to clipboard

Fix .Net Core Task<> conversion

Open Tlaster opened this issue 5 years ago • 0 comments

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<>

Tlaster avatar Sep 21 '20 15:09 Tlaster