Hi folks,
Has anyone tried to compile SharpCompress.3.5.csproj targeting to Framework 4.0 and 4.5 in VS2015? I have tried them but with errors:
Severity Code Description Project File Line
Error CS0675 Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first SharpCompress ...\sharpcompress_fcca5e95eafd\SharpCompress\Compressor\Deflate\DeflateManager.cs 670
and
Severity Code Description Project File Line
Error CS0675 Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first SharpCompress ...\sharpcompress_fcca5e95eafd\SharpCompress\Compressor\Deflate\DeflateManager.cs 682
Can you resolve this?
Cheers
Has anyone tried to compile SharpCompress.3.5.csproj targeting to Framework 4.0 and 4.5 in VS2015? I have tried them but with errors:
Severity Code Description Project File Line
Error CS0675 Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first SharpCompress ...\sharpcompress_fcca5e95eafd\SharpCompress\Compressor\Deflate\DeflateManager.cs 670
and
Severity Code Description Project File Line
Error CS0675 Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first SharpCompress ...\sharpcompress_fcca5e95eafd\SharpCompress\Compressor\Deflate\DeflateManager.cs 682
Can you resolve this?
Cheers