Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove transitive dependencies already included by other projects #9685

Merged
merged 1 commit into from
Oct 26, 2021

Commits on Oct 25, 2021

  1. Remove transitive dependencies already included by other projects

    and found by snitch tool https://github.com/spectresystems/snitch
    
    `snitch GitExtensions.sln`
    
    (prjects with only dependency global `Microsoft.VisualStudio.Threading` have been removed
    
    ┌─────────────────────────────────────────────────────────────────────────────────┐
    │  Packages that can be removed from GitUI:                                       │
    │ ┌──────────────────────────────────────────────────────┬──────────────────────┐ │
    │ │ Package                                              │ Referenced by        │ │
    │ ├──────────────────────────────────────────────────────┼──────────────────────┤ │
    │ │ System.IO.Abstractions                               │ GitCommands          │ │
    │ │ Microsoft.VisualStudio.Threading                     │ GitExtUtils          │ │
    │ └──────────────────────────────────────────────────────┴──────────────────────┘ │
    │                                                                                 │
    │  Packages that can be removed from GitExtensions.Plugins.AutoCompileSubmodules: │
    │ ┌───────────────────────────────────────────────┬─────────────────────────────┐ │
    │ │ Package                                       │ Referenced by               │ │
    │ ├───────────────────────────────────────────────┼─────────────────────────────┤ │
    │ │ Microsoft.VisualStudio.Composition            │ GitUIPluginInterfaces       │ │
    │ │ System.Reactive.Interfaces                    │ GitUIPluginInterfaces       │ │
    │ │ Microsoft.VisualStudio.Threading              │ GitExtUtils                 │ │
    │ └───────────────────────────────────────────────┴─────────────────────────────┘ │
    │                                                                                 │
    │  Packages that can be removed from TeamCityIntegration:                         │
    │ ┌──────────────────────────────────────────────────────┬──────────────────────┐ │
    │ │ Package                                              │ Referenced by        │ │
    │ ├──────────────────────────────────────────────────────┼──────────────────────┤ │
    │ │ System.Reactive.Linq                                 │ GitCommands          │ │
    │ │ Microsoft.VisualStudio.Threading                     │ GitExtUtils          │ │
    │ └──────────────────────────────────────────────────────┴──────────────────────┘ │
    │                                                                                 │
    │  Packages that can be removed from GitExtensions.Plugins.Bitbucket:             │
    │ ┌──────────────────────────────────────────────────────┬──────────────────────┐ │
    │ │ Package                                              │ Referenced by        │ │
    │ ├──────────────────────────────────────────────────────┼──────────────────────┤ │
    │ │ Newtonsoft.Json                                      │ GitCommands          │ │
    │ │ Microsoft.VisualStudio.Threading                     │ GitExtUtils          │ │
    │ └──────────────────────────────────────────────────────┴──────────────────────┘ │
    │                                                                                 │
    │  Packages that can be removed from JenkinsIntegration:                          │
    │ ┌──────────────────────────────────────────────────────┬──────────────────────┐ │
    │ │ Package                                              │ Referenced by        │ │
    │ ├──────────────────────────────────────────────────────┼──────────────────────┤ │
    │ │ Newtonsoft.Json                                      │ GitCommands          │ │
    │ │ System.Reactive.Linq                                 │ GitCommands          │ │
    │ │ Microsoft.VisualStudio.Threading                     │ GitExtUtils          │ │
    │ └──────────────────────────────────────────────────────┴──────────────────────┘ │
    │                                                                                 │
    │  Packages that can be removed from AppVeyorIntegration:                         │
    │ ┌──────────────────────────────────────────────────────┬──────────────────────┐ │
    │ │ Package                                              │ Referenced by        │ │
    │ ├──────────────────────────────────────────────────────┼──────────────────────┤ │
    │ │ Newtonsoft.Json                                      │ GitCommands          │ │
    │ │ System.Reactive.Linq                                 │ GitCommands          │ │
    │ │ Microsoft.VisualStudio.Threading                     │ GitExtUtils          │ │
    │ └──────────────────────────────────────────────────────┴──────────────────────┘ │
    │                                                                                 │
    │  Packages that can be removed from GitCommands.Tests:                           │
    │ ┌──────────────────────────────────────────────────────┬──────────────────────┐ │
    │ │ Package                                              │ Referenced by        │ │
    │ ├──────────────────────────────────────────────────────┼──────────────────────┤ │
    │ │ Newtonsoft.Json                                      │ GitCommands          │ │
    │ │ Microsoft.VisualStudio.Threading                     │ GitExtUtils          │ │
    │ └──────────────────────────────────────────────────────┴──────────────────────┘ │
    │                                                                                 │
    │  Packages that can be removed from GitUI.Tests:                                 │
    │ ┌─────────────────────────────────────────────────────┬───────────────────────┐ │
    │ │ Package                                             │ Referenced by         │ │
    │ ├─────────────────────────────────────────────────────┼───────────────────────┤ │
    │ │ System.IO.Abstractions                              │ GitCommands           │ │
    │ │ Microsoft.VisualStudio.Threading                    │ ConEmuWinForms        │ │
    │ └─────────────────────────────────────────────────────┴───────────────────────┘ │
    │                                                                                 │
    │  Packages that can be removed from AzureDevOpsIntegration:                      │
    │ ┌──────────────────────────────────────────────────────┬──────────────────────┐ │
    │ │ Package                                              │ Referenced by        │ │
    │ ├──────────────────────────────────────────────────────┼──────────────────────┤ │
    │ │ Newtonsoft.Json                                      │ GitCommands          │ │
    │ │ System.Reactive.Linq                                 │ GitCommands          │ │
    │ │ Microsoft.VisualStudio.Threading                     │ GitExtUtils          │ │
    │ └──────────────────────────────────────────────────────┴──────────────────────┘ │
    └─────────────────────────────────────────────────────────────────────────────────┘
    pmiossec committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    d056be1 View commit details
    Browse the repository at this point in the history