Hafner.Tools.Settable.Dapper
1.0.0
See the version list below for details.
dotnet add package Hafner.Tools.Settable.Dapper --version 1.0.0
NuGet\Install-Package Hafner.Tools.Settable.Dapper -Version 1.0.0
<PackageReference Include="Hafner.Tools.Settable.Dapper" Version="1.0.0" />
paket add Hafner.Tools.Settable.Dapper --version 1.0.0
#r "nuget: Hafner.Tools.Settable.Dapper, 1.0.0"
// Install Hafner.Tools.Settable.Dapper as a Cake Addin #addin nuget:?package=Hafner.Tools.Settable.Dapper&version=1.0.0 // Install Hafner.Tools.Settable.Dapper as a Cake Tool #tool nuget:?package=Hafner.Tools.Settable.Dapper&version=1.0.0
The package "Hafner.Tools.Settable.Dapper" is a Dapper extension to handle conversions from Dapper to Settable<T> correctly.
There are two functionally identical methods that may be called:
Either you invoke the extension method that appears on the connection (IDbConnection) like this before every call of a dapper extension method (preferred if you don't have an application's entry point e.g. because it's a library):
connection.EnsureSettableConvertersLoaded();
or you call method once when the application is starting up (multiple calls are ignored and do not affect performance negatively):
SettableExtensionForDapper.LoadConverters();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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 is compatible. 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. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 is compatible. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 is compatible. net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 is compatible. net48 is compatible. 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. |
-
.NETCoreApp 2.0
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
.NETCoreApp 2.1
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
.NETCoreApp 2.2
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
.NETCoreApp 3.0
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
.NETCoreApp 3.1
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
.NETFramework 4.6.1
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
.NETFramework 4.6.2
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
.NETFramework 4.7
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
.NETFramework 4.7.1
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
.NETFramework 4.7.2
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
.NETFramework 4.8
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
.NETStandard 2.0
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
.NETStandard 2.1
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
net5.0
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
net6.0
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
-
net7.0
- Dapper (>= 2.0.123)
- Hafner.Tools.Settable (>= 3.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release.