Goo.DevTools
0.4.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global Goo.DevTools --version 0.4.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Goo.DevTools --version 0.4.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Goo.DevTools&version=0.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Goo.DevTools --version 0.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Goo DevTools CLI
Goo.DevTools installs the goo command. It starts a Goo project with the diagnostics launch hint, Goo automatically attaches each window when it opens, discovers local Goo endpoints, attaches to the versioned JSON-lines protocol, requests captures, and checks the local setup. DevTools.Attach(window) remains available for advanced manual control.
dotnet tool install --global Goo.DevTools
goo dev --inspector --watch -- dotnet run --project App.gsproj
goo attach --latest
goo capture --latest --output frame.png
goo doctor
The CLI does not scan arbitrary processes. Goo windows publish one endpoint descriptor below GOO_DEVTOOLS_DIR, .goo/devtools, or the platform runtime directory. Set GOO_DEVTOOLS_INSPECTOR to the standalone Goo DevTools executable or DLL when it is not on PATH.
The tool is MIT licensed.
| 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-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.