OperationResultCore 4.0.0-beta2

This is a prerelease version of OperationResultCore.
There is a newer version of this package available.
See the version list below for details.
dotnet add package OperationResultCore --version 4.0.0-beta2
                    
NuGet\Install-Package OperationResultCore -Version 4.0.0-beta2
                    
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="OperationResultCore" Version="4.0.0-beta2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OperationResultCore" Version="4.0.0-beta2" />
                    
Directory.Packages.props
<PackageReference Include="OperationResultCore" />
                    
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 OperationResultCore --version 4.0.0-beta2
                    
#r "nuget: OperationResultCore, 4.0.0-beta2"
                    
#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 OperationResultCore@4.0.0-beta2
                    
#: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=OperationResultCore&version=4.0.0-beta2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=OperationResultCore&version=4.0.0-beta2&prerelease
                    
Install as a Cake Tool

This is some helpful classes like OperationResult. Simple wrapped for result operation for any returned data from API or MVC

Product Compatible and additional computed target framework versions.
.NET 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 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.  net9.0 was computed.  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 was computed.  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.
  • net6.0

    • No dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on OperationResultCore:

Package Downloads
Calabonga.UnitOfWork.Controllers

Unit of Work implementation over ASP.NET Core Controllers

Calabonga.AspNetCore.Controllers

Unit of Work implementation for EntityFramework Core. Package based over the mediatr pattern (mediatr package used). For more information please see Calabonga.UnitOfWork package. Mediator pattern impementation.

Calabonga.EntityFrameworkCore

Simply Data Accesss Layer for EntityFramework with some helpfull features.

Calabonga.SpecRepositoryCore

Repository and Specification patterns implementations for EntityFrameworkCore with pagination and other sugar

Calabonga.EntityFrameworkCore.UnitOfWork.Framework

UnitOfWork for Microservices. All microservices in the system should and can use Unit of Work pattern. This package implements this pattern.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.1.0 2,316 9/21/2023 4.1.0 is deprecated.
4.1.0-beta2 235 7/20/2023
4.1.0-beta1 177 7/12/2023
4.0.3 550 6/20/2023
4.0.2 510 6/11/2023
4.0.2-beta2 213 12/31/2022
4.0.2-beta1 194 12/31/2022
4.0.1 1,585 12/31/2022
4.0.0 863 8/22/2022
4.0.0-beta2 260 4/3/2022
4.0.0-beta1 231 4/2/2022
3.0.1 3,612 12/3/2021
3.0.0 4,700 1/26/2021
2.1.3 2,045 9/24/2020
2.1.2 3,144 4/6/2020
2.1.1 1,460 3/27/2020
2.1.0 683 3/24/2020
2.0.14 3,129 11/27/2019
2.0.13 648 11/13/2019
2.0.12 638 11/8/2019
2.0.11 686 10/31/2019
2.0.10 673 10/30/2019
2.0.9 658 10/30/2019
2.0.8 652 10/29/2019
2.0.7 1,505 10/22/2019
2.0.1 1,247 10/4/2019
2.0.0 639 10/2/2019
1.1.0 1,981 7/18/2019
1.0.1 2,445 11/20/2018
1.0.0 8,625 11/17/2017
1.0.0-beta1 1,223 11/16/2017

Migrated to NET6.0