Lr.Core
1.0.5.5
See the version list below for details.
dotnet add package Lr.Core --version 1.0.5.5
NuGet\Install-Package Lr.Core -Version 1.0.5.5
<PackageReference Include="Lr.Core" Version="1.0.5.5" />
paket add Lr.Core --version 1.0.5.5
#r "nuget: Lr.Core, 1.0.5.5"
// Install Lr.Core as a Cake Addin #addin nuget:?package=Lr.Core&version=1.0.5.5 // Install Lr.Core as a Cake Tool #tool nuget:?package=Lr.Core&version=1.0.5.5
Lr.Core is a collection of base classes and extension methods written in C# to help build applications.
=> Most recent source at https://lrcore.codeplex.com/
=> Documentation at https://lrcore.codeplex.com/documentation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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,604 | 4/29/2015 |
2.0.5561.41448 | 1,096 | 3/24/2015 |
2.0.5561.27983 | 1,040 | 3/24/2015 |
2.0.5561.27499 | 1,120 | 3/24/2015 |
2.0.5561.26442 | 1,085 | 3/24/2015 |
2.0.5561.25981 | 1,104 | 3/24/2015 |
2.0.5561.24806 | 1,048 | 3/24/2015 |
2.0.5561.19551 | 1,059 | 3/24/2015 |
2.0.5561.19269 | 1,032 | 3/24/2015 |
2.0.5560.26045 | 1,041 | 3/23/2015 |
2.0.5560.22462 | 1,043 | 3/23/2015 |
2.0.5560.22127 | 1,047 | 3/23/2015 |
1.0.6 | 1,262 | 7/3/2014 |
1.0.5.5 | 1,096 | 7/2/2014 |
1.0.5.4 | 1,078 | 7/2/2014 |
1.0.5.3 | 1,118 | 7/2/2014 |
1.0.5.2 | 1,055 | 7/2/2014 |
1.0.5.1 | 1,049 | 7/2/2014 |
1.0.5 | 1,165 | 7/2/2014 |
1.0.4 | 1,159 | 6/17/2014 |
1.0.3 | 1,088 | 6/16/2014 |
1.0.2 | 1,268 | 6/16/2014 |
1.0.1 | 1,288 | 6/13/2014 |
1.0.0 | 1,269 | 6/13/2014 |
No breaking changes.
Added Features:
* GetDays() extension method for IRange<DateTime>
* IValidatable and IValidationRule and Fluent interface for building such a rule.
* Added dependency to System.CompononentModel.DataAnnotations
* IRangeExtensions w/ methods "AsEnumerable", "GetWeekdays", "GetWeekendDays", "GetDays", etc..
=> See codeplex workitem: https://lrcore.codeplex.com/workitem/2157
* DateTimeExtensions w/ methods "NextDay()" and "PreviousDay()" w/ DayOfWeek parameter.
=> See codeplex workitem: https://lrcore.codeplex.com/workitem/2158
* DateTimeExtensions w/ methods "IsDay", "IsWeekend", "IsMonday ... IsSunday", "IsDayIn".
=> See codeplex workitem: https://lrcore.codeplex.com/workitem/2155
* Added ObjectExtensions w/ method "ToStringSafe" as a wrapper method for the "For" method in ToStringHelper class.
=> See codeplex workitem: https://lrcore.codeplex.com/workitem/2154
=> Most recent source at https://lrcore.codeplex.com/
=> Documentation at https://lrcore.codeplex.com/documentation