Ardalis.Result.FluentValidation 10.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ardalis.Result.FluentValidation --version 10.0.0                
NuGet\Install-Package Ardalis.Result.FluentValidation -Version 10.0.0                
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="Ardalis.Result.FluentValidation" Version="10.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ardalis.Result.FluentValidation --version 10.0.0                
#r "nuget: Ardalis.Result.FluentValidation, 10.0.0"                
#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.
// Install Ardalis.Result.FluentValidation as a Cake Addin
#addin nuget:?package=Ardalis.Result.FluentValidation&version=10.0.0

// Install Ardalis.Result.FluentValidation as a Cake Tool
#tool nuget:?package=Ardalis.Result.FluentValidation&version=10.0.0                

A simple package to implement FluentValidation with the Ardalis.Result package.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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 is compatible.  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 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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Ardalis.Result.FluentValidation:

Package Downloads
BL.Framework

BonnyLand .Net Core Framework

OKOperationServices.Framework

Operation Services Microservice Base Framework

JordiAragon.SharedKernel.Application

A simple package to implement the building blocks to follow DDD principles and Clean Architecture.

KernelBase

Package Description

FAimlyT.DDD.NetFramework

DDDCommon

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Ardalis.Result.FluentValidation:

Repository Stars
yanpitangui/dotnet-api-boilerplate
A Dotnet 8.0 WebApi template project. MediatR, Swagger, Mapper, Serilog and more implemented.
jeangatto/ASP.NET-Core-Clean-Architecture-CQRS-Event-Sourcing
ASP.NET Core, C#, CQRS Event Sourcing, REST API, DDD, SOLID Principles and Clean Architecture
SSWConsulting/SSW.CleanArchitecture
SSW Clean Architecture Template
Version Downloads Last updated
10.1.0 10,136 10/28/2024
10.0.0 16,858 9/11/2024
9.1.0 52,488 5/25/2024
9.0.0 1,930 5/15/2024
7.2.0 102,950 10/30/2023
7.1.0 37,307 5/30/2023
7.0.0 25,302 2/23/2023
4.2.0 11,238 1/31/2023
4.1.0 31,261 8/3/2022
4.0.0 162,939 6/7/2022
3.1.2 16,340 2/9/2022
3.0.2 7,840 8/13/2021
3.0.1 17,721 8/25/2020

## What's Changed
 * Add error messages to forbidden and unauthorized by @Ahammdan in https://github.com/ardalis/Result/pull/190
 * Fix unhandled ResultStatus.NoContent in MinimalApiResultExtensions.ToMinimalApiResult by @inghamc in https://github.com/ardalis/Result/pull/192
 * Bump rexml from 3.2.8 to 3.3.6 in /docs by @dependabot in https://github.com/ardalis/Result/pull/202
 * Fix missing new on Result.Error by @tpitlik-dev in https://github.com/ardalis/Result/pull/194
 * Add support for HttpStatusCode: Created to the ResultStatus mapping by @wtygibbs in https://github.com/ardalis/Result/pull/198
 * Add Result.Created void methods so that return Result type is implicitly handled. by @jdrames in https://github.com/ardalis/Result/pull/200
 * Implement Expression method by @KhanbalaRashidov in https://github.com/ardalis/Result/pull/201
 * Add support for ToMinimalApiResult in net6

 ## New Contributors
 * @Ahammdan made their first contribution in https://github.com/ardalis/Result/pull/190
 * @inghamc made their first contribution in https://github.com/ardalis/Result/pull/192
 * @tpitlik-dev made their first contribution in https://github.com/ardalis/Result/pull/194
 * @wtygibbs made their first contribution in https://github.com/ardalis/Result/pull/198
 * @jdrames made their first contribution in https://github.com/ardalis/Result/pull/200
 * @KhanbalaRashidov made their first contribution in https://github.com/ardalis/Result/pull/201

 **Full Changelog**: https://github.com/ardalis/Result/compare/v9.1.0...v10.0.0