- #6662 - users can now provide a `name` or `data-valmsg-for` attribute to avoid `ArgumentException`s - affects `<input>`, `<select>`, `<textarea>` elements and validation message `<div>`s - remove `fullName` check in `DefaultHtmlGenerator.GetCurrentValues(...)` entirely The new workaround is _not_ identical to changing `ViewData.TemplateInfo.HtmlFieldPrefix` - does not change where expression values are found in `ModelState` or `ViewData` - likely needs to be combined with additional workarounds i.e. for advanced use only nits: - clean up some excessive argument naming; add a few missing argument names - take VS suggestions in changed classes e.g. inline a few variable declarations - clean up some test data |
||
|---|---|---|
| .. | ||
| Microsoft.AspNetCore.Mvc.Abstractions.Test | ||
| Microsoft.AspNetCore.Mvc.ApiExplorer.Test | ||
| Microsoft.AspNetCore.Mvc.Core.Test | ||
| Microsoft.AspNetCore.Mvc.Cors.Test | ||
| Microsoft.AspNetCore.Mvc.DataAnnotations.Test | ||
| Microsoft.AspNetCore.Mvc.Formatters.Json.Test | ||
| Microsoft.AspNetCore.Mvc.Formatters.Xml.Test | ||
| Microsoft.AspNetCore.Mvc.FunctionalTests | ||
| Microsoft.AspNetCore.Mvc.IntegrationTests | ||
| Microsoft.AspNetCore.Mvc.Localization.Test | ||
| Microsoft.AspNetCore.Mvc.Razor.Test | ||
| Microsoft.AspNetCore.Mvc.RazorPages.Test | ||
| Microsoft.AspNetCore.Mvc.TagHelpers.Test | ||
| Microsoft.AspNetCore.Mvc.Test | ||
| Microsoft.AspNetCore.Mvc.TestCommon | ||
| Microsoft.AspNetCore.Mvc.TestDiagnosticListener | ||
| Microsoft.AspNetCore.Mvc.ViewFeatures.Test | ||
| Microsoft.AspNetCore.Mvc.WebApiCompatShimTest | ||
| WebSites | ||
| Directory.Build.props | ||
| MvcTests.ruleset | ||