Substantive.DevTools.Blazor 9.4.0-build20260401r3
DevTools.Blazor
Small collection of development-time utilities and helper components for Blazor frontends.
Purpose
Provide tools that make developing and debugging Blazor UI components easier (inspectors, debug pages, schema previews).
Location
Project folder: src/BuildingBlocks/DevTools.Blazor
Quick start
- Add a project reference to
src/BuildingBlocks/DevTools.Blazorfrom your Blazor app project (or install the package if published). - Add any required using statements to
_Imports.razoror individual components. - Run the debug/demo project in the solution
src/Debuggers/Substantive.UIComponentsDebugger.Shareto view example pages and live tools (Product Analytics pages, DynamicForm samples, sample code components).
Notes for contributors
- Build with:
dotnet build - Keep development tools isolated from production builds; these components are intended for dev/debug scenarios.
If you need specific examples or a component list, open an issue or submit a PR with the requested documentation changes.
Showing the top 20 packages that depend on Substantive.DevTools.Blazor.
| Packages | Downloads |
|---|---|
|
Substantive.Metapackage.Blazor
A metapackage contains all Blazor essential building blocks. It packed standalone Blazor components and extensions that often use such as Navigation, Exception Handling, Localization, etc,.
|
4 |
.NET 10.0
- Substantive.Blazor.CustomElements (>= 9.4.0-build20260401R3)
- Substantive.Blazor.DynamicForm (>= 9.4.0-build20260401R3)
- Substantive.ComponentModel.Blazor (>= 9.4.0-build20260401R3)
- MudBlazor (>= 9.2.0)