SharpZipLib conflicts: mudanças entre as edições

De TriLib
Ir para navegação Ir para pesquisar
(Criou página com 'TriLib uses SharpZipLib () to handle Zip files. Sometimes when importing TriLib to your project, you might get conflicts saying "SharpZipLib.dll" has been found in multiple...')
 
Sem resumo de edição
 
(8 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
TriLib uses SharpZipLib () to handle Zip files.
TriLib uses SharpZipLib (https://github.com/icsharpcode/SharpZipLib) to handle Zip files.


When importing TriLib to your project, you might get conflicts saying '''"ICSharpCode.SharpZipLib.dll"''' has been found in multiple places in the solution.


Sometimes when importing TriLib to your project, you might get conflicts saying "SharpZipLib.dll" has been found in multiple places in the solution.
This happens because your solution already has a SharpZipLib library.


This happens because your solution already has a SharpZipLib library on it.
You can fix that by keeping only the most up-to-date SharpZipLib version. TriLib uses SharpZipLib version '''1.2.0.7'''.


You can fix that by keeping only the most up-to-date SharpZipLib version, you can check the version TriLib uses by heading to "Assets/TriLib/TriLibCore/Plugins/Dependencies" folder.
You can find the library in the '''"Assets/TriLib/TriLibCore/Plugins/Dependencies"''' folder.

Edição atual tal como às 09h12min de 18 de maio de 2024

TriLib uses SharpZipLib (https://github.com/icsharpcode/SharpZipLib) to handle Zip files.

When importing TriLib to your project, you might get conflicts saying "ICSharpCode.SharpZipLib.dll" has been found in multiple places in the solution.

This happens because your solution already has a SharpZipLib library.

You can fix that by keeping only the most up-to-date SharpZipLib version. TriLib uses SharpZipLib version 1.2.0.7.

You can find the library in the "Assets/TriLib/TriLibCore/Plugins/Dependencies" folder.