Skip to content

NetHacksPack.Notifications.Abstractions

Edney Batista da Silva edited this page Jul 2, 2021 · 3 revisions

This package contains the abstractions to implements a set of notifications handlers that will be used by the same client, without creating dependencies among specific notifications types.

Here we use the Open/Closed principle where we can extends new features to the software without modify the core.

Usage

To use it in your project you can dowload diretly from Nuget:

dotnet add NetHacksPack.Notifications.Abstractions

Clone this wiki locally