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

Consolidated Downloaders into one project #2686

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AlexDickerson
Copy link
Contributor

@AlexDickerson AlexDickerson commented Jan 19, 2025

This PR seeks to reduce the quantity of projects in the current solution. It consoldiates the various Wabbajack.Downloaders.* into a single project using folders for organization.

It moves the affected files into a single root Wabbajack.Downloaders folder.

The only changes to the content of the affected files are

  1. Edits to .csproj files to accomodate the new single project
  2. ServiceExtensions combined into a single class in Wabbajack.Downloads
  3. Using statements adjustd accordingly
  4. NexusDownloaer.cs adjusted to specify namespace of "Manual" due to name collision.

Primary percieved benefits of this approach are

  1. Easier package management
  2. More pleasant developer experience

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.

1 participant