aspnetcore/test
Doug Bunting 27e4822a7b Preserve `class` casing when merging a `TagBuilder` into a `TagHelperOutput`
- #5313

Also:
- preserve existing `TagHelperAttribute.ValueStyle`
 - fix this in `UrlResolutionTagHelper`, `LinkTagHelper`, and `ScriptTagHelper` as well
- correct handling of non-`string` `classAttribute.Value`s in `TagHelperOutputExtensions`
 - relates to #3918 because new `ClassAttributeHtmlContent` is smaller than any concatenated attribute value

nit: clean up `CacheTagHelper` whitespace and `using`s
2016-09-26 15:56:30 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test
Microsoft.AspNetCore.Mvc.ApiExplorer.Test
Microsoft.AspNetCore.Mvc.Core.Test Get rid of some duplicate test data 2016-09-21 14:52:52 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Use DataAnnotationLocalizerProvider for Display localization 2016-09-23 10:05:42 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test
Microsoft.AspNetCore.Mvc.FunctionalTests Preserve `class` casing when merging a `TagBuilder` into a `TagHelperOutput` 2016-09-26 15:56:30 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests Replace ConfigureOptions with IConfigureOptions 2016-09-08 15:19:07 -07:00
Microsoft.AspNetCore.Mvc.Localization.Test
Microsoft.AspNetCore.Mvc.Razor.Host.Test Added ViewComponentTagHelperDescriptorResolver and related stuff 2016-09-15 17:12:43 -07:00
Microsoft.AspNetCore.Mvc.Razor.Test Moved VCTHDFactory to .Internal namespace 2016-09-16 15:50:44 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Preserve `class` casing when merging a `TagBuilder` into a `TagHelperOutput` 2016-09-26 15:56:30 -07:00
Microsoft.AspNetCore.Mvc.Test [Fixes #5154] Stream should be suppressed from model metadata validation 2016-09-19 11:10:03 -07:00
Microsoft.AspNetCore.Mvc.TestCommon Use DataAnnotationLocalizerProvider for Display localization 2016-09-23 10:05:42 -07:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Ensure Append writes to the right page after Clear 2016-09-14 18:57:21 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest
WebSites Fixing typos Dowload -> Download 2016-09-20 15:55:19 -07:00