This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
1.1.0
Features
- Add MVC services builder for CookieTempDataProvider (#5515)
- Add logging to help diagnose precompiled view scenarios (#5462)
- ViewComponent => User as ClaimsPrincipal (#4964)
- Adding AcceptedResult and .Accepted() responses (#4937)
- FormTagHelper is missing asp-fragment. (#4917)
- Adding ProducesResponseTypeAttribute(int statusCode) constructor (#4863)
- Any Plans to Implement VaryByParam? (#2894)
Bugs Fixed
- CookieTempDataProvider shouldn't set cookie path if PathBase is empty (#5512)
- CookieTempDataProvider hard codes cookie to be secure-only, thus requiring HTTPS to function (#5511)
- Treat an invalid
charset
identically to one aTextInputFormatter
does not support (#5501) - ViewsFeatureProvider and dynamic assemblies (#5487)
- JsonPatchDocument.ApplyTo With ModelState Throws Exceptions (#5463)
- MiddlewareFilter: Using a ConfigureType without a parameterless constructor should print a better exception message (#5431)
- CookieTempDataProvider chunking broken (#5430)
- Component.InvokeAsync(string) throws null ref (#5423)
- Add log messages to input formatters at Debug level (#5367)
- When replacing Controller.Dispose with an explicit implementation the base Dispose is an action (#5352)
- Charset wrapped with "" in Content-Type header rises issue in model binding (#5349)
- Move HttpContext property from OutputFormatterWriteContext to OutputFormatterCanWriteContext (#5272)
- View component tag helpers don't allow generic parameters (#5216)
- Support IsIndexer for ViewComponentTagHelpers (#5207)
- parsing issue on asp.net when request quality factor is specified. (#5150)