Info
Version: | 2.3.2 |
Author(s): | Peter Dongan |
Last Update: | Tuesday, November 17, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://peterdongan.github.io/UndoService/ |
NuGet Url: | https://www.nuget.org/packages/UndoService |
Install
Install-Package UndoService
dotnet add package UndoService
paket add UndoService
UndoService Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It uses delegates to get and set state. You can use different services to track different parts of the application state.
The main advantage of this is that you don't have to store the whole of the application state on every change.