Lr.Core 2.0.5597.22748

dotnet add package Lr.Core --version 2.0.5597.22748
                    
NuGet\Install-Package Lr.Core -Version 2.0.5597.22748
                    
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="Lr.Core" Version="2.0.5597.22748" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Lr.Core" Version="2.0.5597.22748" />
                    
Directory.Packages.props
<PackageReference Include="Lr.Core" />
                    
Project file
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 Lr.Core --version 2.0.5597.22748
                    
#r "nuget: Lr.Core, 2.0.5597.22748"
                    
#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 Lr.Core@2.0.5597.22748
                    
#: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=Lr.Core&version=2.0.5597.22748
                    
Install as a Cake Addin
#tool nuget:?package=Lr.Core&version=2.0.5597.22748
                    
Install as a Cake Tool

Lr.Core, because I hate writing the same thing twice. (Aka: Lr.Core provides extension methods and base classes to aid development in .NET projects.)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Lr.Core:

Package Downloads
Lr.Data

Lr.Data is a collection of base classes and extension methods written in C# to help build a data-layer for applications.

Lr.Data.EF.EF6

EF6 implementation of Lr.Data. Lr.Data is a collection of base classes and extension methods written in C# to help build a data-layer for applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.5597.22748 1,866 4/29/2015
2.0.5561.41448 1,342 3/24/2015
2.0.5561.27983 1,290 3/24/2015
2.0.5561.27499 1,371 3/24/2015
2.0.5561.26442 1,336 3/24/2015
2.0.5561.25981 1,353 3/24/2015
2.0.5561.24806 1,296 3/24/2015
2.0.5561.19551 1,312 3/24/2015
2.0.5561.19269 1,281 3/24/2015
2.0.5560.26045 1,292 3/23/2015
2.0.5560.22462 1,291 3/23/2015
2.0.5560.22127 1,297 3/23/2015
1.0.6 1,511 7/3/2014
1.0.5.5 1,343 7/2/2014
1.0.5.4 1,326 7/2/2014
1.0.5.3 1,371 7/2/2014
1.0.5.2 1,311 7/2/2014
1.0.5.1 1,304 7/2/2014
1.0.5 1,415 7/2/2014
1.0.4 1,412 6/17/2014
1.0.3 1,337 6/16/2014
1.0.2 1,650 6/16/2014
1.0.1 1,670 6/13/2014
1.0.0 1,649 6/13/2014

v2.0 (PCL)
- Breaks v1.0.
- Added ForEachHelper (Index method + extension methods).
- Added IArgument & IArgumentParses.
- Added extra tests + refactoring (PasswordGenerator, SizeInfo and IEnumerable<T> extension to Shuffle the set).