adoconnection / SevenZipExtractor

C# wrapper for 7z.dll
MIT License
306 stars 83 forks source link

Versions 1.0.10 to 1.0.14 doesn't work #37

Closed mefmund closed 4 years ago

mefmund commented 4 years ago

I install latest version SevenZipExtractor using nuget and I was trying the example code, but i have error

"The type or namespace name 'SevenZipExtractor' could not be found (are you missing a using directive or an assembly reference?) I checked few more versions and problem diapers when i change version to 1.0.09

I'm using .net core 3.1

adoconnection commented 4 years ago

Hi, I think it is some sort of nuget compilation issue. In my .core console app it will not work if installed as nuget package, however if I download sources and reference SevenZipExtractor as a project - it works.

thanks for reporting!

WojciechNagorski commented 4 years ago

I fixed this problem in PR #38

mefmund commented 4 years ago

Confirmed. Version 1.0.15 is working.