Symbiotic_x64 4.0.4.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Symbiotic_x64 --version 4.0.4.1
NuGet\Install-Package Symbiotic_x64 -Version 4.0.4.1
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="Symbiotic_x64" Version="4.0.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Symbiotic_x64 --version 4.0.4.1
#r "nuget: Symbiotic_x64, 4.0.4.1"
#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 Symbiotic_x64 as a Cake Addin
#addin nuget:?package=Symbiotic_x64&version=4.0.4.1

// Install Symbiotic_x64 as a Cake Tool
#tool nuget:?package=Symbiotic_x64&version=4.0.4.1

Please migrate to use the Net Standard version: https://www.nuget.org/packages/Symbiotic_Micro_ORM_Net_Standard_x64/

Thanks, Eric

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  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.

This package has no dependencies.

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

Version: 4.0.4.0

12-Apr-2014
Reviewing performance tracking code.
Researching parallel processing options.

10-Jan-2016
Found/Fixed a bug that broke support for IDatabaseDefineSupport features.

25-Jan-2016
Researching support for GUID primary keys support.

26-Jan-2016
Adding support for GUID primary keys.
Researching extending support for existing schemas, supporting relationships that don't have a dedicated relation table.

27-Jan-2016
Have non hierarchy GUIDs working

28-Jan-2016
Have hierarchical GUIDs working. Need methods to load objects based on GUIDs.
Working on extending relationship support.

30-Jan-2016
Have hierarchical GUID loads working.
Working on extending relationship support, have two new attributes: DatabaseRelationOneToOne, DatabaseRelationOneToMany.

04-Feb-2016
Working on extending relationship support.
Working on a new relationship interface for advanced relationship support.

05-Feb-2016
Working on One to One parent child support with no relation table.

06-Feb-2016
Have the new One to One relationships working.
Starting on the new One to Many Relationship.
Found and fixed a bug in DeleteChild method, was not deleting the record when multiple relationships and one having a list of children existed on a parent object.

07-Feb-2016
Have the new One to many relationships working.
Testing the new relationship types with non GUID ids.
Improved error message for column to property type mismatch error, now throws DatabaseColumnTypeMissmatch instead of ArgumentException, also includes the type name of the object loaded.

10-Feb-2016
Tried supporting .Net Core, just too many issues at this point. Reflection being the main one.

17-Feb-2016
Will start providing database specific provider libraries, make it easier to get started. User can still use the existing method of using a DatabaseTypeFactory class.
Working on new nuget packages, and proving a better getting started guide.
Changed IChangeTrackingSupport implementation to use universal time: DateTime.Now.ToUniversalTime
Added support for nullable types.
Added a lot of new comments in the unit tests to explain the ORM features.