Nextended.Core
10.0.8
dotnet add package Nextended.Core --version 10.0.8
NuGet\Install-Package Nextended.Core -Version 10.0.8
<PackageReference Include="Nextended.Core" Version="10.0.8" />
<PackageVersion Include="Nextended.Core" Version="10.0.8" />
<PackageReference Include="Nextended.Core" />
paket add Nextended.Core --version 10.0.8
#r "nuget: Nextended.Core, 10.0.8"
#:package Nextended.Core@10.0.8
#addin nuget:?package=Nextended.Core&version=10.0.8
#tool nuget:?package=Nextended.Core&version=10.0.8
Nextended
A comprehensive suite of .NET libraries providing powerful extension methods, custom types, utilities, and code generation tools.
Note: This library was previously known as "nExt". It has been renamed to Nextended with full support for modern .NET versions including .NET 8 and .NET 9.
📦 Package Ecosystem
| Package | Description | NuGet |
|---|---|---|
| Nextended.Core | Foundation library with extension methods and custom types | |
| Nextended.Blazor | Blazor-specific helpers and components | |
| Nextended.Cache | Caching utilities and extensions | |
| Nextended.EF | Entity Framework Core extensions | |
| Nextended.Web | ASP.NET Core utilities | |
| Nextended.Imaging | Image processing utilities | |
| Nextended.UI | WPF/Windows UI helpers | |
| Nextended.CodeGen | Source code generation | |
| Nextended.Aspire | .NET Aspire extensions |
🚀 Quick Start
Installation
dotnet add package Nextended.Core
Basic Usage
using Nextended.Core.Extensions;
using Nextended.Core.Types;
// Extension methods
string text = "hello world";
string camelCase = text.ToCamelCase(); // "helloWorld"
string pascalCase = text.ToPascalCase(); // "HelloWorld"
// Custom types
var price = new Money(99.99m, Currency.USD);
var today = Date.Today;
// Object mapping
var userDto = user.MapTo<UserDto>();
// Advanced mapping with settings
var settings = ClassMappingSettings.Default
.IgnoreProperties<User>(u => u.Password);
var dto = user.MapTo<UserDto>(settings);
🎯 Key Features
Extension Methods
- String: Case conversions, validation, manipulation
- DateTime: Business day calculations, date ranges, formatting
- Collections: Advanced LINQ, batch processing, safe operations
- Type: Reflection helpers, type inspection, attribute retrieval
- Object: Deep cloning, property manipulation, conversions
- Task: Async utilities, timeout operations, fire-and-forget
Custom Types
- Money - Precise decimal type for financial calculations
- Date - Date-only type without time components
- BaseId - Generic strongly-typed ID wrapper
- SuperType - Advanced entity type with subtype relationships
- Range - Generic range type for intervals
Class Mapping
Fast and flexible object mapping without external dependencies:
var dto = sourceObject.MapTo<TargetDto>();
Code Generation
Generate code at compile-time from:
- Auto-generate DTOs from domain models
- Create strongly-typed classes from JSON/XML
- Generate data classes from Excel spreadsheets
📚 Documentation
- 🏠 Main Documentation Portal - Complete documentation site
- 📖 Getting Started Guide - Installation and setup
- 🏗️ Architecture Overview - Solution structure and design
- 📦 Projects Documentation - Individual project guides
- 💡 Common Use Cases - Real-world examples
🔗 Migration from nExt
If you're migrating from the old nExt package:
- The namespace has changed from
nExt.*toNextended.* - All functionality has been preserved and enhanced
- See the Migration Guide for details (coming soon)
Legacy Package (no longer maintained): nExt.Core
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
📄 License
This project is licensed under the GPL License - see the LICENSE file for details.
🔗 Links
| Product | Versions 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. 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 is compatible. 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. |
| .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. |
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.3)
- Newtonsoft.Json (>= 13.0.4)
- StringToExpression (>= 2.2.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Data.DataSetExtensions (>= 4.5.0)
- System.Linq.Dynamic.Core (>= 1.7.1)
- System.Management (>= 10.0.3)
- System.Reflection.Emit (>= 4.7.0)
- YamlDotNet (>= 16.3.0)
-
.NETStandard 2.1
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.3)
- Newtonsoft.Json (>= 13.0.4)
- StringToExpression (>= 2.2.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Data.DataSetExtensions (>= 4.5.0)
- System.Linq.Dynamic.Core (>= 1.7.1)
- System.Management (>= 10.0.3)
- YamlDotNet (>= 16.3.0)
-
net10.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.3)
- Newtonsoft.Json (>= 13.0.4)
- StringToExpression (>= 2.2.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Data.DataSetExtensions (>= 4.5.0)
- System.Linq.Dynamic.Core (>= 1.7.1)
- System.Management (>= 10.0.3)
- YamlDotNet (>= 16.3.0)
-
net8.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.3)
- Newtonsoft.Json (>= 13.0.4)
- StringToExpression (>= 2.2.0)
- System.Linq.Dynamic.Core (>= 1.7.1)
- System.Management (>= 10.0.3)
- YamlDotNet (>= 16.3.0)
-
net9.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.3)
- Newtonsoft.Json (>= 13.0.4)
- StringToExpression (>= 2.2.0)
- System.Linq.Dynamic.Core (>= 1.7.1)
- System.Management (>= 10.0.3)
- YamlDotNet (>= 16.3.0)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on Nextended.Core:
| Package | Downloads |
|---|---|
|
MudBlazor.Extensions
MudBlazor.Extensions is a small extension library for MudBlazor from https://mudblazor.com/ |
|
|
Nextended.Blazor
Provides helper and extensions for Blazor specific projects |
|
|
BlazorParameterCastingMagic
The BlazorParameterCastingMagic package provides a way to handle dynamic casting of parameters in Blazor components because Blazor does not natively support implicit conversions for parameters |
|
|
AuralizeBlazor
AuralizeBlazor is a wrapper component for audioMotion-analyzer. |
|
|
Nextended.CodeGen
Generate DTOs, interfaces and more from JSON, XML, Excel or existing classes. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Nextended.Core:
| Repository | Stars |
|---|---|
|
fgilde/MudBlazor.Extensions
MudBlazor.Extensions from https://www.mudex.org is a small extension for MudBlazor from https://mudblazor.com
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.8 | 589 | 2/28/2026 |
| 10.0.8-prev-1 | 80 | 2/28/2026 |
| 10.0.7 | 315 | 2/25/2026 |
| 10.0.6 | 2,426 | 1/22/2026 |
| 10.0.5 | 740 | 1/17/2026 |
| 10.0.4 | 8,028 | 12/11/2025 |
| 10.0.3 | 8,695 | 11/20/2025 |
| 10.0.3-prev-1 | 465 | 11/16/2025 |
| 10.0.2 | 619 | 11/16/2025 |
| 10.0.1 | 1,105 | 11/13/2025 |
| 10.0.1-prev-1 | 371 | 11/11/2025 |
| 10.0.0 | 519 | 11/11/2025 |
| 10.0.0-prev-1 | 315 | 11/10/2025 |
| 9.0.27 | 17,832 | 11/5/2025 |
| 9.0.27-prev-5 | 230 | 11/5/2025 |
| 9.0.27-prev-4 | 262 | 10/28/2025 |
| 9.0.27-prev-3 | 239 | 10/20/2025 |
| 9.0.27-prev-2 | 211 | 10/20/2025 |
| 9.0.26 | 17,907 | 10/13/2025 |
| 9.0.25 | 10,706 | 10/13/2025 |