Comprehensive upgrade: filtering, diagnostics, Quick Fixes, confidence metrics, and export#18
Merged
chaluvadis merged 7 commits intodevelopfrom Feb 4, 2026
Conversation
…tions, export, and inline decorations Co-authored-by: chaluvadis <738511+chaluvadis@users.noreply.github.com>
Co-authored-by: chaluvadis <738511+chaluvadis@users.noreply.github.com>
…og, and updated README Co-authored-by: chaluvadis <738511+chaluvadis@users.noreply.github.com>
… filter Co-authored-by: chaluvadis <738511+chaluvadis@users.noreply.github.com>
Co-authored-by: chaluvadis <738511+chaluvadis@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Implement comprehensive upgrade for dotnet-prune extension
Comprehensive upgrade: filtering, diagnostics, Quick Fixes, confidence metrics, and export
Feb 4, 2026
chaluvadis
approved these changes
Feb 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Transforms dotnet-prune from a basic tree viewer into a production-grade code quality tool with actionable insights, native VS Code integration, and data-driven prioritization.
Core Features
Filtering & Search
VS Code Integration
Confidence & Severity Metrics
C# analyzer now computes confidence scores and severity levels:
Each finding enriched with:
confidence: 0-100% based on accessibility, symbol characteristicsseverity: "error" | "warning" | "information" | "hint"Export Capabilities
Multi-format export with professional styling:
Finding Management
Technical Implementation
New TypeScript Modules (7 files)
Enhanced C# Analyzer
FindingMetrics.cs: Confidence/severity calculationAnalyzer.cs: CallsEnrichFinding()for all findingsModels.cs: Addedconfidence?andseverity?fieldsConfiguration.cs: Analysis modes, detection flagsConfiguration System
15+ settings across categories:
Documentation
Testing
12 unit tests covering:
Files Changed
Created: 7 TS modules, 1 C# module, 4 docs
Enhanced: extension.ts (+300 lines), Analyzer.cs, Models.cs, package.json (10 commands, 15 settings)
Version: 0.0.4 → 0.0.5
Original prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.