aspnetcore/src
N. Taylor Mullen dd9eab551d Workaround tooling issue with runtime only TagHelpers.
- Prior to this if all instances of `TagHelper`s in an assembly had editor browsable never we'd log an error saying that no TagHelpers were found for that assembly. Until we can evaluate a better fix for this issue I've removed the logic that logs those errors and its corresponding tests/resources.

#1145
2017-03-29 16:56:05 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions Fix UrlResolutionTagHelper tag helper inclusion. 2017-03-29 16:30:28 -07:00
Microsoft.AspNetCore.Razor Change compilation targets. 2017-03-24 07:49:34 -07:00
Microsoft.AspNetCore.Razor.Evolution Workaround tooling issue with runtime only TagHelpers. 2017-03-29 16:56:05 -07:00
Microsoft.AspNetCore.Razor.Runtime Add ITagHelperComponent 2017-03-24 13:53:17 -07:00
Microsoft.CodeAnalysis.Razor Add `TagHelperFactsService`. 2017-03-29 15:36:32 -07:00
Microsoft.CodeAnalysis.Razor.Workspaces Change compilation targets. 2017-03-24 07:49:34 -07:00
Microsoft.CodeAnalysis.Remote.Razor [Fixes #1094] Use custom JsonConverters for serializing/deserializing TagHelperResolutionResult 2017-03-21 12:08:06 -07:00
Microsoft.VisualStudio.LanguageServices.Razor Add `TagHelperFactsService`. 2017-03-29 15:36:32 -07:00
RazorPageGenerator