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 has been archived by the owner on Jan 24, 2021. It is now read-only.
DEBUG
andRELEASE
modeHello,
When using TestServer (Microsoft.AspNetCore.TestHost) with Owin to host a Nancy module in .NET Core 2.2, the request body is always empty.
It works fine when using Kestrel.
TestServer with Nancy works fine in .Net Core 3.0.
I didn't find any TestServer related issues on Nancy Github, nor on the web.
Consider the following (I can put it on Github for convenience, with a branch for each environnement):
.NET Core 2.2 config:
.NET Core 3.0 config:
The text was updated successfully, but these errors were encountered: