aspnetcore/test
Doug Bunting 7dc0508c03 Add `[HtmlAttributeName(..., DictionaryAttributePrefix="prefix")]` part 1
- related to #89 because we need more descriptor comparers in more places
- separate `TagHelperAttributeDescriptorComparer` and `TypeBasedTagHelperDescriptorComparer`
 - encourages reuse and most will soon be used in multiple classes
- add `null` checks to `EquivalenceComparer`
 - also give parameters better names

nits:
- use `<inheritdoc/>` in `TagHelperDescriptorComparer`
 - also give it an explicit constructor
- make product comparers easier to subclass
 - base test `CaseSensitiveTagHelperAttributeDescriptorComparer` on product code
2015-05-10 22:15:29 -07:00
..
Microsoft.AspNet.Razor.Runtime.Test Add `[HtmlAttributeName(..., DictionaryAttributePrefix="prefix")]` part 1 2015-05-10 22:15:29 -07:00
Microsoft.AspNet.Razor.Test `throw new ArgumentNullException(...)` -> `[NotNull]` 2015-05-06 14:21:05 -07:00