LinkSoft.Abp.EfCoreBulkOperationProvider 9.0.32

Prefix Reserved
dotnet add package LinkSoft.Abp.EfCoreBulkOperationProvider --version 9.0.32                
NuGet\Install-Package LinkSoft.Abp.EfCoreBulkOperationProvider -Version 9.0.32                
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="LinkSoft.Abp.EfCoreBulkOperationProvider" Version="9.0.32" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LinkSoft.Abp.EfCoreBulkOperationProvider --version 9.0.32                
#r "nuget: LinkSoft.Abp.EfCoreBulkOperationProvider, 9.0.32"                
#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 LinkSoft.Abp.EfCoreBulkOperationProvider as a Cake Addin
#addin nuget:?package=LinkSoft.Abp.EfCoreBulkOperationProvider&version=9.0.32

// Install LinkSoft.Abp.EfCoreBulkOperationProvider as a Cake Tool
#tool nuget:?package=LinkSoft.Abp.EfCoreBulkOperationProvider&version=9.0.32                

To add basic support of bulk operations in an Abp project, all you have to do is to add a dependency to this package in your Entity Framework Core module and EFCoreRepository will automatically use it.

[DependsOn(typeof(EfCoreBulkOperationProviderModule))]
public class YourEfCoreModule : AbpModule
{
}

EFCoreRepository methods currently affected by this package:

  • InsertManyAsync
  • UpdateManyAsync
  • DeleteManyAsync

This package is a part of larger set of packages for LinkSoft Technologies shared open source repository.

You can find the repository on GitHub.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.32 132 2/17/2025

Init