Arc4u.Results 9.0.0-preview02

Prefix Reserved
This is a prerelease version of Arc4u.Results.
dotnet add package Arc4u.Results --version 9.0.0-preview02
                    
NuGet\Install-Package Arc4u.Results -Version 9.0.0-preview02
                    
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="Arc4u.Results" Version="9.0.0-preview02" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Arc4u.Results" Version="9.0.0-preview02" />
                    
Directory.Packages.props
<PackageReference Include="Arc4u.Results" />
                    
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 Arc4u.Results --version 9.0.0-preview02
                    
#r "nuget: Arc4u.Results, 9.0.0-preview02"
                    
#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 Arc4u.Results@9.0.0-preview02
                    
#: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=Arc4u.Results&version=9.0.0-preview02&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Arc4u.Results&version=9.0.0-preview02&prerelease
                    
Install as a Cake Tool

Arc4u.Results

FluentResult with fluent validators dedicated for Arc4u.

This package extends FluentResults by introducing the concepts of ProblemDetailsError and ValidationError. Currently, there is a strong link between FluentValidation and its ValidationFailure concept for creating a ValidationError object.
Then, there is no direct capability to construct a ValidationError. Each ValidationFailure is converted into a ValidationError and a Result can contain more than one!

The second concept is ProblemDetailError. This is a specific error that can be used to return a problem details object as defined in the RFC 7807. This model is also more detail than just the standard Error object from FluentResults.

The third concept implemented is the integration of FluentResults with the Logging concept of Arc4u. FluentLogger implements the interface IResultLogger.
This is useful when you want to log the result of an operation and the result is a Result object.

Product 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 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 is compatible.  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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Arc4u.Results:

Package Downloads
Arc4u.AspNetCore.Results

Package used on Interface and Facade projects to return ProblemDetails based on Results.

Arc4u.OAuth2

Package Description

Arc4u.Data

Package Description

Arc4u.FluentValidation

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.0-preview02 92 9/14/2025
9.0.0-preview01 121 9/11/2025