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

CLI add-package with source code #8172

Closed
hikalkan opened this issue Mar 23, 2021 · 0 comments · Fixed by #8187
Closed

CLI add-package with source code #8172

hikalkan opened this issue Mar 23, 2021 · 0 comments · Fixed by #8187

Comments

@hikalkan
Copy link
Member

Add with-source-code option to abp add-package command, so we may add source code of a package into the solution and remove the package dependency. This has some conditions, however;

  • The package should be directly added to the solution. It can't be a indirect package reference (otherwise we have error, because we have the source code and project dependency for the same package and they conflict on build). This is responsibility of the developer because we can't resolve the dependency graph to determine indirect references.
  • It can't be framework packages because of the license. Theme packages and module packages are supported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants