There was an error while loading. Please reload this page.
It currently returns FSharpAsync<T>, which is fine within F#, but creates awkward interop with C#:
await FSharpAsync.StartAsTask(ImageExport.exportAsJPG(...))
It currently returns FSharpAsync<T>, which is fine within F#, but creates awkward interop with C#: