Nextended.Aspire
10.1.2
dotnet add package Nextended.Aspire --version 10.1.2
NuGet\Install-Package Nextended.Aspire -Version 10.1.2
<PackageReference Include="Nextended.Aspire" Version="10.1.2" />
<PackageVersion Include="Nextended.Aspire" Version="10.1.2" />
<PackageReference Include="Nextended.Aspire" />
paket add Nextended.Aspire --version 10.1.2
#r "nuget: Nextended.Aspire, 10.1.2"
#:package Nextended.Aspire@10.1.2
#addin nuget:?package=Nextended.Aspire&version=10.1.2
#tool nuget:?package=Nextended.Aspire&version=10.1.2
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 | 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. |
-
net10.0
- Aspire.Hosting.AppHost (>= 13.2.2)
- Nextended.Core (>= 10.1.2)
-
net8.0
- Aspire.Hosting.AppHost (>= 13.2.2)
- Nextended.Core (>= 10.1.2)
-
net9.0
- Aspire.Hosting.AppHost (>= 13.2.2)
- Nextended.Core (>= 10.1.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Nextended.Aspire:
| Package | Downloads |
|---|---|
|
Nextended.Aspire.Hosting.Supabase
This Library provides an Aspire Supabase solution |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.1.2 | 79 | 4/9/2026 |
| 10.1.1 | 93 | 4/7/2026 |
| 10.1.0 | 89 | 4/7/2026 |
| 10.0.9 | 117 | 3/20/2026 |
| 10.0.8 | 121 | 2/28/2026 |
| 10.0.7 | 107 | 2/25/2026 |
| 10.0.6 | 349 | 1/22/2026 |
| 10.0.5 | 126 | 1/17/2026 |
| 10.0.4 | 1,204 | 12/12/2025 |
| 10.0.3 | 480 | 11/20/2025 |
| 10.0.2 | 266 | 11/16/2025 |
| 10.0.1 | 305 | 11/13/2025 |
| 10.0.0 | 303 | 11/11/2025 |
| 10.0.0-prev-1 | 278 | 11/10/2025 |
| 9.0.27 | 229 | 11/5/2025 |
| 9.0.27-prev-4 | 209 | 10/28/2025 |
| 9.0.27-prev-3 | 213 | 10/27/2025 |
| 9.0.25 | 305 | 10/13/2025 |
| 9.0.25-prev-2 | 219 | 10/6/2025 |
| 9.0.25-prev-1 | 234 | 9/29/2025 |