- use `IDictionary<string, TValue>` support in `<a/>` and `<form/>` tag helpers - make `RouteValues` dictionaries `IDictionary<string, string>` for ease of use - remove `TagHelperOutputExtensions.FindPrefixedAttributes()` - set all `GeneratedTagHelperContext` properties - add error for tag helper dictionary properties where `TValue` is `ModelExpression` - add new `RazorPage.InvalidTagHelperIndexerAssignment()` method and resource tests - use new `isIndexer` argument when creating `TagHelperAttributeDescriptor` - arrange `AnchorTagHelper` and `FormTagHelper` correctly - also expect `routeValues != null` in calls to `IHtmlGenerator` nits: - get rid of some `foo` and `bar` gunk in tests - remove unused variable to cleanup a test compilation warning |
||
|---|---|---|
| .. | ||
| Microsoft.AspNet.JsonPatch.Test | ||
| Microsoft.AspNet.Mvc.Abstractions.Test | ||
| Microsoft.AspNet.Mvc.ApiExplorer.Test | ||
| Microsoft.AspNet.Mvc.Common.Test | ||
| Microsoft.AspNet.Mvc.Core.Test | ||
| Microsoft.AspNet.Mvc.FunctionalTests | ||
| Microsoft.AspNet.Mvc.IntegrationTests | ||
| Microsoft.AspNet.Mvc.Razor.Host.Test | ||
| Microsoft.AspNet.Mvc.Razor.Test | ||
| Microsoft.AspNet.Mvc.TagHelpers.Test | ||
| Microsoft.AspNet.Mvc.Test | ||
| Microsoft.AspNet.Mvc.TestCommon | ||
| Microsoft.AspNet.Mvc.WebApiCompatShimTest | ||
| Microsoft.AspNet.Mvc.Xml.Test | ||
| WebSites | ||