2

The .Net Framework introduced the concept of async/await around 10 years ago in C# 5. It has largely become the de-fact way of programming at this point. We really need to be able to program using this modern style, especially with the upcoming release of the ability to use 3rd party packages in plugins. You could do this by adding a new IAsyncPlugin interface with an 'ExecuteAsync' method. Please consider adding this.

STATUS DETAILS
New