Remove unused tree-sitter-c-sharp dependency #16

Open
opened 2026-07-25 11:18:03 +00:00 by GKaszewski · 0 comments
Owner

Severity: Low

Cargo.toml line 47 declares tree-sitter-c-sharp = "0.23" but the tree-sitter adapter only has rust/mod.rs and python/mod.rs — no C# extractor exists.

This adds compile time and binary size for nothing. The README marks C# as "planned", but the dep should not be pulled until there's code using it.

**Severity: Low** `Cargo.toml` line 47 declares `tree-sitter-c-sharp = "0.23"` but the tree-sitter adapter only has `rust/mod.rs` and `python/mod.rs` — no C# extractor exists. This adds compile time and binary size for nothing. The README marks C# as "planned", but the dep should not be pulled until there's code using it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GKaszewski/archlens#16