Skip to content

Remove unused libraries - #272

Closed
Lauren Ciha (lauren-ciha) wants to merge 2 commits into
mainfrom
user/laurenciha/remove-dependencies
Closed

Remove unused libraries#272
Lauren Ciha (lauren-ciha) wants to merge 2 commits into
mainfrom
user/laurenciha/remove-dependencies

Conversation

@lauren-ciha

Copy link
Copy Markdown
Member

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes unused library dependencies from both the production and test projects.

  • Removed unused package references from GitHubExtension.csproj (LibGit2Sharp, MessageFormat, Microsoft.Extensions.Hosting, LibGit2Sharp.NativeBinaries)
  • Removed unused testing packages from GitHubExtension.Test.csproj (coverlet.collector, Microsoft.Extensions.Hosting)

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
GitHubExtension/GitHubExtension.csproj Removed unused package references to streamline dependencies
GitHubExtension.Test/GitHubExtension.Test.csproj Removed unnecessary testing packages to simplify the test setup
Comments suppressed due to low confidence (2)

GitHubExtension/GitHubExtension.csproj:32

  • Verify that any functionality previously relying on LibGit2Sharp has been completely removed or refactored prior to its removal.
      <PackageReference Include="Dapper.Contrib" Version="2.0.78" />

GitHubExtension.Test/GitHubExtension.Test.csproj:12

  • Removing the coverlet.collector package may affect test coverage reporting; ensure that an alternative solution is in place if coverage metrics are important.
  </PropertyGroup>

@crutkas

Copy link
Copy Markdown
Member

Lauren Ciha (@lauren-ciha) any reason why this wasn't included yet? good way to get package size down, no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants