KamiSama.Extensions.NLog 2.8.4

dotnet add package KamiSama.Extensions.NLog --version 2.8.4
NuGet\Install-Package KamiSama.Extensions.NLog -Version 2.8.4
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="KamiSama.Extensions.NLog" Version="2.8.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KamiSama.Extensions.NLog --version 2.8.4
#r "nuget: KamiSama.Extensions.NLog, 2.8.4"
#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 KamiSama.Extensions.NLog as a Cake Addin
#addin nuget:?package=KamiSama.Extensions.NLog&version=2.8.4

// Install KamiSama.Extensions.NLog as a Cake Tool
#tool nuget:?package=KamiSama.Extensions.NLog&version=2.8.4

KamiSama Extension Libraries

Introduction

KamiSama.Extension libraries are set of suger codes and helper methods for most common usages. Here is the list of libraries:

  1. KamiSama.Extensions.Core some core extension methods for arrays, strings, enumerables, datetime, ...
  2. KamiSama.Extensions.DependencyInjection addtional functionality to Microsoft.Extensions.DependencyInjection, such as named injection
  3. KamiSama.Extensions.Json useful converters and extensions such ExpandoObjectConverter, HexByteArrayConverter, HierarchicalJsonConverter,...
  4. KamiSama.Extensions.Xml additional attributes for Xml Serialization such as AutoXmlAttributes to automatically add inherited classes to parent
  5. KamiSama.Extensions.Repositories libraries repository patten default implementation for EntityFramework and EntityFrameworkCore.
  6. KamiSama.Extensions.NLog NLog extensions for encryption archieving and persian fast log renderer
  7. KamiSama.IranSystem Iran System Encoding used in many old Persian applications.
  8. KamiSama.Chassis Chassis for less code in AspNetCore web applications. eg. exception handling
Product Compatible and additional computed target framework versions.
.NET 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. 
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
2.8.4 74 4/12/2024
2.8.3 66 4/12/2024
2.8.2 83 3/30/2024
2.8.1 91 3/23/2024
2.8.0 199 11/22/2023
2.7.1 132 9/29/2023
2.7.0 120 9/29/2023
2.6.6 100 9/29/2023
2.6.5 115 9/17/2023
2.6.4 118 6/24/2023
2.6.3 123 6/24/2023
2.6.2 136 6/24/2023
2.6.1 122 5/6/2023
2.6.0 161 4/19/2023
2.5.2 333 10/22/2021
2.5.1 298 10/22/2021
2.5.0 308 9/21/2021
2.4.8 316 6/17/2021
2.4.7 303 6/17/2021
2.4.6 346 6/16/2021
2.4.5 342 6/12/2021
2.4.4 317 5/19/2021
2.4.2 308 5/2/2021
2.4.1 317 5/2/2021
2.4.0 357 5/2/2021
2.3.2 309 2/3/2021
2.3.1 303 2/3/2021
2.3.0 389 1/7/2021
2.2.8 367 1/7/2021
2.2.7 441 10/17/2020
2.2.6 455 10/9/2020
2.2.5 445 9/18/2020
2.2.4 448 7/29/2020
2.2.3 447 7/22/2020
2.2.2 418 7/21/2020
2.2.1 1,236 5/25/2020
2.2.0 451 5/25/2020

v2.2.0
- PersianDateLayoutRenderer is added.
- PersianLongDateLayoutRenderer is added.
- PersianShortDateLayoutRenderer is added.
- EncryptedZipArchiveFileCompressor is added.