ModernRonin.PraeterArtem
1.3.1
dotnet add package ModernRonin.PraeterArtem --version 1.3.1
NuGet\Install-Package ModernRonin.PraeterArtem -Version 1.3.1
<PackageReference Include="ModernRonin.PraeterArtem" Version="1.3.1" />
paket add ModernRonin.PraeterArtem --version 1.3.1
#r "nuget: ModernRonin.PraeterArtem, 1.3.1"
// Install ModernRonin.PraeterArtem as a Cake Addin #addin nuget:?package=ModernRonin.PraeterArtem&version=1.3.1 // Install ModernRonin.PraeterArtem as a Cake Tool #tool nuget:?package=ModernRonin.PraeterArtem&version=1.3.1
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
* a mini-framework for scheduling calls to rate-throttling services
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- morelinq (>= 1.0.16006)
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,368 | 12/29/2015 |
1.3.0 | 1,603 | 2/18/2015 |
1.2.3 | 1,354 | 2/18/2015 |
1.2.2 | 1,376 | 2/18/2015 |
1.2.1 | 1,219 | 6/17/2014 |
1.2.0 | 1,094 | 5/23/2014 |
1.1.15 | 1,099 | 5/22/2014 |
1.1.14 | 1,084 | 5/22/2014 |
1.1.13 | 1,127 | 5/22/2014 |
1.1.12 | 1,106 | 5/22/2014 |
1.1.11 | 1,145 | 5/17/2014 |
1.1.10 | 1,109 | 5/15/2014 |
1.1.9 | 1,126 | 5/15/2014 |
1.1.8 | 1,067 | 5/15/2014 |
1.1.7 | 1,114 | 5/14/2014 |
1.1.6 | 1,106 | 5/14/2014 |
1.1.5 | 1,112 | 5/10/2014 |
1.1.4 | 1,084 | 5/7/2014 |
1.1.3 | 1,139 | 5/7/2014 |
1.1.2 | 1,129 | 4/28/2014 |
+ added more string extension methods
+ improved some XML comments
+ added Plugins
+ added LocalTimeGiver
+ added extension methods for string
+ added extension methods for DateTime
+ added Enumerable extension method S.plit()
+ added Enumerable extension method .ToStrings()
+ added CollectionExtensions.RemoveWhere()
+ added mini-framework for scheduling requests to rate-throttling services