A simple event aggregator without any dependency other than the .NET Standard API (2.0). Contains a unit tests project and a console project demonstrating a simple use case
The .NET Standard 2.0 support can be installed using the .NET Core SDK 2.0.0, see https://www.microsoft.com/net/core#windowscmd As the sample project use a feature from C# 7.1 version (async Main), it need at least Visual Studio 2017 version 15.3 or Visual Studio Code with C# extension (ms-vscode.csharp) in version 1.12 for compiling and executing it