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

Conflict with dotnetzip package [DNET729] #673

Closed
firebird-automations opened this issue Dec 30, 2016 · 5 comments
Closed

Conflict with dotnetzip package [DNET729] #673

firebird-automations opened this issue Dec 30, 2016 · 5 comments

Comments

@firebird-automations
Copy link

Submitted by: Eric Bole-Feysot (ericbf)

I use in my app dotnetzip package (ioniczip dll) and when I installed firebird http://ado.net provider, I got a conflict because of a duplicated reference. I had to use an alias on my dotnetzip reference to fix the problem.
Could you set your dotnetzip as a nugget references instead of including it in the package ?
Thanks

Commits: 5631ed9

@firebird-automations
Copy link
Author

Modified by: Eric Bole-Feysot (ericbf)

summary: Conflict with ionic zip package => Conflict with dotnetzip package

@firebird-automations
Copy link
Author

Commented by: @cincuranet

NuGet can't be used, because it doesn't support .NET Core (and I only use fraction of the whole codebase).

I suppose you have a conflict on `ZlibCodec` or `ZlibConstants` classes, right? I suppose I can make these classes `internal` which solves it.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Author

Commented by: Eric Bole-Feysot (ericbf)

I got duplicated references on namespace ionic.zlib and ionic.zip. I don't use other namespaces so I don't know if it's a general problem.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: In Progress [ 3 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: vNext [ 10804 ]

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

No branches or pull requests

2 participants