MementoContainer 1.1.1

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

// Install MementoContainer as a Cake Tool
#tool nuget:?package=MementoContainer&version=1.1.1

MementoContainer is an alternative approach to the Memento design pattern.

It is a lightweight utility that takes a snapshot of your objects' state so that you can easily rollback to a previous state when recovering from errors.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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.1.1 1,576 3/22/2018
1.1.0 1,826 11/4/2013
1.0.4 1,568 10/8/2013
1.0.3 1,536 10/2/2013
1.0.2 1,559 8/28/2013
1.0.1 1,633 8/22/2013
1.0.0 1,630 8/22/2013

Added: Support for taking snapshots of collections (see project wiki)
Added: 'Cascade' flag to attributes constructors (see project wiki)
Added: MementoCollectionAttribute
Added: Collection adapters
Improved: Moved exceptions and attributes to the 'MementoContainer' namespace
Removed: MementoClassAttribute cannot be used on interfaces anymore
Fixed: Property chain validation