ModernRonin.PraeterArtem
1.1.15
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ModernRonin.PraeterArtem --version 1.1.15
NuGet\Install-Package ModernRonin.PraeterArtem -Version 1.1.15
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ModernRonin.PraeterArtem" Version="1.1.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ModernRonin.PraeterArtem" Version="1.1.15" />
<PackageReference Include="ModernRonin.PraeterArtem" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ModernRonin.PraeterArtem --version 1.1.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ModernRonin.PraeterArtem, 1.1.15"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ModernRonin.PraeterArtem@1.1.15
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ModernRonin.PraeterArtem&version=1.1.15
#tool nuget:?package=ModernRonin.PraeterArtem&version=1.1.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 |
Loading failed
+ added extension methods for string
+ added extension methods for DateTime
+ added Enumerable extension method S.plit()
+ added Enumerable extension method .ToStrings()