Gasolutions.Core.Patterns.Result 1.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Gasolutions.Core.Patterns.Result --version 1.0.8
                    
NuGet\Install-Package Gasolutions.Core.Patterns.Result -Version 1.0.8
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Gasolutions.Core.Patterns.Result" Version="1.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gasolutions.Core.Patterns.Result" Version="1.0.8" />
                    
Directory.Packages.props
<PackageReference Include="Gasolutions.Core.Patterns.Result" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Gasolutions.Core.Patterns.Result --version 1.0.8
                    
#r "nuget: Gasolutions.Core.Patterns.Result, 1.0.8"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Gasolutions.Core.Patterns.Result@1.0.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Gasolutions.Core.Patterns.Result&version=1.0.8
                    
Install as a Cake Addin
#tool nuget:?package=Gasolutions.Core.Patterns.Result&version=1.0.8
                    
Install as a Cake Tool

Gasolutions Core Result Pattern es la implementación de este patrón usada internamente en nuestra compañia.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Gasolutions.Core.Patterns.Result:

Package Downloads
Gasolutions.Core.Interfaces.Ports

Ports for Clean Architecture.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0.1 144 5/24/2026
2.0.0 128 5/24/2026
1.0.10.1 126 5/20/2026
1.0.10 124 5/20/2026
1.0.9 147 2/19/2026
1.0.8.1 137 2/15/2026
1.0.8 128 2/13/2026
1.0.7 138 2/13/2026
1.0.6 146 2/10/2026
1.0.1 131 2/9/2026
1.0.0 129 2/9/2026

# Changelog - Gasolutions.Core.Patterns.Result
All notable changes to this project will be documented in this file.
## [1.0.8]
### Added
- Add CHANGELOG.md file to document changes and updates
## [1.0.7]
### Added
- Comprehensive XML documentation for all error factories
- Automatic error code generation using StackTraceHelper
- Support for multiple error types with builder patterns
- Complete test suites for ArgumentErrors, CommunicationErrors, DatabaseErrors, ExceptionErrors, and OtherErrors
- Enhanced exception context preservation
- Detailed error reporting with exception hierarchy support
### Changed
- Improved StackTraceInfo encapsulation with private properties
- Enhanced error messages with better formatting
- Updated documentation to English for international audience
- Refactored error factories for consistency
### Fixed
- Error code generation accuracy
- Null reference handling in error creation
- Exception context tracking improvements
### Documentation
- Added comprehensive XML documentation for all error factories
- Created test suite documentation with 50+ test cases
- Updated inline code comments in English
---
## [1.0.6] - Previous
### Initial Release
- Basic Result pattern implementation
- Generic Result<T> class
- Non-generic Result class
- Error handling with Error record
- ArgumentErrors factory for validation errors
- DatabaseErrors factory for data access errors
- CommunicationErrors factory for service communication errors
- ExceptionErrors factory for exception handling
- OtherErrors factory for undefined scenarios