This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
6.0.0-rc1
Pre-release
Pre-release
Features
- Razor compilation uses a custom load context on CoreCLR and regular Assembly.Load on .NET Framework (#3365)
- Add LocalRedirectResult class and helper method (#3346)
- Diagnostics Source events for Filters (#3279)
- Diagnostics Source events for View Components (#3274)
- Move AllowAnonymous to Microsoft.AspNet.Authorization (#3246)
- Rename
AppendEncoded()
toAppendHtml()
andSetContentEncoded()
toSetHtmlContent()
(#3225) - Telemetry Source Before/After events feedback/thoughts (#3204)
- TempData support for Enum types (#3141)
- Make removing a formatter a 1-liner (#2945)
- Consider using
DisplayAttribute.GroupName
to determineSelectListItem
's Group (#2292)
Bugs Fixed
- Add compilation services to container in MvcRazorMvcCoreBuilderExtensions (#3383)
- TagHelper and non-TagHelper select tags in a form don't work well together. (#3347)
- Rename ViewComponent.Context to HttpContext (#3332)
- Rename ModelState (the type) -> ModelStateEntry (#3326)
- PhysicalFileResult should not throw FileNotFoundExceptions for non-rooted paths (#3295)
- Modify ViewStartUtility to generate always view paths with forward slashes (#3294)
- ArgumentNullException when returning empty ViewResult (#3284)
- Exception while encoding/writing view using pooled buffer (#3252)
- Routes values are being added in duplicate (#3250)
- Using @inherits and @model together gives intellisense errors (#3243)
- Rename PhysicalFileProviderResult to PhysicalFileResult? (#3236)
- Unable to read big json file from Request.Body (#3235)
- ModelState error for FormatException should show DisplayName of the problematic property if available (#3227)
- Can not pass nullable to ViewComponent Invoke method (#3211)
- Fix content negotiation content-type check for InputFormatter (#3138)
- TempData fails silently without sessions middleware (#3068)
- ValidationSummary does not showcase all errors. (#3043)
- Change order of generated input elements in asp-for checkbox helper (#2994)