TimeWarp.State.Plus 12.0.0-beta.5

Prefix Reserved
This is a prerelease version of TimeWarp.State.Plus.
dotnet add package TimeWarp.State.Plus --version 12.0.0-beta.5
                    
NuGet\Install-Package TimeWarp.State.Plus -Version 12.0.0-beta.5
                    
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="TimeWarp.State.Plus" Version="12.0.0-beta.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TimeWarp.State.Plus" Version="12.0.0-beta.5" />
                    
Directory.Packages.props
<PackageReference Include="TimeWarp.State.Plus" />
                    
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 TimeWarp.State.Plus --version 12.0.0-beta.5
                    
#r "nuget: TimeWarp.State.Plus, 12.0.0-beta.5"
                    
#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 TimeWarp.State.Plus@12.0.0-beta.5
                    
#: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=TimeWarp.State.Plus&version=12.0.0-beta.5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=TimeWarp.State.Plus&version=12.0.0-beta.5&prerelease
                    
Install as a Cake Tool

Dotnet Stars Discord workflow nuget nuget Issues Open Forks License Twitter

Twitter Twitter

TimeWarp.State.Plus

TimeWarp Logo

TimeWarp.State.Plus extends TimeWarp.State with additional, features, middleware and components to simplify and enhance your Blazor applications.

TimeWarp.State.Plus

TimeWarp.State.Plus extends the core functionality with additional features:

Available Middleware

  • PersistentState
    • Key Feature: Automates the persistence of state in browser storage.
    • Usage: Annotate a top-level state with [PersistentState(PersistentStateMethod.SessionStorage)] or LocalStorage.
    • Host: AddBlazoredSessionStorage / AddBlazoredLocalStorage, AddScoped<IPersistenceService, PersistenceService>(), and [assembly: MediatorBehavior(typeof(PersistentStatePostProcessor<,>), order: 520, Scope = typeof(ClientPipeline))]. Auto-load sends LoadPersistentStateRequest.
    • Storage keys: New writes use the state's FullName so two types with the same simple name do not collide. Load tries FullName first, then the simple Name, so existing browser entries are not dropped. There is no migration framework.
    • JSON: Save and load use TimeWarpStateOptions.JsonSerializerOptions (the same options as Store and JsonRequestHandler). Configure converters there so persisted state round-trips. Load is property-name case-insensitive so leftover PascalCase entries still hydrate.
    • Sample: samples/05-persistence.
  • MultiTimer System: A flexible framework for managing multiple timers in your application.
    • It supports configurable timers
    • Activity-based resets.

Available Components

  • TwBreadcrumb
    • Key Feature: RouteState history trail with back navigation.
    • Usage: <TwBreadcrumb MaxLinks="3" />
    • Styling: Isolated CSS (tw-breadcrumb). Hosts do not need Bootstrap.
  • TwPageTitle
    • Key Feature: Records the page title onto RouteState for the breadcrumb trail.
    • Usage: <TwPageTitle>Home</TwPageTitle>
  • InputColor
    • Key Feature: A color picker input component.
    • Usage: <InputColor @bind-Value="Color" />
    • ValueType: System.Drawing.Color

Available Features

  • ThemeState
    • Key Feature: Manages the CurrentTheme of your application (Light, Dark, System).
    • Actions: UpdateTheme

Give a Star! ⭐

If you find this project useful, please give it a star. Thanks!

Getting Started

For a quick start, refer to the middleware section in the full Documentation.

Installation

dotnet add package TimeWarp.State.Plus

Check out the latest NuGet packages on the TimeWarp NuGet page.

Releases

View the Release Notes for detailed information on each release.

UnLicense

License
This project is licensed under the Unlicense.

Contributing

Your contributions are welcome! Before starting any work, please open a discussion.

Help with the documentation is also greatly appreciated.

Contact

If you have an issue and don't receive a timely response, feel free to reach out on our Discord server.

Discord

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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
12.0.0-beta.5 33 9/24/2026
12.0.0-beta.3 146 9/17/2026
12.0.0-beta.1 1,906 8/20/2025
11.0.3 8,357 6/20/2025
11.0.2 212 6/20/2025
11.0.1 210 6/20/2025
11.0.0 1,427 12/10/2024
11.0.0-beta.96 130 12/5/2024
11.0.0-beta.95 117 12/3/2024
11.0.0-beta.94 111 12/3/2024
11.0.0-beta.93 111 12/2/2024
11.0.0-beta.92 119 12/1/2024
11.0.0-beta.91 114 11/24/2024
11.0.0-beta.90 162 10/21/2024
11.0.0-beta.89 96 10/20/2024
11.0.0-beta.88 107 10/15/2024
11.0.0-beta.87 142 9/9/2024
11.0.0-beta.86 112 9/9/2024
11.0.0-beta.85 143 8/30/2024
11.0.0-beta.84 135 8/22/2024
Loading failed