XPathSerialization 1.1.2

Suggested Alternatives

AdaptableMapper

Additional Details

Major redesign of code resulted in a different perspective of what it does. It is a mapper, to and from any data type. Therefor choose to rename the package and start at the right level of versioning. Hence the new package 'AdaptableMapper'

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package XPathSerialization --version 1.1.2
                    
NuGet\Install-Package XPathSerialization -Version 1.1.2
                    
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="XPathSerialization" Version="1.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XPathSerialization" Version="1.1.2" />
                    
Directory.Packages.props
<PackageReference Include="XPathSerialization" />
                    
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 XPathSerialization --version 1.1.2
                    
#r "nuget: XPathSerialization, 1.1.2"
                    
#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=XPathSerialization&version=1.1.2
                    
Install XPathSerialization as a Cake Addin
#tool nuget:?package=XPathSerialization&version=1.1.2
                    
Install XPathSerialization as a Cake Tool

A package for serializing string to memory objects via configuration

Product Compatible and additional computed target framework versions.
.NET Framework 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.2:
 - Added unregister option for observers
1.1.1:
 - Removed hard throwing of exceptions
 - Added an Errors/ErrorObserver singleton where observer can subscribe to read errors
1.1.0:
 - Updated release notes to have a history, and since 1.0.4 actually has breaking changes it shouldn't have been only a minor version update
1.0.4:
 - Seperated configuration from prosessing objects so that it reinstantiated
1.0.3:
 - Abstraction added to the XPathConfiguration implementations
1.0.2:
 - Attempt at adding dependencies in nuspec
1.0.1:
 - Attempt at adding dependencies in nuspec (failed build)
1.0.0:
 - First setup for serialization to and from XML to in memory objects without hard coded configurations