Jiifureit.Dapper.OutsideSql 0.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Jiifureit.Dapper.OutsideSql --version 0.8.0
NuGet\Install-Package Jiifureit.Dapper.OutsideSql -Version 0.8.0
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="Jiifureit.Dapper.OutsideSql" Version="0.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jiifureit.Dapper.OutsideSql --version 0.8.0
#r "nuget: Jiifureit.Dapper.OutsideSql, 0.8.0"
#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.
// Install Jiifureit.Dapper.OutsideSql as a Cake Addin
#addin nuget:?package=Jiifureit.Dapper.OutsideSql&version=0.8.0

// Install Jiifureit.Dapper.OutsideSql as a Cake Tool
#tool nuget:?package=Jiifureit.Dapper.OutsideSql&version=0.8.0

Dapper extension adding outside sql function reading text file.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 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 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. 
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.10.0 147 2/23/2024
0.9.0 8,879 9/24/2022
0.8.0 2,843 3/13/2021
0.7.1 1,537 2/4/2020
0.7.0 492 1/21/2020
0.6.0 592 1/12/2020
0.5.1 939 7/16/2018
0.5.0 863 7/14/2018
0.5.0-beta01 731 7/8/2018
0.4.0 918 7/3/2018
0.4.0-beta04 732 6/27/2018
0.4.0-beta03 787 6/25/2018
0.4.0-beta02 720 6/22/2018
0.4.0-beta01 738 6/19/2018
0.3.0-beta02 740 6/18/2018
0.3.0-beta01 718 6/18/2018

0.8.0             add .NET core 3.1, 5.0 support.
                    new support for Dapper 2.078, but no new features.
0.7.1             gradedown Microsoft,Extensions.Logging to 2.2
0.7.0             add asynchronous methods.
0.6.0             new feature, textfile stream to parameters.
0.5.1             bugfix . initializing error when Logger,Category is null.
0.5.0             release,
                    add class method that returns ILogger<T>.
0.5.0-beta01 changes logging framework  to Microsoft.Extensions.Logging. now, nlog is optional.
0.4.0              first release.
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.