MethodResultWrapper 1.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MethodResultWrapper --version 1.1.0
NuGet\Install-Package MethodResultWrapper -Version 1.1.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="MethodResultWrapper" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MethodResultWrapper --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MethodResultWrapper, 1.1.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 MethodResultWrapper as a Cake Addin #addin nuget:?package=MethodResultWrapper&version=1.1.0 // Install MethodResultWrapper as a Cake Tool #tool nuget:?package=MethodResultWrapper&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Provides a generic wrapper that returns whether or not a method succeeded of failed carrying the method result on success or a list of notifications/errors in case of failure
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MethodResultWrapper:
Package | Downloads |
---|---|
MsSqlLoggerService
Ms Sql implementation of MethodResultWrapper ILoggerService. Persists logs into a MsSql table. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
3.0.6 | 1,483 | 9/22/2021 | |
3.0.5 | 849 | 4/28/2021 | |
3.0.4 | 783 | 4/27/2021 | |
3.0.3 | 1,377 | 6/10/2020 | |
3.0.2 | 967 | 6/10/2020 | |
3.0.1 | 932 | 6/10/2020 | |
3.0.0 | 1,089 | 6/10/2020 | |
2.0.1 | 1,236 | 3/20/2020 | |
2.0.0 | 1,053 | 3/19/2020 | |
1.1.3 | 969 | 3/20/2020 | |
1.1.2 | 1,094 | 3/19/2020 | |
1.1.0 | 1,399 | 3/7/2020 | |
1.0.0 | 980 | 2/28/2020 |
ILoggerService updated