Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
/ Events Public archive

Event framework abstractions and implementations

License

Notifications You must be signed in to change notification settings

AppCoreNet/Events

Repository files navigation

AppCore .NET event model

Build Status Azure DevOps tests (compact) Azure DevOps coverage (branch) Nuget

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.

Packages

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.

Contributing

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.