DX.Utils
20.1.7.18
See the version list below for details.
Install-Package DX.Utils -Version 20.1.7.18
dotnet add package DX.Utils --version 20.1.7.18
<PackageReference Include="DX.Utils" Version="20.1.7.18" />
paket add DX.Utils --version 20.1.7.18
#r "nuget: DX.Utils, 20.1.7.18"
// Install DX.Utils as a Cake Addin
#addin nuget:?package=DX.Utils&version=20.1.7.18
// Install DX.Utils as a Cake Tool
#tool nuget:?package=DX.Utils&version=20.1.7.18
Several C# utility classes and extension methods
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- System.ComponentModel.Annotations (>= 5.0.0)
-
.NETStandard 2.1
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 5.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on DX.Utils:
Package | Downloads |
---|---|
DX.Data.Xpo
Several XPO Related Helper classes |
|
DX.Data.Xpo.Identity
XPO Based 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.EF
DataStore implementation for use with EF |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
20.1.7.19 | 508 | 12/20/2021 |
20.1.7.18 | 1,789 | 3/12/2021 |
20.1.7.17 | 179 | 3/12/2021 |
20.1.7.16 | 972 | 10/12/2020 |
20.1.2.14-pre-20064 | 307 | 4/6/2020 |
1.0.0.14 | 1,295 | 1/17/2020 |
1.0.0.12 | 645 | 12/20/2019 |
1.0.0.11 | 642 | 12/17/2019 |
1.0.0.10 | 807 | 7/17/2019 |
1.0.0.9 | 746 | 6/6/2019 |
1.0.0.8 | 2,050 | 9/11/2018 |
1.0.0.7 | 842 | 8/27/2018 |
1.0.0.6 | 1,841 | 2/24/2018 |
1.0.0.5 | 1,028 | 12/8/2017 |
1.0.0.4 | 687 | 12/8/2017 |
1.0.0.3 | 1,081 | 11/7/2017 |
1.0.0.2 | 1,386 | 9/29/2017 |
1.0.0.1 | 1,288 | 9/8/2017 |
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