Tombatron.Turbo.Analyzers 1.0.0

dotnet add package Tombatron.Turbo.Analyzers --version 1.0.0
                    
NuGet\Install-Package Tombatron.Turbo.Analyzers -Version 1.0.0
                    
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="Tombatron.Turbo.Analyzers" Version="1.0.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tombatron.Turbo.Analyzers" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Tombatron.Turbo.Analyzers">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 Tombatron.Turbo.Analyzers --version 1.0.0
                    
#r "nuget: Tombatron.Turbo.Analyzers, 1.0.0"
                    
#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 Tombatron.Turbo.Analyzers@1.0.0
                    
#: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=Tombatron.Turbo.Analyzers&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Tombatron.Turbo.Analyzers&version=1.0.0
                    
Install as a Cake Tool

Tombatron.Turbo

Build and Test NuGet npm

Hotwire Turbo for ASP.NET Core with SignalR-powered real-time streams.

Read the full documentation

Features

  • Turbo Frames — Partial page updates with automatic Turbo-Frame header detection
  • Turbo Streams — Real-time updates via SignalR with targeted and broadcast support
  • Stimulus — Convention-based controller discovery with import maps and hot reload
  • Source Generator — Compile-time strongly-typed partial references
  • Form Validation — HTTP 422 support for inline validation errors within Turbo Frames
  • Minimal API Support — Return partials from Minimal API endpoints with TurboResults
  • Import Maps — Pin JavaScript modules with <turbo-scripts mode="Importmap" />
  • Zero Configuration — Works out of the box with Turbo.js

Quick Start

dotnet add package Tombatron.Turbo
// Program.cs
builder.Services.AddTurbo();
app.UseTurbo();
app.MapTurboHub();
@* _ViewImports.cshtml *@
@addTagHelper *, Tombatron.Turbo

<turbo-scripts mode="Importmap" />

Then wrap a section in a Turbo Frame:

<turbo-frame id="cart" src="/cart" loading="lazy">
    Loading...
</turbo-frame>

For the full walkthrough, see the Getting Started guide.

Sample Applications

Tombatron.Turbo.Sample — Turbo Frames, Turbo Streams, shopping cart, and form validation demo.

cd samples/Tombatron.Turbo.Sample
dotnet run

Requirements

  • .NET 10.0 or later
  • ASP.NET Core
  • Turbo.js 8.x (included via tag helper)
  • SignalR (for Turbo Streams)

Publishing / Releases

Both the NuGet and npm packages are published automatically when a version tag is pushed:

git tag v1.2.3
git push origin v1.2.3

This triggers the Release workflow which publishes Tombatron.Turbo to NuGet and @tombatron/turbo-signalr to npm.

License

MIT License - see LICENSE for details.

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.0.0 86 3/7/2026
1.0.0-alpha.11 38 3/5/2026
1.0.0-alpha.10 42 2/25/2026
1.0.0-alpha.9 41 2/24/2026
1.0.0-alpha.8 45 2/22/2026
1.0.0-alpha.7 45 2/22/2026
1.0.0-alpha.6 44 2/21/2026
1.0.0-alpha.5 44 2/18/2026
1.0.0-alpha.4 44 2/17/2026
1.0.0-alpha.3 43 2/15/2026
1.0.0-alpha.2 43 2/15/2026
1.0.0-alpha.1 44 2/15/2026