The following line is generating an error:
using (ZipArchive zip = new ZipArchive(zipFilename, ArchiveOpenMode.Create))
Error is:
System.TypeLoadException: Could not load type 'nixp' from assembly 'Rebex.Common, Version=7.0.9048.0, Culture=neutral, PublicKeyToken=1c4638788972655d'.
at Rebex.IO.Compression.ZipArchiveOptions.rojk()
at Rebex.IO.Compression.ZipArchive..ctor(String zipFilePath, ArchiveOpenMode openMode)
This is a NET6 project with the following packages:
Can anyone help with this please?