-
Notifications
You must be signed in to change notification settings - Fork 257
Closed
Description
SharpZipLib seems to be well maintained, provides a nuget package and the license is MIT. We should use that, iff not wished/possible, we should at least fix the warnings...
build warnings
>PdfSharpCore\PdfSharpCore\SharpZipLib\Zip\Compression\Streams\DeflaterOutputStream.cs(487,21,487,26): warning CS0114: 'DeflaterOutputStream.Close()' hides inherited member 'Stream.Close()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
>PdfSharpCore\PdfSharpCore\SharpZipLib\Zip\Compression\Streams\InflaterInputStream.cs(670,21,670,26): warning CS0114: 'InflaterInputStream.Close()' hides inherited member 'Stream.Close()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
>PdfSharpCore\PdfSharpCore\SharpZipLib\Zip\Compression\Streams\DeflaterOutputStream.cs(487,21,487,26): warning CS0114: 'DeflaterOutputStream.Close()' hides inherited member 'Stream.Close()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
>PdfSharpCore\PdfSharpCore\SharpZipLib\Zip\Compression\Streams\InflaterInputStream.cs(670,21,670,26): warning CS0114: 'InflaterInputStream.Close()' hides inherited member 'Stream.Close()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
>PdfSharpCore\PdfSharpCore\SharpZipLib\Zip\Compression\Streams\DeflaterOutputStream.cs(487,21,487,26): warning CS0114: 'DeflaterOutputStream.Close()' hides inherited member 'Stream.Close()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
>PdfSharpCore\PdfSharpCore\SharpZipLib\Zip\Compression\Streams\InflaterInputStream.cs(670,21,670,26): warning CS0114: 'InflaterInputStream.Close()' hides inherited member 'Stream.Close()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
>PdfSharpCore\PdfSharpCore\SharpZipLib\Zip\Compression\Streams\DeflaterOutputStream.cs(487,21,487,26): warning CS0114: 'DeflaterOutputStream.Close()' hides inherited member 'Stream.Close()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
>PdfSharpCore\PdfSharpCore\SharpZipLib\Zip\Compression\Streams\InflaterInputStream.cs(670,21,670,26): warning CS0114: 'InflaterInputStream.Close()' hides inherited member 'Stream.Close()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
jafin
Metadata
Metadata
Assignees
Labels
No labels