Nextended.UI 7.0.33

dotnet add package Nextended.UI --version 7.0.33
NuGet\Install-Package Nextended.UI -Version 7.0.33
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="Nextended.UI" Version="7.0.33" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nextended.UI --version 7.0.33
#r "nuget: Nextended.UI, 7.0.33"
#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.
// Install Nextended.UI as a Cake Addin
#addin nuget:?package=Nextended.UI&version=7.0.33

// Install Nextended.UI as a Cake Tool
#tool nuget:?package=Nextended.UI&version=7.0.33

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 Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.33 143 9/13/2023
7.0.26 130 6/30/2023
7.0.23 134 6/2/2023
7.0.19 287 12/12/2022
7.0.18 316 11/19/2022
6.0.1 303 12/6/2021
6.0.0 261 12/5/2021
5.0.3 302 9/17/2021
5.0.0 303 6/18/2021