NlogToSqlite 1.0.7.15

dotnet add package NlogToSqlite --version 1.0.7.15
                    
NuGet\Install-Package NlogToSqlite -Version 1.0.7.15
                    
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="NlogToSqlite" Version="1.0.7.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NlogToSqlite" Version="1.0.7.15" />
                    
Directory.Packages.props
<PackageReference Include="NlogToSqlite" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NlogToSqlite --version 1.0.7.15
                    
#r "nuget: NlogToSqlite, 1.0.7.15"
                    
#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.
#:package NlogToSqlite@1.0.7.15
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NlogToSqlite&version=1.0.7.15
                    
Install as a Cake Addin
#tool nuget:?package=NlogToSqlite&version=1.0.7.15
                    
Install as a Cake Tool

1.Nlog設定
需注意dbProvider區段的sqlite的Version及PublickenToken是否與目前版本相符。
2.LogSimple
NlogHelper.systemLog.ErrorException("EditError", ex);
3.Nlog.Config
可設定throwExceptions="true"方便查詢設定是否正確

There are no supported framework assets in this 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
1.0.7.15 2,255 8/27/2013
1.0.7.14 1,820 8/26/2013
1.0.5 2,087 7/23/2013

1.0.7.11新增PowerShell讀取SqliteVersion更新Nlog設定
1.0.7.14更新PowerShell讀取SqliteVersion更新Nlog設定
、修正db欄位名稱
1.0.7.15設定建置動作