OneData 0.1.60.7-alpha

This is a prerelease version of OneData.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package OneData --version 0.1.60.7-alpha
                    
NuGet\Install-Package OneData -Version 0.1.60.7-alpha
                    
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="OneData" Version="0.1.60.7-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OneData" Version="0.1.60.7-alpha" />
                    
Directory.Packages.props
<PackageReference Include="OneData" />
                    
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 OneData --version 0.1.60.7-alpha
                    
#r "nuget: OneData, 0.1.60.7-alpha"
                    
#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 OneData@0.1.60.7-alpha
                    
#: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=OneData&version=0.1.60.7-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=OneData&version=0.1.60.7-alpha&prerelease
                    
Install as a Cake Tool

A fast and easy ORM focused on the reduction of development times and ease of work.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
0.2.1.14-alpha 459 6/28/2020
0.2.0.26-alpha 459 6/26/2020
0.1.74.3-alpha 466 3/10/2020
0.1.73.9-alpha 454 1/23/2020
0.1.73.4-alpha 439 1/23/2020
0.1.72.39-alpha 415 1/21/2020
0.1.70.15-alpha 463 12/11/2019
0.1.70.14-alpha 671 12/11/2019 0.1.70.14-alpha is deprecated because it has critical bugs.
0.1.70.9-alpha 458 12/10/2019
0.1.67.2-alpha 523 7/29/2019
0.1.66.11-alpha 495 7/29/2019
0.1.65.6-alpha 478 7/28/2019
0.1.64.31-alpha 472 7/24/2019
0.1.63.16-alpha 464 7/18/2019
0.1.62.23-alpha 480 7/14/2019
0.1.61.17-alpha 518 5/29/2019
0.1.60.7-alpha 489 5/28/2019
0.1.58.21-alpha 508 5/28/2019
0.1.57.9-alpha 494 5/26/2019
Loading failed

Setting and Getting values from a property now uses FastMember with IL support. By doign this, OneData now manipulates values with objects about 300% faster than using Reflection.

Implemented a new class called OneProperty which purpose is to better cache each property.

HeaderName is fully operational. Now if you set the HeadeName attribute in a property, OneData will detect this and use the provided name in the attribute instead of the name of the property.