Simplify.Xml.Sources 1.3.1

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

// Install Simplify.Xml.Sources as a Cake Tool
#tool nuget:?package=Simplify.Xml.Sources&version=1.3.1

Simplify.Xml Documentation

Provides XML extension functions and XmlSerializator.

Available at NuGet as binary package or source package

XML extensions

// Gets the outer XML string of an XElement (inner XML and itself).
public static string OuterXml(this XElement element);

// Gets the inner XML string of an XElement.
public static string InnerXml(this XElement element);

XML serializer (XmlSerializator)

// Serializes the specified items list to a XML string.
public static string Serialize<T>(IList<T> items);

// Serialize object to XElement.
public static XElement ToXElement<T>(T obj);

// Deserialize XElement to object.
public static T FromXElement<T>(XElement xElement);
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.8

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net6.0

    • No dependencies.

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.3.1 794 8/1/2023
1.3.0 1,297 4/19/2021
1.2.1 434 2/26/2021
1.2.0 442 1/26/2021
1.1.2 651 10/23/2020
1.1.1 744 4/6/2020
1.1.0 3,091 9/28/2019
1.0.4 1,661 3/19/2018
1.0.3 2,577 10/23/2014
1.0.2 2,304 8/8/2014
1.0.1 1,271 8/3/2014

See CHANGELOG.md for details