KamiSama.Repositories.Xml 2.8.9

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

// Install KamiSama.Repositories.Xml as a Cake Tool
#tool nuget:?package=KamiSama.Repositories.Xml&version=2.8.9                

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
  9. KamiSama.Testing.NSubstitute helper class to write more cleaner and comprehensible tests using dependency injection.
  10. KamiSama.Templates Template project for most common scenarios like Core (Domain) project, BoundedContext projects, Repository projects...
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
3.0.2 76 11/18/2024
3.0.1 68 11/16/2024
3.0.0 72 11/15/2024
2.11.8 78 11/9/2024
2.11.6 85 11/8/2024
2.11.5 74 11/8/2024
2.11.4 71 11/7/2024
2.11.3 70 11/7/2024
2.11.2 71 11/7/2024
2.11.1 75 11/7/2024
2.11.0 83 10/26/2024
2.11.0-preview2 71 10/25/2024
2.11.0-preview 65 10/25/2024
2.10.4 83 10/23/2024
2.10.3 113 9/5/2024
2.10.2.4 101 8/31/2024
2.10.2.3 101 8/30/2024
2.10.2.2 102 8/30/2024
2.10.2.1 100 8/30/2024
2.10.2 106 8/29/2024
2.10.1.1 100 8/29/2024
2.10.1 103 8/26/2024
2.10.0 107 8/15/2024
2.9.0.2 121 8/13/2024
2.9.0.1 110 8/13/2024
2.9.0 93 8/1/2024
2.8.9 98 7/12/2024
2.8.9-preview7 78 7/12/2024
2.8.9-preview6 75 7/12/2024
2.8.9-preview5 79 7/12/2024
2.8.9-preview4 71 7/11/2024
2.8.9-preview3 75 7/11/2024
2.8.9-preview2 85 7/11/2024
2.8.9-preview1 81 7/11/2024
2.8.8 103 7/10/2024
2.8.7 112 6/19/2024
2.8.6 98 6/18/2024
2.8.6-preview1 96 6/18/2024
2.8.5 110 6/9/2024
2.8.5-preview4 92 6/9/2024
2.8.5-preview3 79 6/9/2024
2.8.5-preview2 79 6/9/2024
2.8.5-preview 101 6/9/2024
2.8.4 126 4/12/2024
2.8.3 95 4/12/2024
2.8.2 108 3/30/2024
2.8.1 112 3/23/2024
2.8.0 230 11/22/2023
2.7.1 141 9/29/2023
2.7.0 112 9/29/2023
2.6.6 130 9/29/2023
2.6.5 127 9/17/2023
2.6.4 137 6/24/2023
2.6.3 136 6/24/2023
2.6.2 128 6/24/2023
2.6.1 130 5/6/2023
2.6.0 159 4/19/2023
2.5.2 352 10/22/2021
2.5.1 322 10/22/2021
2.5.0 316 9/21/2021
2.4.8 303 6/17/2021
2.4.7 321 6/17/2021
2.4.6 358 6/16/2021
2.4.5 395 6/12/2021
2.4.4 331 5/19/2021
2.4.2 337 5/2/2021
2.4.1 349 5/2/2021
2.4.0 377 5/2/2021
2.3.2 371 2/3/2021
2.3.1 360 2/3/2021

99-11-15 v2.3.1
- Xml Repository is added.