Skip to content

SharpZipLib replace or update to fix warnings #249

@pamapa

Description

@pamapa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions