Nextended.Core
8.0.16
dotnet add package Nextended.Core --version 8.0.16
NuGet\Install-Package Nextended.Core -Version 8.0.16
<PackageReference Include="Nextended.Core" Version="8.0.16" />
paket add Nextended.Core --version 8.0.16
#r "nuget: Nextended.Core, 8.0.16"
// Install Nextended.Core as a Cake Addin #addin nuget:?package=Nextended.Core&version=8.0.16 // Install Nextended.Core as a Cake Tool #tool nuget:?package=Nextended.Core&version=8.0.16
Nextended
This Libraray was updated to .net7 and renamed from old "nExt" to Nextended v 7.0.19 is cross compatible with net6 and net7
Old Nuget Package: https://www.nuget.org/packages/nExt.Core/ (No more updated)
Source for this package: https://github.com/fgilde/Nextended
Nuget Package https://www.nuget.org/packages/Nextended.Core/
Description
This Library provides great and usefull Extension Methods, Small Helpers and Great usefull Types
-Types
- BaseId (Type for generic but Typed Id)
- Money (Type to have a decimal working perfectly as Money type)
- Date (A date type without time)
- SuperType (a generic entity type that has a relationship with one or more subtypes)
-Extensions
- ClassMappingExtensions
- AssemblyExtensions
- CacheExtensions
- DateTimeExtensions
- EnumerableExtensions
- ExceptionExtensions
- GuidExtensions
- JObjectExtensions
- MemberInfoExtensions
- NotificationExtensions
- NumericExtensions
- ObjectExtensions
- StringExtensions
- TaskExtensions
- TypeExtensions
- UrlExtensions
Also this Package provide a very fast and Very easy to use classmapper. But this doesnt mean that this classmapper is not powerfull. If you want you can register classmappers with different assignements and conversion behaviors. But If you dont need you can start very quick ans easy for example.
Instance.MapTo<IInstanceInterfaceDto>()
You have possibilities to SetUp behavior of mapping for each map, or bind to mapper instance or register global
var inputObject = new Object1 { ReportId = 8, ReportId2 = 9, IsMale = true, Age = 23, Name = "Hans", Adress = new Adress { Number = "19", Street = "Am Sonnenhang" } };
var settings = ClassMappingSettings.Default.IgnoreProperties<Object1>(o => o.Age, o => o.ExtraShit)
.IgnoreProperties<Adress>(adress2 => adress2.Street);
inputObject.MapTo<Object2>(settings);
More documentation and features are comming soon
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 is compatible. 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. |
-
net6.0
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Newtonsoft.Json (>= 13.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Data.DataSetExtensions (>= 4.5.0)
- System.Management (>= 7.0.0)
- System.Reflection.Emit (>= 4.7.0)
- YamlDotNet (>= 13.3.1)
-
net7.0
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Newtonsoft.Json (>= 13.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Data.DataSetExtensions (>= 4.5.0)
- System.Management (>= 7.0.0)
- System.Reflection.Emit (>= 4.7.0)
- YamlDotNet (>= 13.3.1)
-
net8.0
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- Newtonsoft.Json (>= 13.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Data.DataSetExtensions (>= 4.5.0)
- System.Management (>= 7.0.0)
- System.Reflection.Emit (>= 4.7.0)
- YamlDotNet (>= 13.3.1)
NuGet packages (9)
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.Cache
This Library provides great and usefull Extension Methods for caching |
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 |
---|---|---|
8.0.16 | 194 | 10/28/2024 |
8.0.15 | 71 | 10/28/2024 |
8.0.14 | 64 | 10/28/2024 |
8.0.12 | 2,057 | 10/12/2024 |
8.0.11 | 86 | 10/12/2024 |
8.0.10 | 92 | 10/12/2024 |
8.0.9 | 104 | 10/12/2024 |
8.0.8 | 86 | 10/12/2024 |
8.0.7 | 105 | 10/12/2024 |
8.0.3 | 115 | 10/12/2024 |
8.0.1 | 143 | 10/11/2024 |
8.0.0 | 143 | 10/11/2024 |
7.0.56 | 163 | 9/25/2024 |
7.0.55 | 8,510 | 7/16/2024 |
7.0.54 | 3,249 | 6/15/2024 |
7.0.53 | 105 | 6/14/2024 |
7.0.52 | 94 | 6/14/2024 |
7.0.51 | 390 | 5/26/2024 |
7.0.50 | 127 | 5/24/2024 |
7.0.49 | 783 | 4/26/2024 |
7.0.48 | 433 | 4/25/2024 |
7.0.47 | 38,788 | 11/14/2023 |
7.0.46 | 3,769 | 10/30/2023 |
7.0.45 | 469 | 10/27/2023 |
7.0.44 | 3,252 | 10/10/2023 |
7.0.43 | 502 | 10/9/2023 |
7.0.41 | 3,431 | 10/2/2023 |
7.0.40 | 863 | 9/25/2023 |
7.0.39 | 1,583 | 9/20/2023 |
7.0.38 | 620 | 9/20/2023 |
7.0.37 | 567 | 9/20/2023 |
7.0.36 | 647 | 9/16/2023 |
7.0.35 | 571 | 9/15/2023 |
7.0.34 | 619 | 9/15/2023 |
7.0.33 | 749 | 9/13/2023 |
7.0.32 | 549 | 9/13/2023 |
7.0.31 | 538 | 9/12/2023 |
7.0.30 | 525 | 9/12/2023 |
7.0.29 | 1,656 | 8/25/2023 |
7.0.28 | 3,704 | 6/30/2023 |
7.0.27 | 1,526 | 6/30/2023 |
7.0.26 | 718 | 6/30/2023 |
7.0.25 | 604 | 6/30/2023 |
7.0.24 | 1,551 | 6/22/2023 |
7.0.23 | 3,363 | 6/2/2023 |
7.0.22 | 6,390 | 4/27/2023 |
7.0.21 | 11,705 | 12/23/2022 |
7.0.20 | 1,120 | 12/19/2022 |
7.0.19 | 1,712 | 12/12/2022 |
7.0.18 | 1,351 | 11/19/2022 |
6.0.18 | 916 | 9/22/2022 |
6.0.17 | 5,478 | 9/19/2022 |
6.0.16 | 903 | 9/19/2022 |
6.0.15 | 914 | 9/19/2022 |
6.0.14 | 3,377 | 9/7/2022 |
6.0.13 | 853 | 9/7/2022 |
6.0.12 | 1,216 | 9/2/2022 |
6.0.11 | 863 | 8/25/2022 |
6.0.10 | 843 | 8/16/2022 |
6.0.9 | 857 | 8/8/2022 |
6.0.8 | 809 | 8/8/2022 |
6.0.7 | 6,346 | 6/6/2022 |
6.0.6 | 1,214 | 5/29/2022 |
6.0.5 | 892 | 5/2/2022 |
6.0.4 | 811 | 4/19/2022 |
6.0.3 | 881 | 1/27/2022 |
6.0.2 | 1,531 | 12/6/2021 |
6.0.1 | 1,081 | 12/6/2021 |
6.0.0 | 1,475 | 12/5/2021 |
5.0.4 | 1,321 | 9/24/2021 |
5.0.3 | 1,021 | 9/17/2021 |
5.0.2 | 720 | 7/16/2021 |
5.0.0 | 987 | 6/18/2021 |