ModernRonin.PraeterArtem
1.2.0
See the version list below for details.
dotnet add package ModernRonin.PraeterArtem --version 1.2.0
NuGet\Install-Package ModernRonin.PraeterArtem -Version 1.2.0
<PackageReference Include="ModernRonin.PraeterArtem" Version="1.2.0" />
<PackageVersion Include="ModernRonin.PraeterArtem" Version="1.2.0" />
<PackageReference Include="ModernRonin.PraeterArtem" />
paket add ModernRonin.PraeterArtem --version 1.2.0
#r "nuget: ModernRonin.PraeterArtem, 1.2.0"
#:package ModernRonin.PraeterArtem@1.2.0
#addin nuget:?package=ModernRonin.PraeterArtem&version=1.2.0
#tool nuget:?package=ModernRonin.PraeterArtem&version=1.2.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)
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.3.0 | 109 | 2/18/2015 |
| 1.2.3 | 38 | 2/18/2015 |
| 1.2.2 | 38 | 2/18/2015 |
| 1.2.1 | 102 | 6/17/2014 |
| 1.2.0 | 50 | 5/23/2014 |
| 1.1.15 | 49 | 5/22/2014 |
| 1.1.14 | 51 | 5/22/2014 |
| 1.1.13 | 52 | 5/22/2014 |
| 1.1.12 | 50 | 5/22/2014 |
| 1.1.11 | 51 | 5/17/2014 |
| 1.1.10 | 49 | 5/15/2014 |
| 1.1.9 | 50 | 5/15/2014 |
| 1.1.8 | 50 | 5/15/2014 |
| 1.1.7 | 49 | 5/14/2014 |
| 1.1.6 | 51 | 5/14/2014 |
| 1.1.5 | 50 | 5/10/2014 |
| 1.1.4 | 48 | 5/7/2014 |
| 1.1.3 | 50 | 5/7/2014 |
| 1.1.2 | 48 | 4/28/2014 |
+ 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