Add compact dotnet ef filtering#2182
Conversation
WhatAdd compact Entity Framework Core CLI support to RTK via Implemented command coverage:
The route is implemented in the Rust dotnet command module because top-level WhyRaw EF output mixes useful signal with repeated project/build/design-time discovery lines. For migration scripts, stdout can contain large SQL blocks where the model usually needs a compact summary plus access to full output, not every SQL line inline. How The Filter WorksThe filter detects the EF command shape from the forwarded args, skipping global options like Then it removes stable EF noise such as:
It keeps high-signal output:
For long SQL or long lists, the filter emits a tee hint so the full output is still available without spending tokens inline. Benefits
Real-world impact: complex EF migration scriptSmoke test used a real EF project under
Command compared: Result: Filtered output shape: More outputsValidationNote: full |
No description provided.