You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/go-sharp/SKILL.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ license: MIT
8
8
9
9
`go#` runs `.cs` files like scripts with the full .NET SDK (packages, multi-file composition, AOT publish). It optimizes `dotnet publish` / `dotnet run` with smart up-to-date checks across every C# input (including `#:include` and `#:ref`, transitively).
10
10
11
+
> go# == dnx go
12
+
11
13
**Always invoke via `dnx go`.** Do not use shebangs or direct `./app.cs` execution.
0 commit comments