Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 558 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 558 Bytes

Description

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

Requirement

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