AugusteVN.ResultPattern.Contracts
1.0.9
dotnet add package AugusteVN.ResultPattern.Contracts --version 1.0.9
NuGet\Install-Package AugusteVN.ResultPattern.Contracts -Version 1.0.9
<PackageReference Include="AugusteVN.ResultPattern.Contracts" Version="1.0.9" />
<PackageVersion Include="AugusteVN.ResultPattern.Contracts" Version="1.0.9" />
<PackageReference Include="AugusteVN.ResultPattern.Contracts" />
paket add AugusteVN.ResultPattern.Contracts --version 1.0.9
#r "nuget: AugusteVN.ResultPattern.Contracts, 1.0.9"
#:package AugusteVN.ResultPattern.Contracts@1.0.9
#addin nuget:?package=AugusteVN.ResultPattern.Contracts&version=1.0.9
#tool nuget:?package=AugusteVN.ResultPattern.Contracts&version=1.0.9
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.
Used by: https://www.nuget.org/packages/AugusteVN.ResultPattern.Extensions/
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. 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. |
-
net8.0
- No dependencies.
NuGet packages (5)
Showing the top 5 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. |
|
|
AugusteVN.CQRS.Extensions
Extensions for the CQRS pattern. |
|
|
AugusteVN.CQRS.Contracts
Contracts for the CQRS pattern. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Patch bug used typeof(T) instead of typeof(T).Name.