aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
Doug Bunting 517c013882 React to aspnet/Razor#89 fix
- 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
2015-05-20 22:07:19 -07:00
..
Directives
Properties
SpanFactory
TestFiles
InjectChunkVisitorTest.cs
InputTestTagHelper.cs
Microsoft.AspNet.Mvc.Razor.Host.Test.xproj
ModelChunkVisitorTest.cs
MvcCSharpRazorCodeParserTest.cs React to aspnet/Razor#217 fix 2015-05-15 12:28:43 -07:00
MvcRazorHostTest.cs
MvcRazorParserTest.cs React to aspnet/Razor#89 fix 2015-05-20 22:07:19 -07:00
MvcTagHelperAttributeValueCodeRendererTest.cs React to aspnet/Razor#89 fix 2015-05-20 22:07:19 -07:00
StringTextBuffer.cs
ViewHierarchyUtilityTest.cs
project.json