bict-SibaCore 0.0.6-alpha2

This is a prerelease version of bict-SibaCore.
There is a newer version of this package available.
See the version list below for details.
dotnet add package bict-SibaCore --version 0.0.6-alpha2
NuGet\Install-Package bict-SibaCore -Version 0.0.6-alpha2
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="bict-SibaCore" Version="0.0.6-alpha2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add bict-SibaCore --version 0.0.6-alpha2
#r "nuget: bict-SibaCore, 0.0.6-alpha2"
#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.
// Install bict-SibaCore as a Cake Addin
#addin nuget:?package=bict-SibaCore&version=0.0.6-alpha2&prerelease

// Install bict-SibaCore as a Cake Tool
#tool nuget:?package=bict-SibaCore&version=0.0.6-alpha2&prerelease

SibaCore is a multipurpose framework built for the perculiar needs of BIC Technologies and seeks to make working with a data layer as easy as possible.
     With the help of our custom built generic repository, all CRUD functionalities are abtracted away from the programmer to reduce repetitive code. SibaCore also supports
     generic API's which intergrate with our custom generic repositories to provide a bare bone API taking away the need for the programmer to specify CRUD API end points; this allows
     you to focus on other important API end points for your application. SibaCore also includes utility methods which simplify tasks such as reading and writing data in excel
     peforming deep and shallow mapping between objects of any types and many more.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 1,403 9/19/2019
1.0.1 1,216 9/19/2019
1.0.0 1,242 2/24/2019
0.0.7-alpha2 1,165 10/29/2018
0.0.6-alpha2 1,158 10/25/2018
0.0.5-alpha2 1,180 10/25/2018
0.0.4-alpha2 1,218 10/19/2018
0.0.3-alpha2 1,216 10/13/2018
0.0.2-alpha2 1,191 10/11/2018
0.0.1-alpha2 1,297 10/11/2018
0.0.1-alpha 1,162 10/10/2018

1. bug fix for RepositoryBase.ChildCollectionSave method