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 Update TModel code generation. 2017-04-14 12:32:20 -07:00
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 Rename ITagHelperDescriptorBuilder => TagHelperDescriptorBuilder. 2017-04-11 17:08:38 -07:00
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 Ensure output hint descriptors don't schema check. 2017-04-14 12:14:52 -07:00
RazorPageGenerator Target 1.0.4 RuntimeFrameworkVersion in the tool 2017-04-14 10:00:02 -07:00