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

WebContext.RequestBody rebuild to async operation #26

Closed
i4004 opened this issue Oct 21, 2019 · 0 comments
Closed

WebContext.RequestBody rebuild to async operation #26

i4004 opened this issue Oct 21, 2019 · 0 comments
Assignees
Labels
area-modules enhancement New feature or request need research Need some research on issue before development

Comments

@i4004
Copy link
Member

i4004 commented Oct 21, 2019

Related: dotnet/aspnetcore#7644

@i4004 i4004 added area-modules enhancement New feature or request need research Need some research on issue before development labels Oct 21, 2019
@i4004 i4004 self-assigned this Oct 21, 2019
@i4004 i4004 added this to the Asynchronous operations improve milestone Oct 21, 2019
@i4004 i4004 closed this as completed Dec 17, 2019
i4004 added a commit that referenced this issue Dec 22, 2019
Breaking changes
* Simplify.Web request pipeline asynchronous all the way (Async controllers are now processed the same way as synchronous)
* `ControllerResponse` `Process` is now asynchronous (#30)
* Upgrade to Simplify.Templates 2 (#40)
New
* Controllers `Model` asynchronous `ReadModelAsync` method (#27)
* `IWebContext.RequestBody` asynchronous `ReadRequestBodyAsync` method (#26)
* `IWebContext.Form` asynchronous `ReadFormAsync` method
* Static file handler is asynchronous (#31)
* IWebContext.IsAuthenticated (#42)
* TemplateFactory `LoadAsync` method refactored to correct async
Bug fixes
* RequiredAttribute is not checking empty strings (#29)
* StaticFileResponse is not correctly calculating MIME type by file extension (#34)
Dependencies Updates
* System.IO.Abstractions dependency removed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-modules enhancement New feature or request need research Need some research on issue before development
Projects
None yet
Development

No branches or pull requests

1 participant