Pranav K
e87f10e8f8
Change ITypeInfo.IsTagHelper to ITypeInfo.ImplementsInterface(ITypeInfo)
...
Fixes #511
2015-09-25 21:38:36 -07:00
Pranav K
9c456965a6
ITypeInfo.FullName should return the same value as TypeInfo.FullName
...
Fixes #523
2015-09-21 17:00:35 -07:00
N. Taylor Mullen
0253c563be
Update tests to run correctly on stable mono.
2015-09-18 17:04:03 -07:00
Kiran Challa
392b7a3710
Reacting to Dnx runtime sources changes
2015-09-18 16:28:26 -07:00
N. Taylor Mullen
f71f9fb679
Rename `TargetElementAttribute` => `HtmlTargetElementAttribute`.
...
- Nearly every other `TagHelper` related element targeting attribute has `Html` a part of its name. With this rename, the attribute will be consistent.
#516
2015-09-13 19:14:08 -07:00
N. Taylor Mullen
4fd866f340
Update `RestrictChildrenAttribute`s properties and parameters to have consistent names.
...
- Other attributes such as `TargetElement` have names referring to tag names as "tags". This update makes both attributes more consistent.
#517
2015-09-13 11:57:48 -07:00
Pranav K
9a7be69a0d
Produce ITypeInfo \ IPropertyInfo using CodeAnalysis symbol tree
2015-09-09 16:34:12 -07:00