We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205f54c commit e8b3410Copy full SHA for e8b3410
1 file changed
readme.md
@@ -18,6 +18,10 @@ It shines for:
18
- Fast iteration with smart caching (subsequent runs are near-instant when nothing changed)
19
- Easy sharing of small utilities (just a `.cs` file **or** a remote ref like `owner/repo[@ref][:path]`)
20
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
+
25
26
## Usage
27
0 commit comments