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

System.IO.Compression.Brotli resolves incorrect brotli native libs #1677

@suraciii

Description

@suraciii

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions