Tempest.Abstract 1.0.0-beta.8

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

Platform-neutral core for Tempest: the [Command]/[Reactive]/[Event]/[OnChanged] attributes, the event bus, the CommandState/ReactiveState families, the headless StatefulStore host — and the source generator that emits the state twins. UI hosts (Tempest.Blazor, Tempest.Wpf, Tempest.WinUI) build on this.

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 (3)

Showing the top 3 NuGet packages that depend on Tempest.Abstract:

Package Downloads
Tempest.Blazor

Component-owned state for Blazor: the StatefulComponent bases on top of Tempest.Abstract. Three attributes and a bus; the source generator ships with Tempest.Abstract.

Tempest.WinUI

Component-owned state for WinUI 3: the StatefulControl and StatefulPage host bases on top of Tempest.Abstract, with primary-constructor DI via UseServices. Same attributes, same generated twin — re-rendering maps to an INotifyPropertyChanged broadcast on the DispatcherQueue.

Tempest.Wpf

Component-owned state for WPF: the StatefulControl host base on top of Tempest.Abstract. Same attributes, same generated twin — re-rendering maps to an INotifyPropertyChanged broadcast.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-beta.8 125 8/15/2026
1.0.0-beta.7 80 7/25/2026
1.0.0-beta.6 139 7/24/2026
1.0.0-beta.5 82 7/23/2026