ModernRonin.PraeterArtem
1.1.14
See the version list below for details.
dotnet add package ModernRonin.PraeterArtem --version 1.1.14
NuGet\Install-Package ModernRonin.PraeterArtem -Version 1.1.14
<PackageReference Include="ModernRonin.PraeterArtem" Version="1.1.14" />
paket add ModernRonin.PraeterArtem --version 1.1.14
#r "nuget: ModernRonin.PraeterArtem, 1.1.14"
// Install ModernRonin.PraeterArtem as a Cake Addin #addin nuget:?package=ModernRonin.PraeterArtem&version=1.1.14 // Install ModernRonin.PraeterArtem as a Cake Tool #tool nuget:?package=ModernRonin.PraeterArtem&version=1.1.14
A set of extension methods adding to the BCL what is really missing there.
Featuring:
* extensions to IEnumerable<> and friends supporting a more functional coding style
* extensions to AppDomain to ease the pain of executing code or to instantiating types in a 2ndary AppDomain
* and extensions to Type, MemberInfo, string, DateTime
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
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 |
---|---|---|
1.3.1 | 1,392 | 12/29/2015 |
1.3.0 | 1,616 | 2/18/2015 |
1.2.3 | 1,365 | 2/18/2015 |
1.2.2 | 1,387 | 2/18/2015 |
1.2.1 | 1,230 | 6/17/2014 |
1.2.0 | 1,105 | 5/23/2014 |
1.1.15 | 1,110 | 5/22/2014 |
1.1.14 | 1,095 | 5/22/2014 |
1.1.13 | 1,138 | 5/22/2014 |
1.1.12 | 1,117 | 5/22/2014 |
1.1.11 | 1,156 | 5/17/2014 |
1.1.10 | 1,120 | 5/15/2014 |
1.1.9 | 1,137 | 5/15/2014 |
1.1.8 | 1,078 | 5/15/2014 |
1.1.7 | 1,125 | 5/14/2014 |
1.1.6 | 1,117 | 5/14/2014 |
1.1.5 | 1,123 | 5/10/2014 |
1.1.4 | 1,095 | 5/7/2014 |
1.1.3 | 1,150 | 5/7/2014 |
1.1.2 | 1,140 | 4/28/2014 |
+ added extension methods for string
+ added extension methods for DateTime
+ added Enumerable extension method S.plit()
+ added Enumerable extension method .ToStrings()