Skip to content

[Suggestion] Move the ImageExport's Async API to Task #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
WhiteBlackGoose opened this issue Jul 8, 2022 · 0 comments · Fixed by #321
Closed

[Suggestion] Move the ImageExport's Async API to Task #320

WhiteBlackGoose opened this issue Jul 8, 2022 · 0 comments · Fixed by #321

Comments

@WhiteBlackGoose
Copy link
Contributor

WhiteBlackGoose commented Jul 8, 2022

It currently returns FSharpAsync<T>, which is fine within F#, but creates awkward interop with C#:

await FSharpAsync.StartAsTask(ImageExport.exportAsJPG(...))
@WhiteBlackGoose WhiteBlackGoose changed the title [Suggestion] Move the ImageExport [Suggestion] Move the ImageExport's Async API to Task Jul 8, 2022
WhiteBlackGoose added a commit to WhiteBlackGoose/Plotly.NET that referenced this issue Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant