Goo.DevTools
0.5.3
dotnet tool install --global Goo.DevTools --version 0.5.3
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.5.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Goo.DevTools&version=0.5.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Goo.DevTools --version 0.5.3
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 for starting Goo applications with diagnostics, finding local endpoints, attaching to a target, requesting captures, and checking the local setup.
Install
dotnet tool install --global Goo.DevTools
Use
goo dev --inspector --watch -- dotnet run --project App.gsproj
goo attach --latest
goo capture --latest --output frame.png
goo doctor
The graphical inspector is a separate tool. Install Goo.DevTools.App to get goo-devtools and use goo dev --inspector.
See the Goo DevTools guide and development guide.
| 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.