ModernRonin.PraeterArtem
1.3.0
See the version list below for details.
dotnet add package ModernRonin.PraeterArtem --version 1.3.0
NuGet\Install-Package ModernRonin.PraeterArtem -Version 1.3.0
<PackageReference Include="ModernRonin.PraeterArtem" Version="1.3.0" />
paket add ModernRonin.PraeterArtem --version 1.3.0
#r "nuget: ModernRonin.PraeterArtem, 1.3.0"
// Install ModernRonin.PraeterArtem as a Cake Addin #addin nuget:?package=ModernRonin.PraeterArtem&version=1.3.0 // Install ModernRonin.PraeterArtem as a Cake Tool #tool nuget:?package=ModernRonin.PraeterArtem&version=1.3.0
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,367 | 12/29/2015 |
1.3.0 | 1,602 | 2/18/2015 |
1.2.3 | 1,353 | 2/18/2015 |
1.2.2 | 1,375 | 2/18/2015 |
1.2.1 | 1,218 | 6/17/2014 |
1.2.0 | 1,093 | 5/23/2014 |
1.1.15 | 1,098 | 5/22/2014 |
1.1.14 | 1,083 | 5/22/2014 |
1.1.13 | 1,126 | 5/22/2014 |
1.1.12 | 1,105 | 5/22/2014 |
1.1.11 | 1,144 | 5/17/2014 |
1.1.10 | 1,108 | 5/15/2014 |
1.1.9 | 1,125 | 5/15/2014 |
1.1.8 | 1,066 | 5/15/2014 |
1.1.7 | 1,113 | 5/14/2014 |
1.1.6 | 1,103 | 5/14/2014 |
1.1.5 | 1,111 | 5/10/2014 |
1.1.4 | 1,083 | 5/7/2014 |
1.1.3 | 1,138 | 5/7/2014 |
1.1.2 | 1,128 | 4/28/2014 |
+ 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