Elect.Core 9.0.4

dotnet add package Elect.Core --version 9.0.4
                    
NuGet\Install-Package Elect.Core -Version 9.0.4
                    
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="Elect.Core" Version="9.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Elect.Core" Version="9.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Elect.Core" />
                    
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 Elect.Core --version 9.0.4
                    
#r "nuget: Elect.Core, 9.0.4"
                    
#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 Elect.Core@9.0.4
                    
#: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=Elect.Core&version=9.0.4
                    
Install as a Cake Addin
#tool nuget:?package=Elect.Core&version=9.0.4
                    
Install as a Cake Tool

Comprehensive collection of essential utilities and extension methods for .NET Core applications. Includes helpers for configuration, dependency injection, serialization, HTTP operations, and common programming patterns.

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.  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.

NuGet packages (17)

Showing the top 5 NuGet packages that depend on Elect.Core:

Package Downloads
Elect.Web

Essential utilities and helper methods for ASP.NET Core MVC applications. Provides enhanced routing, model binding, response caching, API versioning support, and beautiful paged collection APIs with built-in filtering and sorting capabilities.

Elect.Data.IO

Comprehensive file system utilities and image processing capabilities for .NET Core applications. Provides powerful file/folder operations, image manipulation (resize, compress, watermark), dominant color detection, and cross-platform file handling. Features include recursive directory operations, safe file copying/moving, path utilities, image format conversion, and optimized image compression algorithms.

Elect.Data.EF

Advanced Entity Framework Core implementation with Unit of Work and Repository patterns. Features transaction management, bulk operations, query optimization, audit logging, and seamless integration with dependency injection. Simplifies data access layer development while maintaining flexibility and performance.

Elect.Mapper.AutoMapper

AutoMapper extension and utilities.

Elect.DI

Powerful dependency injection extensions for .NET Core with attribute-based service registration, assembly scanning, automatic interface binding, and lifetime management. Simplifies DI configuration while maintaining full control over service registration.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.4 221 8/1/2025
9.0.3 451 7/24/2025
9.0.2 232 7/13/2025
9.0.0 238 7/4/2025
7.0.2 477 3/31/2023
7.0.1 8,495 2/11/2023
7.0.0 3,646 11/28/2022
6.0.0 5,510 11/12/2021
6.0.0-preview.3 401 5/7/2021
5.0.0 3,312 11/17/2021
3.1.2.3 5,747 7/5/2020
3.1.2.2 686 7/5/2020
3.1.2.1 800 7/4/2020
3.1.2 2,669 6/26/2020
3.1.1 13,064 6/16/2020
3.1.0 5,563 6/4/2020
3.0.2.1 693 6/3/2020
3.0.2 6,080 5/19/2020
3.0.1 2,847 5/11/2020
3.0.0 11,862 12/17/2019
2.7.5 11,161 6/11/2019
2.7.4 1,846 6/4/2019
2.7.3 2,275 5/28/2019
2.7.2 20,537 5/27/2019
2.7.0 14,089 4/19/2019
2.5.1 1,315 3/28/2019
2.5.0 8,573 2/26/2019
2.1.9 5,592 12/3/2018

- Updated to .NET 9.0 with latest Microsoft.Extensions packages
- Enhanced performance and reduced allocations
- Improved async operations and cancellation token support
- Added new extension methods for common scenarios