E314.Protect
2.0.0
See the version list below for details.
dotnet add package E314.Protect --version 2.0.0
NuGet\Install-Package E314.Protect -Version 2.0.0
<PackageReference Include="E314.Protect" Version="2.0.0" />
<PackageVersion Include="E314.Protect" Version="2.0.0" />
<PackageReference Include="E314.Protect" />
paket add E314.Protect --version 2.0.0
#r "nuget: E314.Protect, 2.0.0"
#addin nuget:?package=E314.Protect&version=2.0.0
#tool nuget:?package=E314.Protect&version=2.0.0
E314.Protect
The E314.Protect
module provides methods for validating input data and conditions.
It prevents errors caused by invalid data by throwing exceptions with informative messages.
Installation
Instructions
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- E314.Exceptions (>= 1.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on E314.Protect:
Package | Downloads |
---|---|
E314.DataTypes
The E314.DataTypes module provides structures and data types. |
|
E314.DI
Dependency injection framework |
GitHub repositories
This package is not used by any popular GitHub repositories.
Breaking Changes
- The E314.Require module has been updated to use custom exceptions from the E314.Exceptions module instead of System.Exception. This change impacts how exceptions are thrown and handled.
- Existing code that relies on catching System.Exception for validation errors will need to be updated to handle the new exception types ('ArgNullException', 'ArgOutOfRangeException', 'InvOpException, etc.).