Skip to content

Commit e8b3410

Browse files
committed
Expand on typical usages
1 parent 205f54c commit e8b3410

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ It shines for:
1818
- Fast iteration with smart caching (subsequent runs are near-instant when nothing changed)
1919
- Easy sharing of small utilities (just a `.cs` file **or** a remote ref like `owner/repo[@ref][:path]`)
2020

21+
`go#` optimizes the underlying `dotnet publish` and `dotnet run` commands for file-based apps, with smart up-to-date checks
22+
of every C# file used to build the app (including `#include` and `#ref` directives, transitively),
23+
making it optimal for quick iteration and agentic tools authoring and consumption.
24+
2125

2226
## Usage
2327

0 commit comments

Comments
 (0)