Qowaiv.Data.SqlClient
7.0.1
dotnet add package Qowaiv.Data.SqlClient --version 7.0.1
NuGet\Install-Package Qowaiv.Data.SqlClient -Version 7.0.1
<PackageReference Include="Qowaiv.Data.SqlClient" Version="7.0.1" />
paket add Qowaiv.Data.SqlClient --version 7.0.1
#r "nuget: Qowaiv.Data.SqlClient, 7.0.1"
// Install Qowaiv.Data.SqlClient as a Cake Addin #addin nuget:?package=Qowaiv.Data.SqlClient&version=7.0.1 // Install Qowaiv.Data.SqlClient as a Cake Tool #tool nuget:?package=Qowaiv.Data.SqlClient&version=7.0.1
Qowaiv.Data.SqlClient
Domain-driven design bottom up
Qowaiv is a (Single) Value Object library. It aims to model reusable, immutable, (Single) Value Objects that can be used a wide variety of modeling scenarios, both inside and outside a Domain-driven context.
Package
This package contains a SQL Timestamp SVO, and a way to provide SVO's as SQL parameter.
Further reading
More info can be found at https://github.com/Qowaiv/Qowaiv.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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. |
.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 was computed. 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. |
-
.NETStandard 2.0
- Qowaiv (>= 7.1.1)
- System.Data.SqlClient (>= 4.8.6)
-
net6.0
- Qowaiv (>= 7.1.1)
- System.Data.SqlClient (>= 4.8.6)
-
net8.0
- Qowaiv (>= 7.1.1)
- System.Data.SqlClient (>= 4.8.6)
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 |
---|---|---|
7.0.1 | 80 | 10/10/2024 |
7.0.0 | 80 | 6/28/2024 |
6.4.0 | 377 | 1/13/2023 |
6.3.0 | 440 | 10/11/2022 |
6.1.0 | 447 | 5/31/2022 |
6.0.0 | 341 | 12/30/2021 |
5.1.0 | 527 | 4/8/2020 |
5.0.0 | 547 | 12/11/2019 |
4.1.0 | 565 | 11/3/2019 |
4.0.0 | 600 | 7/9/2019 |
3.2.5 | 623 | 6/12/2019 |
3.2.1 | 769 | 10/12/2018 |
3.2.0 | 860 | 8/8/2018 |
3.1.2 | 1,039 | 12/12/2017 |
3.1.1 | 888 | 11/21/2017 |
3.1.0 | 956 | 11/7/2017 |
v7.0.1
- Update Qowaiv.Diagnostics.Contracts to 2.0.0. #418
v7.0.0
- Implement IMinMaxValue<TSelf> for SVO's with a min and max value. #362 (breaking)
- Drop support for .NET 5 and .NET 7 STS's. #359 (breaking)
- Update to System.Data.SqlClient 4.8.6. #363 (security issue)
v6.4.0
- Support .NET 7.0. #261
- Regular expressions are culture invariant. #285
- Added static contracts. #269, #275
v6.3.0
- JSON serialization via System.Text.Json no longer requires a custom converter. #259
v6.1.0
- All SVO's are read-only #243
v6.0.0
- Added .NET 6.0 version to the package. #216
- Decorate nullable types. #228
- TryParse(string) returns nullable SVO. #206 (breaking)
- Drop cast from and to string. #212 (breaking)
- Non-predictable hash codes. #205 (breaking)