Initial implementation of C# Dependency Graph extension with testing and CI setup#1
Merged
Initial implementation of C# Dependency Graph extension with testing and CI setup#1
Conversation
…iguration files and test setup
…ncy Graph extension
…tructions for C# Dependency Graph extension
- Introduce example graph image for better visualization in README - Add Copilot instructions for improved code suggestions - Modify ESLint configuration to use CommonJS - Enhance csprojFinder with exclusion pattern checks - Update extension tests and comments for clarity - Refactor comments in extension and graphGenerator for better understanding
…ritance dependencies in C# class parser
- Upgrade actions/checkout and actions/setup-node to latest versions - Change Node.js version to 18.x - Modify test command to run with xvfb-run - Rename package and update publisher in package.json - Add parameter to include class-level dependencies in parseClassDependencies function
…nd package.json for improved project structure
…ance descriptions, and include screenshots for better visualization
…n test suite logging
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.
Introduce the C# Dependency Graph extension, including class dependency analysis and configuration options. Enhance the README for better feature descriptions and installation instructions. Add icons and rename the extension package. Implement a GitHub Actions workflow for build, test, and packaging.