You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Right now Kestrel breaks when used from a classic .NET project using MSBuild, because libuv.dll is not automatically copied to the build's output directory. This can be worked around by manually adding libuv to the referencing project and configuring it to be copied. NuGet can do this for us though.
Right now Kestrel breaks when used from a classic .NET project using MSBuild, because libuv.dll is not automatically copied to the build's output directory. This can be worked around by manually adding libuv to the referencing project and configuring it to be copied. NuGet can do this for us though.
@natemcmaster pointed out that Microsoft.Data.Sqlite already does this.