Issue with : Unable to start Kestrel. System.AggregateException: One or more errors occurred. (Unable to load DLL 'libuv': The specified module or one of its dependencies could not be found.
When i was building my project for a docker container i bump into this problem
"Unable to start Kestrel. System.AggregateException: One or more errors occurred. (Unable to load DLL 'libuv': The specified module or one of its dependencies could not be found."
I just use install the nuget package and it works
Install-Package Libuv -Version 1.10.0
Comments