This repository includes projects containing abstractions and implementations of the event framework.
All artifacts are licensed under the MIT license. You are free to use them in open-source or commercial projects as long as you keep the copyright notice intact when redistributing or otherwise reusing our artifacts.
Latest development packages can be found on MyGet.
| Package | Description |
|---|---|
AppCore.EventModel | Provides event framework default implementations. |
AppCore.EventModel.Abstractions | Provides the public API of the event framework. |
AppCore.EventModel.NewtonsoftJson | JSON serialization support for events. |
AppCore.EventModel.Logging | Adds logging of events. |
AppCore.EventModel.EntityFrameworkCore.SqlServer | Adds support for queing events using SQL Server via EF Core. |
AppCore.EventModel.EntityFrameworkCore.MySql | Adds support for queing events using MySql via EF Core. |
AppCore.EventModel.EntityFrameworkCore.PostgreSql | Adds support for queing events using PostgreSql via EF Core. |
AppCore.EventModel.Store | Event store default implementation. |
AppCore.EventModel.Store.Abstractions | Provides the public API for the event store. |
Contributions, whether you file an issue, fix some bug or implement a new feature, are highly appreciated. The whole user community will benefit from them.
Please refer to the Contribution guide.