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
I'm not sure if this is the right place to post the issue, but on any POST endpoint I receive null values for all FromBody parameters after adding the dependency System.Data.SqlClient 4.1.0 although I don't actually use it... Using FromQuery values works. I attached a sample project. TestAspCore.zip
The text was updated successfully, but these errors were encountered:
The root cause is likely a mismatch between the 1.0.0-rc2 Kestrel binaries and the 1.0.0 .NET Core libraries. You can check this by looking at the console log or developer exception page - or if you have a debugger, attach the process and break on first chance exceptions.
- Style changes: Sort usings, use more var and C#7
- Added ConfigureAwait to stop dead locks with xunit
- Remove duplicate handling of aborts in the receiver
- Handle the case where output ends before input
ghost
locked as resolved and limited conversation to collaborators
Dec 4, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm not sure if this is the right place to post the issue, but on any POST endpoint I receive null values for all FromBody parameters after adding the dependency System.Data.SqlClient 4.1.0 although I don't actually use it... Using FromQuery values works. I attached a sample project.
TestAspCore.zip
The text was updated successfully, but these errors were encountered: