HaidaiTech.Notificator 1.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package HaidaiTech.Notificator --version 1.3.1                
NuGet\Install-Package HaidaiTech.Notificator -Version 1.3.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HaidaiTech.Notificator" Version="1.3.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HaidaiTech.Notificator --version 1.3.1                
#r "nuget: HaidaiTech.Notificator, 1.3.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HaidaiTech.Notificator as a Cake Addin
#addin nuget:?package=HaidaiTech.Notificator&version=1.3.1

// Install HaidaiTech.Notificator as a Cake Tool
#tool nuget:?package=HaidaiTech.Notificator&version=1.3.1                

Haidai Notificator

Haidai Notificator is a project developed by the Haidai team, implementing the Notification Pattern as described by Martin Fowler here.

Release Versions

  • 1.0.0: The inaugural version of Notificator.
  • 1.0.1: Updated the .NET framework to version 6, addressing several bugs in the process. 1.1.1: Correcting version format.

Release Notes

Version 1.2.1

In this version, we introduce enhanced flexibility to the NotificationContextMessage. You are now empowered to define your preferred level of notification criticality. Refer to the tests for implementation details: tests.

Two development helpers have been introduced:

  • NotificationContextErrorLevelHelper: This class encompasses various error level codes. Should additional Error Level Codes be necessary, feel free to extend the NotificationContextErrorLevelHelper (refer to the test project).
  • NotificatorErrorCodesHelper: This class contains 100 Error Codes. For those requiring more Error Codes, it's possible to extend the NotificatorErrorCodesHelper (see the test project).

Furthermore, it's worth noting that during the use of FluentValidator, the code in the test project might appear inelegant when transferring data from FluentValidator to Notificator.

This revised version maintains your intended information while presenting it in a more organized and easy-to-follow structure.

Version 1.3.1

In this version, we introduce enhanced flexibility to the NotificationContext class. You are now empowered to Insert a single message or a list of messages and Notification Class will create a single NotificationContextMessage for each message.Refer to the tests for implementation details: tests, in the methods ShouldAddSingleMessageInNotificationContext, ShouldAddSingleMessageInNotificationContextAsync, ShouldAddListOfStringToNotificationContext and ShouldAddListOfStringToNotificationContextAsync

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 104 9/11/2024
2.1.0 147 2/10/2024
2.0.0 181 12/25/2023
1.3.1 144 8/27/2023
1.2.1 146 8/19/2023
1.1.1 128 8/19/2023
1.0.1 142 8/15/2023
1.0.0 142 8/10/2023