aspnetcore/src
N. Taylor Mullen f31b45d84a Enable TagHelper directives to handle malformed text.
- Prior to this change we'd try to substring a TagHelper directive with length 1 but our substring call would be for -1 (explosions).
- Added tests to validate that `@tagHelperPrefix`, `@removeTagHelper` and `@addTagHelper` all behave properly when they have malformed quotes.

#1242
2017-04-20 11:43:38 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions
Microsoft.AspNetCore.Razor
Microsoft.AspNetCore.Razor.Language Enable TagHelper directives to handle malformed text. 2017-04-20 11:43:38 -07:00
Microsoft.AspNetCore.Razor.Runtime
Microsoft.CodeAnalysis.Razor
Microsoft.CodeAnalysis.Razor.Workspaces Make ViewComponentTagHelper discovery resilient to null. 2017-04-18 14:33:44 -07:00
Microsoft.CodeAnalysis.Remote.Razor
Microsoft.VisualStudio.LanguageServices.Razor
RazorPageGenerator