Code Suggestion
Closed this issue · 2 comments
taooceros commented
We have supported IAsyncPlugin
rather than IPlugin
, which supports async
query. It would be better to use that with async/await
instead of using Result
for Task
.
Echostorm44 commented
I just used the VS template, it might be a good idea to update that. I'll make the changes in my plugins, thank you for the heads up.
taooceros commented
Yeah that may be a bit old, and not everyone need async.