Rabbit.Foundation
1.12.0
dotnet add package Rabbit.Foundation --version 1.12.0
NuGet\Install-Package Rabbit.Foundation -Version 1.12.0
<PackageReference Include="Rabbit.Foundation" Version="1.12.0" />
paket add Rabbit.Foundation --version 1.12.0
#r "nuget: Rabbit.Foundation, 1.12.0"
// Install Rabbit.Foundation as a Cake Addin #addin nuget:?package=Rabbit.Foundation&version=1.12.0 // Install Rabbit.Foundation as a Cake Tool #tool nuget:?package=Rabbit.Foundation&version=1.12.0
Base classes from RabbitSoftware including:
- DataItem and helper methods
- SmartList collection with custom validators
- String / Stream / XML extensions methods
For detail please check project site https://juanonsoftware.github.io/Rabbit-Foundation-Package/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Rabbit.Foundation:
Package | Downloads |
---|---|
GdNet.DataReferences.Domain
DataReference domain. |
|
Rabbit.Owin.Security.Extensions
Extensions configuration for Owin Security |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.12.0 | 1,593 | 6/16/2016 |
1.11.0 | 1,104 | 6/16/2016 |
1.10.1 | 1,023 | 5/19/2016 |
1.10.0 | 996 | 5/14/2016 |
1.9.0 | 1,108 | 4/20/2016 |
1.8.1 | 1,489 | 11/28/2015 |
1.7.3 | 1,257 | 11/28/2015 |
1.7.2 | 1,069 | 11/6/2015 |
1.7.1 | 1,045 | 11/4/2015 |
1.6.0 | 1,332 | 10/8/2015 |
1.5.3 | 1,145 | 9/30/2015 |
1.5.0 | 1,128 | 9/28/2015 |
1.4.0 | 1,222 | 9/4/2015 |
1.3.6 | 1,043 | 8/24/2015 |
1.3.5 | 1,239 | 7/26/2015 |
1.2.0 | 1,094 | 7/11/2015 |
Version 1.11.0
* Added collection extension methods
Version 1.10.1
* Signed assembly
Version 1.10.0
* Added extension methods FileInfo
* Added FileCompressionService with default implementation using .net feature NetFxFileCompressionService
Version 1.9.0
* Added extension methods on Assembly type
Version 1.8.1
* All extension methods now are under Rabbit.Foundation.Extensions namespace
* Fix issues on a DateTime extension method
Version 1.7.3
* Added DateTime extension methods
Version 1.7.0
* Added ISqlDbWorker & SqlServerDbWorker to check existence of database, create new database
Version 1.6.0
* Added IConfiguration contract
* Added ListExtensions
Version 1.5.0
* Added stream & xml extension methods
Version 1.4.0
* Added string extension methods
Version 1.3.6
* Added DataItem type and its extension methods
Version 1.3.5
* By default, SmartList instantiates a List, then it's possible to add/remove items
Version 1.3.2
* ISmartList inherits from IList
* Fix DefaultSmartListValidator / Code Analysis issues
Version 1.3.0
* Added MoveUp/MoveDown on SmartList
Version 1.2.0
* Added Insert/RemoveAt on SmartList
Version 1.1.0
* Provide a seal UniqueListValidator implementation that can accept an IEqualityComparer
Version 1.0.0
* Provide SmartList implementation