Devlord.Utilities
5.0.113
See the version list below for details.
dotnet add package Devlord.Utilities --version 5.0.113
NuGet\Install-Package Devlord.Utilities -Version 5.0.113
<PackageReference Include="Devlord.Utilities" Version="5.0.113" />
paket add Devlord.Utilities --version 5.0.113
#r "nuget: Devlord.Utilities, 5.0.113"
// Install Devlord.Utilities as a Cake Addin #addin nuget:?package=Devlord.Utilities&version=5.0.113 // Install Devlord.Utilities as a Cake Tool #tool nuget:?package=Devlord.Utilities&version=5.0.113
Multipurpose universal utilities library so you don't have to write your own utils for every project. Includes extensions, encapsulation of logging and encryption, basic datareader-to-POCO mapping, a mailer throttle, and strongly-typed API callers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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 Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 is compatible. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.1
- elmah (>= 1.2.2)
- Microsoft.Extensions.Configuration (>= 1.1.1)
- Microsoft.Extensions.Configuration.Json (>= 1.1.1)
- Newtonsoft.Json (>= 10.0.1)
-
.NETFramework 4.6.2
- elmah (>= 1.2.2)
- Microsoft.Extensions.Configuration (>= 1.1.1)
- Microsoft.Extensions.Configuration.Json (>= 1.1.1)
- Newtonsoft.Json (>= 10.0.1)
-
.NETStandard 1.3
- MailKit (>= 1.12.0)
- Microsoft.AspNetCore.Http (>= 1.1.1)
- Microsoft.Extensions.Configuration (>= 1.1.1)
- Microsoft.Extensions.Configuration.Json (>= 1.1.1)
- Microsoft.Extensions.Logging (>= 1.1.1)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.1)
- System.Collections (>= 4.3.0)
- System.Runtime.Serialization.Xml (>= 4.3.0)
- System.Threading.Timer (>= 4.3.0)
- System.Xml.XmlSerializer (>= 4.3.0)
-
.NETStandard 1.5
- MailKit (>= 1.12.0)
- Microsoft.AspNetCore.Http (>= 1.1.1)
- Microsoft.Extensions.Configuration (>= 1.1.1)
- Microsoft.Extensions.Configuration.Json (>= 1.1.1)
- Microsoft.Extensions.Logging (>= 1.1.1)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.1)
- System.Collections (>= 4.3.0)
- System.Runtime.Serialization.Xml (>= 4.3.0)
- System.Threading.Timer (>= 4.3.0)
- System.Xml.XmlSerializer (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
* DRMapper is now case-insensitive, so you don't have to worry about making sure your model classes exactly match your database outputs.
* Extended compatibility to netstandard1.3
Make sure you add a copy of "devlord.utilities.json" to your project's root directory to set your SMTP settings. See the documentation on GitHub for more information.