DigitalResults 1.0.13
dotnet add package DigitalResults --version 1.0.13
NuGet\Install-Package DigitalResults -Version 1.0.13
<PackageReference Include="DigitalResults" Version="1.0.13" />
paket add DigitalResults --version 1.0.13
#r "nuget: DigitalResults, 1.0.13"
// Install DigitalResults as a Cake Addin #addin nuget:?package=DigitalResults&version=1.0.13 // Install DigitalResults as a Cake Tool #tool nuget:?package=DigitalResults&version=1.0.13
Digital Results
Digital Results makes it possible to create methods with either/or result types for tracking success/failure of an operation and either the resulting value or an error.
Documentation
Under Construction
Contributing
At this time, the library is private and not open for outside development.
License
Copyright © Digital Caesar LLC
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. |
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.13 | 183 | 7/13/2023 |
# Summary
This is the initial release
# New Features
- Results: Allows for methods to handle null and errors when returning values
- Errors: Allows a method to return a result even if a failure occurs, sharing the error information without breaking. Useful for threads and capturing what went wrong.
# Bug Fixes
- None
# Comments
This is the initial release extracting the commond code from DigitalDomain, and CleanArchitectureSample.