AugusteVN.ResultPattern.Contracts
1.0.8
dotnet add package AugusteVN.ResultPattern.Contracts --version 1.0.8
NuGet\Install-Package AugusteVN.ResultPattern.Contracts -Version 1.0.8
<PackageReference Include="AugusteVN.ResultPattern.Contracts" Version="1.0.8" />
paket add AugusteVN.ResultPattern.Contracts --version 1.0.8
#r "nuget: AugusteVN.ResultPattern.Contracts, 1.0.8"
// Install AugusteVN.ResultPattern.Contracts as a Cake Addin #addin nuget:?package=AugusteVN.ResultPattern.Contracts&version=1.0.8 // Install AugusteVN.ResultPattern.Contracts as a Cake Tool #tool nuget:?package=AugusteVN.ResultPattern.Contracts&version=1.0.8
Result Pattern Contracts
The contracts for the result pattern approach. This approach returns success or failure results containing custom error objects. An alternative approach to throwing custom exceptions.
How it was built: Error Handling with Result Pattern
Get the original source code: kiss-code.com
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on AugusteVN.ResultPattern.Contracts:
Package | Downloads |
---|---|
AugusteVN.Mollie.Api
Wrapper around the Mollie API to process payments and refunds. |
|
AugusteVN.Ollama.Client
Interact with your own Ollama API setup by passing an accessible host URL. |
|
AugusteVN.ResultPattern.Extensions
The IResult extensions for the result pattern approach. This approach returns success or failure results containing custom error objects. An alternative approach to throwing custom exceptions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Patch bug used nameof(T) instead of typeof(T).