aspnetcore/test
Doug Bunting fa8c2eac3e Check encoded and unencoded values against element body in `OptionTagHelper`
- #3386
- initialize comparison `HashSet` with unencoded values to ensure both are checked
- address perf and correctness issues in this code
  - `context.Items[typeof(SelectTagHelper)]` entry read as `ICollection` but written as `IReadOnlyCollection`
    - `IReadOnlyCollection` worse because it does not include `Contains()`, causing Linq use
  - every `<option>` element recalculated the encoded values and created a `HashSet` to contain them
    - add `CurrentValues` type to cache this `HashSet` in `context.Items`
  - each `OptionTagHelper` created the additional `HashSet` even if `Value` was bound
2016-01-14 17:46:54 -08:00
..
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test Fixes #3818 - Support Consumes in ApiExplorer 2016-01-13 12:32:17 -08:00
Microsoft.AspNet.Mvc.Core.Test [Fixes #3907] Improve MVC error when MVC services aren't registered 2016-01-14 15:09:07 -08:00
Microsoft.AspNet.Mvc.Cors.Test
Microsoft.AspNet.Mvc.DataAnnotations.Test
Microsoft.AspNet.Mvc.Formatters.Json.Test Remove runtime dependency usage of MediaTypeHeaderValue. 2016-01-12 15:09:46 -08:00
Microsoft.AspNet.Mvc.Formatters.Xml.Test Remove runtime dependency usage of MediaTypeHeaderValue. 2016-01-12 15:09:46 -08:00
Microsoft.AspNet.Mvc.FunctionalTests Removing redundant null logger after hosting fix 2016-01-13 12:14:38 -08:00
Microsoft.AspNet.Mvc.IntegrationTests
Microsoft.AspNet.Mvc.Localization.Test
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test Revert "Revert DependencyContext changes untill dotnet-cli packages get sorted out" 2016-01-13 16:24:33 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test Check encoded and unencoded values against element body in `OptionTagHelper` 2016-01-14 17:46:54 -08:00
Microsoft.AspNet.Mvc.Test [Fixes #3361] Changed the value provider preference to be backwards compatible 2016-01-04 12:55:35 -08:00
Microsoft.AspNet.Mvc.TestCommon Remove runtime dependency usage of MediaTypeHeaderValue. 2016-01-12 15:09:46 -08:00
Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNet.Mvc.ViewFeatures.Test [Fixes #3683] Replace implementations in MediaTypeComparisons and 2016-01-12 15:09:48 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest [Fixes #3683] Replace implementations in MediaTypeComparisons and 2016-01-12 15:09:48 -08:00
WebSites [Fixes #3683] Replace implementations in MediaTypeComparisons and 2016-01-12 15:09:48 -08:00