Moroshka.Protect
1.1.0
dotnet add package Moroshka.Protect --version 1.1.0
NuGet\Install-Package Moroshka.Protect -Version 1.1.0
<PackageReference Include="Moroshka.Protect" Version="1.1.0" />
<PackageVersion Include="Moroshka.Protect" Version="1.1.0" />
<PackageReference Include="Moroshka.Protect" />
paket add Moroshka.Protect --version 1.1.0
#r "nuget: Moroshka.Protect, 1.1.0"
#:package Moroshka.Protect@1.1.0
#addin nuget:?package=Moroshka.Protect&version=1.1.0
#tool nuget:?package=Moroshka.Protect&version=1.1.0
<img src="moroshka-protect.png" height="200px"/>
The Moroshka.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
Instructions for AI
| 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Moroshka.Xcp (>= 1.0.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Moroshka.Protect:
| Package | Downloads |
|---|---|
|
Moroshka.Factory
Factory is a set of interfaces and implementations of the Factory pattern for creating objects via factory functions. It supports both typed and untyped variants. |
|
|
Moroshka.Collections
The `Moroshka.Collections` module provides high-performance collections and capacity management for predictable memory management. |
|
|
Moroshka.InstanceProvider
`InstanceProvider` is designed to manage a single instance of an object. It ensures that the instance will be properly disposed of if it implements the `IDisposable` interface. |
|
|
Moroshka.ObjectPool
Object Pool — the module provides a mechanism for reusing objects, reducing the overhead of creating and destroying them. It is designed to improve performance and enable more efficient resource management, especially in scenarios where object creation is expensive or occurs frequently. |
|
|
Moroshka.TypeAnalyzer
`TypeAnalyzer` is a tool for analyzing type structures. It provides the ability to extract information about constructors, methods, properties, and fields of a given type. This tool is useful when working with reflection, where you need to dynamically examine types at runtime. |
GitHub repositories
This package is not used by any popular GitHub repositories.