DX.Utils
23.2.3.33
dotnet add package DX.Utils --version 23.2.3.33
NuGet\Install-Package DX.Utils -Version 23.2.3.33
<PackageReference Include="DX.Utils" Version="23.2.3.33" />
paket add DX.Utils --version 23.2.3.33
#r "nuget: DX.Utils, 23.2.3.33"
// Install DX.Utils as a Cake Addin #addin nuget:?package=DX.Utils&version=23.2.3.33 // Install DX.Utils as a Cake Tool #tool nuget:?package=DX.Utils&version=23.2.3.33
Several C# utility classes and extension methods
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. |
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6
- System.ComponentModel.Annotations (>= 5.0.0)
-
net6.0
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 8.0.0)
-
net7.0
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 8.0.0)
-
net8.0
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 8.0.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on DX.Utils:
Package | Downloads |
---|---|
DX.Data.Xpo
Several XPO Related Helper classes and abstract DX.Data.IDataStore implementation for use with XPO with FluentValidation and no Mapping logic |
|
DX.Data.Xpo.Identity
XPO Based abstract storage provider for ASP.NET Identity |
|
DX.Data.Xpo.Mvc
Several extension classes and methods on DevExpress MVC Controls, XPO and XPDataStore implementations. This package needs an active DevExpress ASP.NET license |
|
DX.Data.Xpo.Interfaces
Package with Interface for DX.Data.XPO.Identity ASP.NET Identity |
|
DX.Data.EF
Abstract DX.Data.IDataStore implementation for use with EF with FluentValidation and no Mapping logic |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
23.2.3.33 | 561 | 9/17/2024 |
23.2.3.32 | 174 | 9/17/2024 |
23.2.3.31 | 812 | 1/11/2024 |
20.1.8.26 | 276 | 12/19/2023 |
20.1.8.25 | 235 | 12/14/2023 |
20.1.8.24 | 2,221 | 1/4/2023 |
20.1.8.22 | 921 | 11/1/2022 |
20.1.8.20 | 1,270 | 8/3/2022 |
20.1.8.19 | 1,317 | 6/16/2022 |
20.1.7.19 | 2,174 | 12/20/2021 |
20.1.7.18 | 2,713 | 3/12/2021 |
20.1.7.17 | 408 | 3/12/2021 |
20.1.7.16 | 1,823 | 10/12/2020 |
20.1.2.14-pre-20064 | 450 | 4/6/2020 |
1.0.0.14 | 2,019 | 1/17/2020 |
1.0.0.12 | 1,074 | 12/20/2019 |
1.0.0.11 | 1,058 | 12/17/2019 |
1.0.0.10 | 1,252 | 7/17/2019 |
1.0.0.9 | 1,165 | 6/6/2019 |
1.0.0.8 | 2,937 | 9/11/2018 |
1.0.0.7 | 1,289 | 8/27/2018 |
1.0.0.6 | 2,936 | 2/24/2018 |
1.0.0.5 | 1,520 | 12/8/2017 |
1.0.0.4 | 989 | 12/8/2017 |
1.0.0.3 | 1,518 | 11/7/2017 |
1.0.0.2 | 2,071 | 9/29/2017 |
1.0.0.1 | 1,793 | 9/8/2017 |
23.2.3.31: Data.DataStore plus Validator and Mapper have been moved and simplified into package DX.Data
BREAKING CHANGES:
Data classes moved to DX.Data package
DX.Data package refactored to use FluentValidation with simplyfied validation logic
20.1.8.25: Upgrade to .NET 8
20.1.8.24: static class renamed in Strings.cs
20.1.8.22: IsCollectionProperty extension method added to fix bug in DX.Data.Xpo
20.1.8.21: Upgrade from .NET Framework to 4.6.1 to 4.6.2
20.1.8.20: Fix
20.1.8.19: Small fix
20.1.7.19: .NET 6.0 upgrade
20.1.7.17: IDataStoreModel<TKey> not needed anymore on Models and DBModels. No ID property needed.
20.1.7.16: Validation results include eventType (inserting, Inserted etc), Exception helper class for results, smaller fixes
20.1.3.15: Upgrade to DX v20.1.3
20.1.2.14-pre-20064: Upgrade to DX v20.1.2-pre-20064 and .NET preview 5
1.0.0.14: BREAKING CHANGE: Signature-change on IDataValidator<..>.Deleting(..):
Was: Deleting(TKey id, object arg, IDataValidationResults<TKey> validationResults);
Is: Deleting(TKey id, IDataValidationResults<TKey> validationResults, params object[] args);
1.0.0.13: ListExtensions added
1.0.0.12: dotnet standard 2.1 for dotnet core v3.1 support
1.0.0.10: Small fixes and implementation of DataMapper and DataValidator
1.0.0.8: Small refactorings to improve speed and support for Pageable (XP)DataStore
1.0.0.7: Abstract Generic DTO DataStore and Validator classes added
1.0.0.6: Changed .NET Framework to v4.6.1
1.0.0.5: Initial dual mode package for .NET Framework and .NET Standard 2.0
Some features don't work yet on .NET Standard 2.0