Dev Log
Week of April 19, 2026
dev-killport
- Implemented ability to view processes associated to a port id.
- Implemented ability to kill the process associated with a port id.
- Implemented forc flag to commit the operation without asking.
- Implemented json flag to output the port and process information as json.
- Implemented dryrun flag to run an operation without actually committing the change.
- Implemented list-ports command to show a table of all ports mapped to a process (including system processes).
- Refactor and clean-up service and command code to be more maintainable.
- Added min and max port filtering to the list-ports command so user can narrow down port ranges to list.
- Published the dev-killport tool to nuget.org.
- Link: https://d20tek.com/projects/dev-killport
cli-tools
- Updated all cli tools to use the latest Spectre.Console version 0.55.2.
- Updated package dependencies to latest versions.
- Link: https://d20tek.com/projects/cli-tools
Spectre.Console Extensions
- Upgraded Spectre dependencies to latest version 0.55.2.
- Handled breaking changes to Command/AsyncCommand Execute methods moving to protected.
- Updated other dependencies to latest versions.
- Link: https://d20tek.com/projects/spectre-console-extensions