Jiifureit.Dapper.OutsideSql
0.4.0-beta04
See the version list below for details.
dotnet add package Jiifureit.Dapper.OutsideSql --version 0.4.0-beta04
NuGet\Install-Package Jiifureit.Dapper.OutsideSql -Version 0.4.0-beta04
<PackageReference Include="Jiifureit.Dapper.OutsideSql" Version="0.4.0-beta04" />
paket add Jiifureit.Dapper.OutsideSql --version 0.4.0-beta04
#r "nuget: Jiifureit.Dapper.OutsideSql, 0.4.0-beta04"
// Install Jiifureit.Dapper.OutsideSql as a Cake Addin #addin nuget:?package=Jiifureit.Dapper.OutsideSql&version=0.4.0-beta04&prerelease // Install Jiifureit.Dapper.OutsideSql as a Cake Tool #tool nuget:?package=Jiifureit.Dapper.OutsideSql&version=0.4.0-beta04&prerelease
Dapper extension adding outside sql function reading text file.
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. |
.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 is compatible. 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. |
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.10.0 | 610 | 2/23/2024 |
0.9.0 | 11,816 | 9/24/2022 |
0.8.0 | 3,043 | 3/13/2021 |
0.7.1 | 1,564 | 2/4/2020 |
0.7.0 | 515 | 1/21/2020 |
0.6.0 | 613 | 1/12/2020 |
0.5.1 | 965 | 7/16/2018 |
0.5.0 | 894 | 7/14/2018 |
0.5.0-beta01 | 756 | 7/8/2018 |
0.4.0 | 944 | 7/3/2018 |
0.4.0-beta04 | 755 | 6/27/2018 |
0.4.0-beta03 | 808 | 6/25/2018 |
0.4.0-beta02 | 745 | 6/22/2018 |
0.4.0-beta01 | 760 | 6/19/2018 |
0.3.0-beta02 | 769 | 6/18/2018 |
0.3.0-beta01 | 738 | 6/18/2018 |
0.4.0-beta04 bugfix.
update output to log when arugement parameter is null.
0.4.0-beta03 adds function writng sql to log, replacing parameters to values by using NLog.
0.4.0-beta02 supports DynamicParameters in argument.
0.4.0-beta01 changes from Rosyln to Jint script engine because performance improvements of parsing SQL file .
0.30 first beta release.
add .NET framwork 4.7 support.