Rask.DevTools
0.23.1-alpha.0.62
This is a prerelease version of Rask.DevTools.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Rask.DevTools --version 0.23.1-alpha.0.62
NuGet\Install-Package Rask.DevTools -Version 0.23.1-alpha.0.62
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="Rask.DevTools" Version="0.23.1-alpha.0.62" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rask.DevTools" Version="0.23.1-alpha.0.62" />
<PackageReference Include="Rask.DevTools" />
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 Rask.DevTools --version 0.23.1-alpha.0.62
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Rask.DevTools, 0.23.1-alpha.0.62"
#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 Rask.DevTools@0.23.1-alpha.0.62
#: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=Rask.DevTools&version=0.23.1-alpha.0.62&prerelease
#tool nuget:?package=Rask.DevTools&version=0.23.1-alpha.0.62&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- No dependencies.
-
net10.0-browser1.0
- No dependencies.
-
net11.0
- No dependencies.
-
net11.0-browser1.0
- 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 |
|---|---|---|
| 0.23.1-alpha.0.84 | 19 | 9/25/2026 |
| 0.23.1-alpha.0.82 | 0 | 9/25/2026 |
| 0.23.1-alpha.0.81 | 16 | 9/25/2026 |
| 0.23.1-alpha.0.80 | 16 | 9/25/2026 |
| 0.23.1-alpha.0.79 | 28 | 9/25/2026 |
| 0.23.1-alpha.0.78 | 20 | 9/25/2026 |
| 0.23.1-alpha.0.76 | 28 | 9/25/2026 |
| 0.23.1-alpha.0.74 | 23 | 9/25/2026 |
| 0.23.1-alpha.0.72 | 27 | 9/25/2026 |
| 0.23.1-alpha.0.70 | 30 | 9/25/2026 |
| 0.23.1-alpha.0.69 | 31 | 9/25/2026 |
| 0.23.1-alpha.0.68 | 38 | 9/25/2026 |
| 0.23.1-alpha.0.67 | 43 | 9/25/2026 |
| 0.23.1-alpha.0.66 | 30 | 9/24/2026 |
| 0.23.1-alpha.0.65 | 30 | 9/24/2026 |
| 0.23.1-alpha.0.64 | 28 | 9/24/2026 |
| 0.23.1-alpha.0.62 | 30 | 9/24/2026 |
| 0.23.1-alpha.0.61 | 33 | 9/24/2026 |
| 0.23.1-alpha.0.50 | 35 | 9/24/2026 |
| 0.23.0 | 160 | 9/18/2026 |
Loading failed