-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
P2-importantDevrait être fixé bientôtDevrait être fixé bientôteffort-largePlusieurs jours, nouveau modulePlusieurs jours, nouveau moduleenhancementNew feature or requestNew feature or request
Description
Love the tool — the token savings on build/test output are fantastic.
It would be great to have support for dotnet CLI commands. The .NET CLI is notoriously verbose, especially dotnet build, dotnet test, and dotnet restore, which produce a lot of MSBuild noise that eats through LLM context quickly.
Common subcommands that would benefit:
dotnet build— MSBuild output with tons of repeated info, dependency resolution logsdotnet test— verbose test runner output (similar to whatrtk pytestalready handles)dotnet run— startup banners, hosting environment infodotnet restore— NuGet resolution logsdotnet publish— combines build + packaging outputdotnet clean— minor but still noisy
The filtering patterns would be similar to what exists for cargo and go — strip informational lines, surface only errors/warnings/test failures. For now we're routing through rtk proxy dotnet in our Claude Code hooks, but native filtering would be a big win.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2-importantDevrait être fixé bientôtDevrait être fixé bientôteffort-largePlusieurs jours, nouveau modulePlusieurs jours, nouveau moduleenhancementNew feature or requestNew feature or request