CSharpEssentials.Maybe
2.0.2
See the version list below for details.
dotnet add package CSharpEssentials.Maybe --version 2.0.2
NuGet\Install-Package CSharpEssentials.Maybe -Version 2.0.2
<PackageReference Include="CSharpEssentials.Maybe" Version="2.0.2" />
<PackageVersion Include="CSharpEssentials.Maybe" Version="2.0.2" />
<PackageReference Include="CSharpEssentials.Maybe" />
paket add CSharpEssentials.Maybe --version 2.0.2
#r "nuget: CSharpEssentials.Maybe, 2.0.2"
#:package CSharpEssentials.Maybe@2.0.2
#addin nuget:?package=CSharpEssentials.Maybe&version=2.0.2
#tool nuget:?package=CSharpEssentials.Maybe&version=2.0.2
Maybe monad implementation with LINQ support for functional programming in C#.
Provides type-safe null handling, eliminates null reference exceptions, and enables functional
composition.
Essential for functional programming patterns and safe value handling.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. 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. |
-
net9.0
- CSharpEssentials.Errors (>= 2.0.2)
- CSharpEssentials.Results (>= 2.0.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CSharpEssentials.Maybe:
| Package | Downloads |
|---|---|
|
CSharpEssentials
A comprehensive C# library enhancing functional programming capabilities with type-safe monads (Maybe, Result), discriminated unions (Any), and robust error handling. Features include: domain-driven design support, enhanced Entity Framework integration, testable time management, JSON utilities, and LINQ extensions. Built for modern C# development with focus on maintainability, testability, and functional programming principles. |
|
|
CSharpEssentials.EntityFrameworkCore
Enhances Entity Framework Core with functional programming patterns and DDD-friendly features. Includes base entity classes, soft delete support, audit trails, query filters, optimistic concurrency, PostgreSQL integration, query performance monitoring, and domain event handling. Perfect for building maintainable and scalable data access layers in modern .NET applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.