aspnetcore/test
Ryan Nowak d187edbd76 Use the TagHelperBinder to dedupe taghelpers
This change does deduplication of taghelpers during the binding/rewriting
phase. This is needed when a taghelper has multiple sets of html
attributes that are required (behaves like an OR). This is used lots in
MVC.

The old codebase used to do this in the codegen phase, but it seems
beneficial to do as early as possible.
2017-01-26 15:36:42 -08:00
..
Microsoft.AspNetCore.Razor.Evolution.Test Use the TagHelperBinder to dedupe taghelpers 2017-01-26 15:36:42 -08:00
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test
Microsoft.CodeAnalysis.Razor.Test Quick fixes from MVC 2017-01-24 09:22:28 -08:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test Quick fixes from MVC 2017-01-24 09:22:28 -08:00