Notus 2.0.0
See the version list below for details.
dotnet add package Notus --version 2.0.0
NuGet\Install-Package Notus -Version 2.0.0
<PackageReference Include="Notus" Version="2.0.0" />
paket add Notus --version 2.0.0
#r "nuget: Notus, 2.0.0"
// Install Notus as a Cake Addin #addin nuget:?package=Notus&version=2.0.0 // Install Notus as a Cake Tool #tool nuget:?package=Notus&version=2.0.0
Notus
Provides a notification object that collects errors and warnings.
Usage
To add an error to the notification object:
new Notification().AddError("Policy number is missing");
//or
new Notification().AddError(new Error("Policy number is missing"));
To add a warning to the notification object:
new Notification().AddWarning("Amount is close to the lending limit");
//or
new Notification().AddWarning(new Warning("Amount is close to the lending limit"));
To check if the notification has any errors:
new Notification().HasErrors();
To check if the notification has any warnings:
new Notification().HasWarnings();
To check if the notification has a specific error:
new Notification().IncludesError("Policy number is missing");
To check if the notification has a specific warning:
new Notification().IncludesWarning("Amount is close to the lending limit");
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.CSharp (>= 4.7.0)
- System.Data.DataSetExtensions (>= 4.5.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Notus:
Package | Downloads |
---|---|
Mapex
A dynamic mapping engine to extract, transform and load data using YAML directives from various data sources. |
|
Mapex.Predicates.Email
Provides email Where specifications. |
|
Mapex.Predicates.FileSystem
Provides file system Where specifications. |
|
Mapex.Extractors.Csv
Provides CSV file extractor specifications. |
GitHub repositories
This package is not used by any popular GitHub repositories.