OneData 0.1.60.7-alpha
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
<PackageReference Include="OneData" Version="0.1.60.7-alpha" />
<PackageVersion Include="OneData" Version="0.1.60.7-alpha" />
<PackageReference Include="OneData" />
paket add OneData --version 0.1.60.7-alpha
#r "nuget: OneData, 0.1.60.7-alpha"
#:package OneData@0.1.60.7-alpha
#addin nuget:?package=OneData&version=0.1.60.7-alpha&prerelease
#tool nuget:?package=OneData&version=0.1.60.7-alpha&prerelease
A fast and easy ORM focused on the reduction of development times and ease of work.
| Product | Versions 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. |
-
.NETFramework 4.6.1
- FastMember (>= 1.5.0)
- Microsoft.CSharp (>= 4.5.0)
- Microsoft.Extensions.Configuration (>= 2.1.1)
- Microsoft.Extensions.Configuration.FileExtensions (>= 2.1.1)
- Microsoft.Extensions.Configuration.Json (>= 2.1.1)
- MySql.Data (>= 8.0.16)
- Newtonsoft.Json (>= 12.0.2)
- NLog (>= 4.6.3)
- System.Configuration.ConfigurationManager (>= 4.5.0)
- System.Data.Common (>= 4.3.0)
- System.Data.DataSetExtensions (>= 4.5.0)
- System.Data.SqlClient (>= 4.6.0)
-
.NETStandard 2.0
- FastMember (>= 1.5.0)
- Microsoft.CSharp (>= 4.5.0)
- Microsoft.Extensions.Configuration (>= 2.1.1)
- Microsoft.Extensions.Configuration.FileExtensions (>= 2.1.1)
- Microsoft.Extensions.Configuration.Json (>= 2.1.1)
- MySql.Data (>= 8.0.16)
- Newtonsoft.Json (>= 12.0.2)
- NLog (>= 4.6.3)
- System.Configuration.ConfigurationManager (>= 4.5.0)
- System.Data.Common (>= 4.3.0)
- System.Data.DataSetExtensions (>= 4.5.0)
- System.Data.SqlClient (>= 4.6.0)
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.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 |
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.