Acontplus.Common.Core 1.5.7

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

Common.Core

A comprehensive .NET utility library providing foundational components and common functionality for enterprise applications.

Features

Core Components

  • Base Entity System - Foundational entity structures with common properties
  • Base DTO System - Base classes for data transfer objects

Utilities

  • Enum Extensions - Helpful extension methods for working with enums
  • Nullable Extensions - Extension methods for nullable types

Validation

  • Data Validations - Common validation logic
  • XML Validation - XML validation utilities
  • Extreme Validations - Specialized validation scenarios

Logging

  • Error Logging - Basic error logging infrastructure

Reporting

  • Report Infrastructure - Base reporting components

Installation

dotnet add package Acontplus.Common.Core

Usage Examples

Base Entity

public class Product : BaseEntity
{
    public string Name { get; set; }
    public decimal Price { get; set; }
}

Enum Extensions

public enum Status { Active, Inactive }

// Get display name or description
var displayName = Status.Active.GetDisplayName();

// Parse from string
var status = "Active".ToEnum<Status>();

Data Validation

var validator = new DataValidations();
if (!validator.IsValidEmail("test@example.com"))
{
    // Handle invalid email
}

Documentation

Full API documentation is available at [https://github.com/Acontplus-S-A-S/acontplus-common/wiki]

Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository
  2. Create a feature branch
  3. Submit a pull request

See our contribution guidelines for more details.

Support

For issues or questions:

  • Open an issue on GitHub
  • Email support@acontplus.com

License

MIT License. See LICENSE for full details.

Author

Ivan Paz

Company

Acontplus S.A.S.

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.
  • net9.0

    • No dependencies.

NuGet packages (5)

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

Package Downloads
Acontplus.Common.Infrastructure

Library providing common infrastructure for data access, including ADO.NET and Entity Framework integration.

Acontplus.Common.Notifications

Lib to send notifications

Acontplus.Common.FactElect

Lib to use facturación electronica SRI Ecuador

Acontplus.Common.Reports

Acontplus.Reports.Application is a .NET library designed to simplify the generation of RDLC (Report Definition Language Client-side) reports. It includes features for creating, exporting, and managing reports using RDLC in your .NET applications.

Acontplus.Common.Utilities

Cross-cutting utilities and general-purpose tools.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.7 187 5/29/2025
1.5.6 130 5/29/2025
1.5.5 159 5/29/2025
1.5.4 128 5/29/2025
1.5.3 152 5/28/2025
1.5.2 164 5/27/2025
1.4.4 256 5/26/2025 1.4.4 is deprecated because it is no longer maintained.
1.4.3 253 5/26/2025 1.4.3 is deprecated because it is no longer maintained.
1.4.2 216 5/26/2025 1.4.2 is deprecated because it is no longer maintained.
1.4.1 248 5/26/2025 1.4.1 is deprecated because it is no longer maintained.
1.4.0 247 5/26/2025 1.4.0 is deprecated because it is no longer maintained.
1.3.16 243 5/23/2025 1.3.16 is deprecated because it is no longer maintained.
1.3.15 329 5/16/2025 1.3.15 is deprecated because it is no longer maintained.
1.3.14 280 5/16/2025 1.3.14 is deprecated because it is no longer maintained.
1.3.13 304 5/15/2025 1.3.13 is deprecated because it is no longer maintained.
1.3.12 336 5/13/2025 1.3.12 is deprecated because it is no longer maintained.
1.3.11 323 5/12/2025 1.3.11 is deprecated because it is no longer maintained.
1.3.10 384 4/24/2025 1.3.10 is deprecated because it is no longer maintained.
1.3.3 332 4/17/2025 1.3.3 is deprecated because it is no longer maintained.
1.3.2 275 4/17/2025 1.3.2 is deprecated because it is no longer maintained.
1.3.1 382 2/6/2025 1.3.1 is deprecated because it is no longer maintained.
1.3.0 208 2/5/2025 1.3.0 is deprecated because it is no longer maintained.
1.2.2 198 1/31/2025 1.2.2 is deprecated because it is no longer maintained.
1.2.1 219 1/29/2025 1.2.1 is deprecated because it is no longer maintained.
1.2.0 231 1/27/2025 1.2.0 is deprecated because it is no longer maintained.
1.1.20 176 12/27/2024 1.1.20 is deprecated because it is no longer maintained.
1.1.19 193 12/20/2024 1.1.19 is deprecated because it is no longer maintained.
1.1.18 183 12/20/2024 1.1.18 is deprecated because it is no longer maintained.
1.1.12 113 12/16/2024 1.1.12 is deprecated because it is no longer maintained.
1.0.14 223 11/13/2024 1.0.14 is deprecated because it is no longer maintained and has critical bugs.
1.0.13 297 10/29/2024 1.0.13 is deprecated because it is no longer maintained and has critical bugs.
1.0.12 220 10/22/2024 1.0.12 is deprecated because it is no longer maintained and has critical bugs.
1.0.11 243 8/29/2024 1.0.11 is deprecated because it is no longer maintained and has critical bugs.
1.0.10 251 7/17/2024 1.0.10 is deprecated because it is no longer maintained and has critical bugs.
1.0.9 275 7/1/2024 1.0.9 is deprecated because it is no longer maintained and has critical bugs.
1.0.8 256 6/21/2024 1.0.8 is deprecated because it is no longer maintained and has critical bugs.
1.0.7 240 6/21/2024 1.0.7 is deprecated because it is no longer maintained and has critical bugs.
1.0.6 234 6/21/2024 1.0.6 is deprecated because it is no longer maintained and has critical bugs.
1.0.5 252 6/20/2024 1.0.5 is deprecated because it is no longer maintained and has critical bugs.