Echostorm44/FlowLauncherPluginMyIPs

Code Suggestion

Closed this issue · 2 comments

public class FlowLauncherPluginMyIPs : IPlugin

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.

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.

Yeah that may be a bit old, and not everyone need async.