Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NotSupportedException with ${aspnet-request-posted-body} #431

Merged
merged 1 commit into from
Jun 5, 2019

Conversation

304NotModified
Copy link
Member

@304NotModified 304NotModified commented Jun 5, 2019

  • update example

fixes #429

@codecov-io
Copy link

codecov-io commented Jun 5, 2019

Codecov Report

Merging #431 into dev will decrease coverage by <1%.
The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff         @@
##           dev   #431    +/-   ##
===================================
- Coverage   62%    62%   -<1%     
===================================
  Files       35     35            
  Lines      528    524     -4     
  Branches   122    121     -1     
===================================
- Hits       329    325     -4     
+ Misses     162    158     -4     
- Partials    37     41     +4
Impacted Files Coverage Δ
.../Shared/LayoutRenderers/AspNetRequestPostedBody.cs 47% <ø> (+3%) ⬆️
...d/LayoutRenderers/AspNetItemValueLayoutRenderer.cs 86% <0%> (-7%) ⬇️
...enderers/AspNetRequestQueryStringLayoutRenderer.cs 82% <0%> (-5%) ⬇️
...youtRenderers/AspNetRequestCookieLayoutRenderer.cs 88% <0%> (-4%) ⬇️
...outRenderers/AspNetLayoutMultiValueRendererBase.cs 88% <0%> (-1%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed84a18...ce55437. Read the comment docs.

@304NotModified 304NotModified merged commit a3f67ff into dev Jun 5, 2019
@304NotModified 304NotModified deleted the fix-posted-body branch June 5, 2019 17:39
@snakefoot snakefoot added ASP.NET Core ASP.NET Core - all versions and removed ASP.NET Core 1 labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ASP.NET Core ASP.NET Core - all versions ASP.NET 4 ASP.NET MVC Classic bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not supported exception while trying to get position of stream
3 participants