OperationResult 1.5.0
ASP.NET Core base platform now.
dotnet add package OperationResult --version 1.5.0
NuGet\Install-Package OperationResult -Version 1.5.0
<PackageReference Include="OperationResult" Version="1.5.0" />
paket add OperationResult --version 1.5.0
#r "nuget: OperationResult, 1.5.0"
// Install OperationResult as a Cake Addin #addin nuget:?package=OperationResult&version=1.5.0 // Install OperationResult as a Cake Tool #tool nuget:?package=OperationResult&version=1.5.0
This is a wrapper for web api services. Some helpful classes like OperationResult.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on OperationResult:
Package | Downloads |
---|---|
Calabonga.EntityFramework
Simple Data Accesss Layer for EntityFramework with some helpfull features. There is a ReadableReposity and WritableRepository. PagedList collection and mapping to entities to ViewModels. |
|
Calabonga.Owin.Application.Spa
Single Page Application template for create a solution from scratch |
|
Calabonga.Owin.Angular
Web API self hosting for Single Page Application with Angular 2+. Middleware for OWIN pipeline. This application infrasrtucture for SPA on the Web API services. |
|
Calabonga.Owin.Application
The middleware for OWIN pipeline. This application infrastucture for Single Page Application based on the Web API services |
|
Calabonga.SpecRepository
Repository over Specification pattern |
GitHub repositories
This package is not used by any popular GitHub repositories.
AddError method improved. Now, when you add exception as parameter for this method it will be copied to the Error object.