aspnetcore/test
N. Taylor Mullen b762830a43 Consume `EditorBrowsableAttribute` on `TagHelper`s.
- Changed `TagHelperDescriptorFactory` to not create individual descriptors when `EditorBrowsableAttribute` is present and set to `EditorBrowsableState.Never`.
- Added tests to validate the `TagHelperDescriptorFactory` creates the attribute correctly.
- Did not look down the inheritance chain for `EditorBrowsableAttribute` because `TargetElement` is not inherited.

#447
2015-07-16 14:49:09 -07:00
..
Microsoft.AspNet.Razor.Runtime.Test Consume `EditorBrowsableAttribute` on `TagHelper`s. 2015-07-16 14:49:09 -07:00
Microsoft.AspNet.Razor.Test