ForNeVeR/Fenrir

Get rid of SharpZipLib

Open

#70 opened on Jun 22, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)F# (2 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (34 stars)
PR merge metrics
 (PR metrics pending)

Description

There are some commercial users (all out of a sudden!) who could really use the Fenrir library, but they cannot due to us using SharpZipLib.

We've investigated a bit, and SharpZipLib is only required to battle with certain idiosyncrasies of deflate compression support in .NET.

We should take a look at removing this support, and replacing it with a ZlibStream (also part of .NET, more low-level though) or something else.

Contributor guide