Rask.DevTools
0.23.1-alpha.0.45
See the version list below for details.
dotnet add package Rask.DevTools --version 0.23.1-alpha.0.45
NuGet\Install-Package Rask.DevTools -Version 0.23.1-alpha.0.45
<PackageReference Include="Rask.DevTools" Version="0.23.1-alpha.0.45" />
<PackageVersion Include="Rask.DevTools" Version="0.23.1-alpha.0.45" />
<PackageReference Include="Rask.DevTools" />
paket add Rask.DevTools --version 0.23.1-alpha.0.45
#r "nuget: Rask.DevTools, 0.23.1-alpha.0.45"
#:package Rask.DevTools@0.23.1-alpha.0.45
#addin nuget:?package=Rask.DevTools&version=0.23.1-alpha.0.45&prerelease
#tool nuget:?package=Rask.DevTools&version=0.23.1-alpha.0.45&prerelease
Rask.DevTools
In-page developer tools for Rask, a full-stack .NET web framework for teams of any size. A panel inside the page you are building shows what the page and the app say to each other, which components the page is made of and what each was given, which of them render and why, where each interaction's time goes, and what went wrong.
- No code in the app. Referencing the package attaches the tools to the ASP.NET host and to WebAssembly in a Debug build. Click the Rask pill in the page's bottom-left corner, or press Ctrl+Shift+D (Cmd+Shift+D on a Mac).
- Nothing of it ships. A Release publish leaves out the assembly, its scripts and its
.deps.jsonentry — then checks the output and fails the publish if any of them is still there. - Local by default. The Server host shows the panel only in
Developmentto a browser on the same machine; WebAssembly only on a loopback address.
Install
The panel is drawn with the Rask UI kit, so the app references that too:
dotnet add package Rask.DevTools
dotnet add package Rask.Ui
An app made with rask new already has both.
Guide: DevTools
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-browser1.0 is compatible. 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. net11.0 is compatible. net11.0-browser1.0 is compatible. |
-
net10.0
- No dependencies.
-
net10.0-browser1.0
- No dependencies.
-
net11.0
- No dependencies.
-
net11.0-browser1.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Rask.DevTools:
| Package | Downloads |
|---|---|
|
Rask
The one reference a Rask application needs, server or browser. On a server target (net10.0 or net11.0) it brings the ASP.NET host plus every battery — database (SQLite, PostgreSQL or SQL Server, picked by Rask:Database:Provider), mediator, background jobs, transactional email, cache, file storage, outbox, operator dashboard, durable logs, Web Push, and SQLite snapshots and continuous backup — with RaskApp.Create(args) as the entry point. On a browser target it brings the WebAssembly host, the source-generated mediator, the query cache and remote dispatch. Everything referenced is wired and on; app.Configure(c => c.Jobs.Off()) is how an app does without one. Reference Rask.Server for a lean host with no database. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.23.1-alpha.0.46 | 0 | 9/23/2026 |
| 0.23.1-alpha.0.45 | 0 | 9/23/2026 |
| 0.23.1-alpha.0.43 | 0 | 9/23/2026 |
| 0.23.1-alpha.0.38 | 0 | 9/23/2026 |
| 0.23.1-alpha.0.36 | 0 | 9/23/2026 |
| 0.23.1-alpha.0.35 | 6 | 9/23/2026 |
| 0.23.1-alpha.0.34 | 2 | 9/23/2026 |
| 0.23.1-alpha.0.33 | 43 | 9/21/2026 |
| 0.23.1-alpha.0.30 | 44 | 9/21/2026 |
| 0.23.1-alpha.0.29 | 53 | 9/21/2026 |
| 0.23.1-alpha.0.28 | 45 | 9/21/2026 |
| 0.23.1-alpha.0.27 | 42 | 9/21/2026 |
| 0.23.1-alpha.0.26 | 40 | 9/21/2026 |
| 0.23.1-alpha.0.24 | 45 | 9/21/2026 |
| 0.23.1-alpha.0.23 | 48 | 9/21/2026 |
| 0.23.1-alpha.0.22 | 45 | 9/21/2026 |
| 0.23.1-alpha.0.21 | 49 | 9/21/2026 |
| 0.23.1-alpha.0.20 | 43 | 9/21/2026 |
| 0.23.1-alpha.0.18 | 45 | 9/21/2026 |
| 0.23.0 | 90 | 9/18/2026 |