FluentResults 3.6.0
See the version list below for details.
dotnet add package FluentResults --version 3.6.0
NuGet\Install-Package FluentResults -Version 3.6.0
<PackageReference Include="FluentResults" Version="3.6.0" />
paket add FluentResults --version 3.6.0
#r "nuget: FluentResults, 3.6.0"
// Install FluentResults as a Cake Addin #addin nuget:?package=FluentResults&version=3.6.0 // Install FluentResults as a Cake Tool #tool nuget:?package=FluentResults&version=3.6.0
A lightweight Result object implementation for .NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.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 is compatible. |
.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. |
-
.NETStandard 2.0
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
-
.NETStandard 2.1
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
NuGet packages (107)
Showing the top 5 NuGet packages that depend on FluentResults:
Package | Downloads |
---|---|
FluentResults.Extensions.FluentAssertions
Asserting FluentResults objects with FluentAssertions |
|
FluentResults.Extensions.AspNetCore
FluentResult Asp.Net Core integration |
|
OpenFTTH.UtilityGraphService.API
Package Description |
|
GameFinder.Common
Package Description |
|
OpenFTTH.UtilityGraphService.Business
Package Description |
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on FluentResults:
Repository | Stars |
---|---|
altmann/FluentResults
A generalised Result object implementation for .NET/C#
|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
|
PlexRipper/PlexRipper
A cross-platform media downloader for Plex, designed to seamlessly add content to your own Plex server!
|
|
lolo77777/OpenCVVision
使用OpenCvSharp创建常用功能集合
|
|
fluent-cms/fluent-cms
CRUD (Create, Read, Update, Delete) for any entities
|
Version | Downloads | Last updated |
---|---|---|
3.16.0 | 1,068,782 | 6/30/2024 |
3.15.2 | 4,551,906 | 2/4/2023 |
3.15.1 | 538,175 | 11/19/2022 |
3.15.0 | 314,772 | 11/6/2022 |
3.14.0 | 206,215 | 10/14/2022 |
3.13.0 | 257,366 | 9/18/2022 |
3.12.0 | 36,286 | 9/11/2022 |
3.11.0 | 288,061 | 8/12/2022 |
3.10.0 | 44,521 | 8/5/2022 |
3.9.0 | 18,274 | 8/4/2022 |
3.8.0 | 225,057 | 6/30/2022 |
3.7.0 | 34,369 | 6/19/2022 |
3.6.0 | 24,309 | 6/13/2022 |
3.5.0 | 255,864 | 4/18/2022 |
3.4.0 | 70,711 | 4/10/2022 |
3.3.0 | 105,617 | 3/28/2022 |
3.2.0 | 372,885 | 1/18/2022 |
3.1.0 | 142,998 | 11/28/2021 |
3.0.0 | 668,522 | 10/30/2021 |
2.6.0 | 131,493 | 10/14/2021 |
2.5.0 | 752,018 | 5/19/2021 |
2.4.0 | 2,944 | 5/16/2021 |
2.3.0 | 643,089 | 10/29/2020 |
2.2.0 | 55,868 | 8/21/2020 |
2.1.0 | 3,428 | 8/11/2020 |
2.0.0 | 15,805 | 6/14/2020 |
1.6.0 | 45,441 | 5/20/2020 |
1.5.0 | 23,309 | 4/13/2020 |
1.4.0 | 216,502 | 12/27/2019 |
1.3.0 | 24,517 | 10/14/2019 |
1.2.0 | 42,125 | 3/20/2019 |
1.1.1 | 15,143 | 10/19/2018 |
1.1.0 | 11,630 | 3/14/2018 |
1.0.0 | 4,351 | 2/21/2018 |
0.8.1 | 2,581 | 10/28/2017 |
0.8.0 | 2,106 | 10/26/2017 |
0.7.1 | 8,596 | 5/4/2017 |
0.6.0 | 1,929 | 5/4/2017 |
0.5.0 | 8,588 | 5/1/2017 |
ADDED - Creating a result with multiple errors or error messages #122
ADDED - LogLevel can now be passed via Log(...) method #124
ADDED - IntelliSense support - generation of a documentation file #127
FIXED - HasException(...) now also search the top level errors for the exception #126
CHANGED - CausedBy(...) method now expect an IError and not an Error object