Simplify.Xml.Sources
1.3.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
See CHANGELOG.md for details