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

Introduce DeploymentSourceBase to simplify DeploymentSource #16842

Merged
merged 14 commits into from
Oct 9, 2024

Conversation

hishamco
Copy link
Member

@hishamco hishamco commented Oct 7, 2024

This pull request refactors multiple deployment source classes in the OrchardCore.Modules project to inherit from a new base class, DeploymentSourceBase<T>, instead of directly implementing the IDeploymentSource interface. This change simplifies the code and ensures consistency across different deployment sources.

Copy link
Contributor

github-actions bot commented Oct 7, 2024

This pull request has merge conflicts. Please resolve those before requesting a review.

@MikeAlhayek MikeAlhayek enabled auto-merge (squash) October 9, 2024 21:38
@MikeAlhayek MikeAlhayek merged commit 28de8c7 into main Oct 9, 2024
8 checks passed
@MikeAlhayek MikeAlhayek deleted the hishamco/deployment-source branch October 9, 2024 21:53
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.

2 participants