This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
6.0.0-beta3
Pre-release
Pre-release
Features
- CacheTagHelper should flow EntryLink to inner content (#1867)
- [ControllerUnitTest] Make the controller class not to throw an exception for simple unit tests (#1771)
- Incremental compilation of razor in precompilation (#1725)
- Add support for
@removeTagHelpers
inheritance from _ViewStart files (#1657) - Logging: Assembly Discovery (#1562)
- Tag Helpers: Create a 'cache' Tag Helper (#1552)
- DefaultControllerActivator.Activate needs to be virtual (#1526)
- Add ModelBinderAttribute (#1394)
- Add some WebAPI-like action results/helpers to Controller (#1378)
- Add HttpError or similar type to Core (#1377)
- Tag Helpers: add support for
@
in a tag helper attribute value (#1253) - Ability to stash extra metadata on the ActionDescriptor (#1095)
- Extract an interface for
RouteConstraintAttribute
(#998) - Add a new filter stage for modifying input formatter collection. (#991)
- Revive BadRequest() (#888)
- API Explorer: Expose Parameter Binding info (#886)
- Enable FromBody, FromForm, FromQuery, FromHeader, FromServices and FromRouteData attributes for model properties . (#801)
- Consider allowing RouteDataActionConstraintAttribute on methods (#676)
- Action results pattern (#657)
- File upload (#582)
- Support output caching (#536)
- Augment binding action parameters: Introduce FromHeader and FromServices at action parameter level. (#38)
Bugs Fixed
- Adding semicolon after @Inject statement results in IIS crashing and failed codegen. (#1857)
- Possible FileUpload bug (#1840)
- ElementalValueProvider performs incorrect prefix check in ContainsPrefix (#1814)
- Properties marked with
[FromHeader]
attribute do not use default values when a header is not present (#1722) - Tag Helpers: Change
ValidationSummaryTagHelper
's property toValidationSummary
type (enum
not astring
) (#1685) @Html.CheckBoxFor()
falls back to values inViewDataDictionary
(#1483)- ContentResult ignores ContentEncoding (#1428)
- Tag Helpers: Generation for
ModelExpression
is incorrect when indexing (#1345) - RoslynCompilationService needs to consume compilation settings from host (#871)