Volo.Abp.ObjectExtending 8.1.0-rc.2

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

// Install Volo.Abp.ObjectExtending as a Cake Tool
#tool nuget:?package=Volo.Abp.ObjectExtending&version=8.1.0-rc.2&prerelease                

ℹ️ Description

This package is a part of the ABP Framework.

ABP — Open Source Web Application Framework for ASP.NET Core

ABP offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. It provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.

🔗Official Website: https://abp.io

🔗GitHub Repository: https://github.com/abpframework/abp

🔗Samples: https://docs.abp.io/en/abp/latest/Samples/Index

🔗Official Theme: https://www.LeptonTheme.com

🔗Documentation: https://docs.abp.io

🔗Community: https://community.abp.io

🔗Blog: https://blog.abp.io

🔗Books: https://abp.io/books

🔗Twitter: https://twitter.com/abpframework

🔗Discord: https://community.abp.io/discord

🔗Stackoverflow: https://stackoverflow.com/questions/tagged/abp

🔗YouTube: https://www.youtube.com/@Volosoft

🚀 Key Features of the ABP Framework

🟡 Modularity

🟡 Multi-Tenancy

🟡 Bootstrap Tag Helpers

🟡 Dynamic Forms

🟡 Authentication

🟡 Authorization

🟡 Distributed Event Bus

🟡 BLOB Storing

🟡 Text Templating

🟡 Tooling: ABP CLI

🟡 Cross-Cutting Concerns

🟡 Bundling & Minification

🟡 Virtual File System

🟡 Theming

🟡 Background Jobs

🟡 DDD Infrastructure

🟡 Auto REST APIs

🟡 Dynamic Client Proxies

🟡 Multiple Database Providers

🟡 Data filtering

🟡 Test Infrastructure

🟡 Audit Logging

🟡 Object to Object Mapping

🟡 Email & SMS Abstractions

🟡 Localization

🟡 Setting Management

🟡 Extension Methods

🟡 Aspect Oriented Programming

🟡 Dependency Injection

📘 Supported Database Providers

🔵 Entity Framework Core

🔵 MongoDB

🔵 Dapper

🎴 Supported UI Frameworks

🔵 Angular

🔵 Razor Pages

🔵 Blazor Web Assembly

🔵 Blazor Server

🔵 MAUI with Blazor Hybrid

📫 Bug & Support

Support for open-source ABP Framework client-side packages is available at GitHub Issues.

🏦 Go Commercial

If you are building an enterprise-level application with pro support, extra tools like a code generator, fancy themes and a microservice template, time to invest in the commercial version!

To understand how it works, see How it Works page.

If you wonder why you should choose ABP Commercial, check out Why ABP.IO Platform page.

Official website: https://commercial.abp.io

Product 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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (49)

Showing the top 5 NuGet packages that depend on Volo.Abp.ObjectExtending:

Package Downloads
Volo.Abp.Data

Package Description

Volo.Abp.EventBus.Abstractions

Package Description

Volo.Abp.AutoMapper

Package Description

EasyAbp.PaymentService.Domain

An abp application module that provides payment service.

Lion.AbpPro.Application.Contracts

Abp vNext Pro

GitHub repositories (15)

Showing the top 5 popular GitHub repositories that depend on Volo.Abp.ObjectExtending:

Repository Stars
abpframework/abp-samples
Sample solutions built with the ABP Framework
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
EasyAbp/AbpHelper.GUI
Providing code generation and more features to help you develop applications and modules with the ABP framework.
jerrytang67/SoMall
社交电商商城开源项目.socail+mall即取名SoMall ,abp netcore 3.1 angular vue uni-app typescript docker mssql
xiajingren/HelloAbp
ABP vNext + vue-element-admin入门级项目实践
Version Downloads Last updated
8.2.0 37,766 6/26/2024
8.2.0-rc.5 751 6/14/2024
8.2.0-rc.4 345 6/7/2024
8.2.0-rc.3 665 5/23/2024
8.2.0-rc.2 292 5/21/2024
8.2.0-rc.1 91 5/20/2024
8.1.4 27,867 6/13/2024
8.1.3 79,793 5/15/2024
8.1.2 15,525 5/13/2024
8.1.1 76,636 4/16/2024
8.1.0 41,864 4/4/2024
8.1.0-rc.4 295 4/1/2024
8.1.0-rc.3 9,342 3/19/2024
8.1.0-rc.2 20,141 2/29/2024
8.1.0-rc.1 4,069 2/14/2024
8.0.6 12,294 5/14/2024
8.0.5 71,430 3/14/2024
8.0.4 83,922 2/20/2024
8.0.3 63,196 2/7/2024
8.0.2 172,222 1/17/2024
8.0.1 71,193 1/3/2024
8.0.0 110,575 12/19/2023
8.0.0-rc.3 3,609 12/7/2023
8.0.0-rc.2 5,232 11/28/2023
8.0.0-rc.1 2,037 11/21/2023
7.4.5 60,031 12/27/2023
7.4.4 26,904 12/13/2023
7.4.3 21,184 12/6/2023
7.4.2 110,199 11/13/2023
7.4.1 34,436 10/30/2023
7.4.0 106,457 10/9/2023
7.4.0-rc.5 329 10/2/2023
7.4.0-rc.4 650 9/22/2023
7.4.0-rc.3 3,382 9/13/2023
7.4.0-rc.2 2,647 8/24/2023
7.4.0-rc.1 1,857 8/16/2023
7.3.3 210,358 9/14/2023
7.3.2 166,826 8/7/2023
7.3.1 111,459 7/27/2023
7.3.0 163,195 7/12/2023
7.3.0-rc.3 900 7/5/2023
7.3.0-rc.2 918 6/20/2023
7.3.0-rc.1 2,415 6/6/2023
7.2.3 131,477 7/3/2023
7.2.2 371,854 5/16/2023
7.2.1 105,252 5/2/2023
7.2.0-rc.2 244 4/25/2023
7.2.0-rc.1 792 4/11/2023
7.1.1 156,908 4/3/2023
7.1.0 194,227 3/22/2023
7.1.0-rc.3 599 3/14/2023
7.1.0-rc.2 4,439 2/23/2023
7.1.0-rc.1 1,564 2/7/2023
7.0.3 182,462 3/7/2023
7.0.2 123,772 2/21/2023
7.0.1 289,931 1/19/2023
7.0.0 317,768 1/4/2023
7.0.0-rc.6 3,138 12/28/2022
7.0.0-rc.5 8,470 12/20/2022
7.0.0-rc.4 6,903 12/12/2022
7.0.0-rc.3 2,001 12/8/2022
7.0.0-rc.2 2,928 11/21/2022
7.0.0-rc.1 3,473 11/14/2022
6.0.3 207,883 1/18/2023
6.0.2 281,246 12/6/2022
6.0.1 724,030 10/28/2022
6.0.0 509,571 10/5/2022
6.0.0-rc.5 1,092 9/27/2022
6.0.0-rc.4 8,045 9/8/2022
6.0.0-rc.3 8,675 8/23/2022
6.0.0-rc.2 6,750 8/8/2022
6.0.0-rc.1 9,209 7/26/2022
5.3.5 76,773 10/20/2022
5.3.4 537,244 8/22/2022
5.3.3 504,849 7/22/2022
5.3.2 420,034 7/7/2022
5.3.1 311,325 6/29/2022
5.3.0 459,084 6/14/2022
5.3.0-rc.3 1,493 5/31/2022
5.3.0-rc.2 1,063 5/24/2022
5.3.0-rc.1 1,291 5/5/2022
5.2.2 706,609 5/16/2022
5.2.1 646,892 4/18/2022
5.2.0 591,288 4/5/2022
5.2.0-rc.2 2,433 3/18/2022
5.2.0-rc.1 1,814 3/8/2022
5.1.4 572,112 2/28/2022
5.1.3 693,696 1/26/2022
5.1.2 192,819 1/19/2022
5.1.1 235,657 1/12/2022
5.0.2 77,729 1/17/2022
5.0.1 235,535 12/28/2021
5.0.0 231,855 12/14/2021
5.0.0-rc.2 3,281 12/8/2021
5.0.0-rc.1 4,884 11/16/2021
5.0.0-beta.3 2,759 11/3/2021
5.0.0-beta.2 1,301 10/21/2021
5.0.0-beta.1 1,960 10/5/2021
4.4.4 406,582 11/9/2021
4.4.3 412,401 9/29/2021
4.4.2 230,303 9/2/2021
4.4.1 85,896 9/1/2021
4.4.0 1,302,665 8/2/2021
4.4.0-rc.2 4,080 7/6/2021
4.4.0-rc.1 3,738 6/28/2021
4.3.3 359,228 6/17/2021
4.3.2 273,831 5/27/2021
4.3.1 165,921 5/20/2021
4.3.0 522,011 4/22/2021
4.3.0-rc.2 1,834 4/8/2021
4.3.0-rc.1 2,207 3/31/2021
4.2.2 427,224 3/4/2021
4.2.1 240,895 2/9/2021
4.2.0 165,727 1/28/2021
4.2.0-rc.2 5,585 1/18/2021
4.2.0-rc.1 694 1/14/2021
4.1.2 68,895 1/19/2021
4.1.1 66,341 1/13/2021
4.1.0 103,591 1/6/2021
4.1.0-rc.2 1,359 12/18/2020
4.1.0-rc.1 305 12/17/2020
4.0.2 246,490 12/18/2020
4.0.1 64,502 12/14/2020
4.0.0 247,921 12/3/2020
4.0.0-rc.5 2,759 12/1/2020
4.0.0-rc.4 3,044 11/24/2020
4.0.0-rc.3 2,071 11/16/2020
4.0.0-rc.2 2,390 11/13/2020
4.0.0-rc.1 1,134 11/12/2020
3.3.2 128,658 12/2/2020
3.3.1 176,560 11/3/2020
3.3.0 79,191 10/27/2020
3.3.0-rc.2 395 10/23/2020
3.3.0-rc.1 687 10/15/2020
3.2.1 339,158 10/8/2020
3.2.0 84,503 10/1/2020
3.2.0-rc.2 1,910 9/21/2020
3.2.0-rc.1 2,588 9/17/2020
3.1.2 154,380 9/11/2020
3.1.1 47,607 9/10/2020
3.1.0 171,046 9/3/2020
3.1.0-rc.4 635 9/1/2020
3.1.0-rc.3 354 8/28/2020
3.1.0-rc.2 448 8/26/2020
3.1.0-rc.1 381 8/24/2020
3.0.5 164,225 7/29/2020
3.0.4 485,733 7/14/2020
3.0.3 76,159 7/7/2020
3.0.2 73,869 7/3/2020
3.0.1 265,970 7/2/2020
3.0.0 107,891 7/1/2020
2.9.0 426,673 6/4/2020
2.8.0 171,009 5/21/2020
2.7.0 238,664 5/7/2020
2.6.2 45,451 4/24/2020
2.6.1 35,652 4/23/2020
2.6.0 118,995 4/20/2020
2.5.0 54,293 4/9/2020
2.4.1 35,220 4/9/2020
2.4.0 73,304 4/6/2020