This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Description
I built my project in microsoft/aspnetcore-build:1.1.2, and deployed it in microsoft/aspnetcore:1.1.2.
Then an exception occurred after i triggered the brotili compression:
An unhandled exception occurred while processing the request.
DllNotFoundException: Unable to load DLL 'brotlienc.dll': The specified module could not be found.
(Exception from HRESULT: 0x8007007E)
System.IO.Compression.Interop+Brotli.BrotliEncoderCreateInstance(IntPtr allocFunc, IntPtr freeFunc, IntPtr opaque)
It seems that the OS conditional not work
Did i use the package wrong?