We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46aa7a3 commit e8c3b4cCopy full SHA for e8c3b4c
src/Simplify.Web.Json/Simplify.Web.Json.csproj
@@ -17,6 +17,9 @@
17
Updates
18
* Upgrade to Simplify.Web 4.0.2
19
* .NET Core App 3.1 and .NET Core App 3.0 target frameworks added
20
+ Bug Fixes
21
+ * JsonModelBinder checking ContentType for null added
22
+ * ReadRequestBodyAsync moved before accessing RequestBody (caused synchronous model access)
23
</PackageReleaseNotes>
24
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
25
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Json.xml</DocumentationFile>
0 commit comments