Simplify.Xml.Sources
1.4.0
dotnet add package Simplify.Xml.Sources --version 1.4.0
NuGet\Install-Package Simplify.Xml.Sources -Version 1.4.0
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.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Simplify.Xml.Sources" Version="1.4.0" />
<PackageReference Include="Simplify.Xml.Sources" />
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 Simplify.Xml.Sources --version 1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Simplify.Xml.Sources, 1.4.0"
#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 Simplify.Xml.Sources@1.4.0
#: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=Simplify.Xml.Sources&version=1.4.0
#tool nuget:?package=Simplify.Xml.Sources&version=1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Simplify.Xml Documentation
Provides XML extension functions and XmlSerializer.
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);
XmlSerializer
// Serializes the specified items list to a XML string.
public static string Serialize<T>(IList<T> items);
// Serialize the object to XElement.
public static XElement ToXElement<T>(T obj);
// Deserialize the 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