AspectExpressionSerialization 1.1.1

dotnet add package AspectExpressionSerialization --version 1.1.1
                    
NuGet\Install-Package AspectExpressionSerialization -Version 1.1.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="AspectExpressionSerialization" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AspectExpressionSerialization" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="AspectExpressionSerialization" />
                    
Project file
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 AspectExpressionSerialization --version 1.1.1
                    
#r "nuget: AspectExpressionSerialization, 1.1.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.
#addin nuget:?package=AspectExpressionSerialization&version=1.1.1
                    
Install AspectExpressionSerialization as a Cake Addin
#tool nuget:?package=AspectExpressionSerialization&version=1.1.1
                    
Install AspectExpressionSerialization as a Cake Tool

Features:
           * Very simple interface. Essentially the interface consists of two methods (with a couple of convenient overloads) on the class XmlExpressionSerializer from the namespace vm.Aspects.ExpressionSerialization:
           - public static XElement ToXmlElement(Expression expression);
           - public static Expression ToExpression(XElement document);
           * The overloads allow for serializing to and from whole XDocument objects.
           * The serializer supports serialization of constant expression of the following data types:
           - all primitive types;
           - enum types;
           - nullable types;
           - the most of the FCL basic types like: string, DateTime, TimeSpan, Uri, Guid, DBNull;
           - any serializable types;
           - any types marked with DataContractAttribute;
           - anonymous types;
           - arrays and generic sequences of the above;
           - The XML documents are validated against a schema:  urn:schemas-vm-com:Aspects.Expression

           -- targets .NET 4.6.2 and 4.7.1

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 is compatible.  net48 was computed.  net481 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
1.1.1 1,419 6/20/2018
1.1.0 1,185 4/26/2018
1.0.114 1,118 3/23/2018
1.0.113 1,056 10/5/2017
1.0.111 1,101 6/30/2017
1.0.111-debug 898 6/30/2017
1.0.110 1,109 6/14/2017
1.0.92 1,134 2/19/2017

Rebuilt for .NET 4.7.2