mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
C# support #153
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @prepare on GitHub (Jan 6, 2017).
@prepare commented on GitHub (Jan 6, 2017):
@McNeight,
Do you have a plan to implement this?
@RehanSaeed commented on GitHub (Feb 28, 2017):
Now that there is a Java port, it should be fairly simple to build a .NET Core port.
@eustas commented on GitHub (Mar 3, 2017):
#519
@eustas commented on GitHub (Mar 3, 2017):
Tried
sharpen. Almost succeeded:BitReaderhas problems with nio, as expectedInputStreamis unexpectedly unknown to sharpenI believe, with some minimal config it will be possible to have automated org.brotli.dec to c# conversion.
@RehanSaeed commented on GitHub (Mar 3, 2017):
This is only for the decoder, which is great for clients. I'm interested in using brotli with an ASP.NET Core application for dynamic compression on the fly.
I have seen a comment saying the encoder is more complex and C will give better performance etc. A wrapper around the C library would still suffice. Either way a simple NuGet package would be perfect.
@eustas commented on GitHub (Mar 3, 2017):
+1 for C# wrapper for libbrotli
+1 for NuGet support
@prepare commented on GitHub (Mar 6, 2017):
Hello, Thank you.
I will test it :)
@eustas commented on GitHub (Jun 1, 2017):
Updated issue title + placed a task list into issue description
@Zer0M4n commented on GitHub (Jun 3, 2025):
Hi, is this topic still active and if so, how can I contribute?
@Mrgaton commented on GitHub (Jul 31, 2025):
C# now has a brotli srtream class built in in newer versions of .net