Pulse 1.0.1 Launches Two-Package Debug Tool for MAUI App Plugin Events
Pulse 1.0.1 is a new open-source debugging tool for .NET MAUI applications, released as two coordinated packages: a host library installed inside the app and a CLI tool run on the development machine. The host package, Plugin.Maui.Pulse, hooks into dependency injection at startup, subscribes to events from allow-listed plugins already registered in the app, and forwards JSON data to the developer's machine via HTTP POST. The companion CLI tool, Plugin.Maui.Pulse.Cli, listens on port 7878 and renders incoming plugin events in a nine-lane terminal table covering areas such as network, sync, queue, permissions, and device health. The tool only surfaces events from plugins the app has already registered — it does not scrape system logs, invent rows for missing packages, or require any interaction from the end user. Pulse is disabled by default in Release builds and is designed so that a missing or closed CLI does not affect app stability.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in