aspnetcore/test
N. Taylor Mullen 8616cf5dd0 Reduce catch all element completion usage.
- This makes it so if you have catch all `TagHelperDescriptor`s their completions don't apply to every existing completion. Instead, they now only apply to already TagHelperified completions and existing completions that are prefixed with a non-empty TagHelperPrefix.
- Updated existing test to have new expectations.
- Added new test to validate non-empty tag helper prefix case.

#1230
2017-05-16 11:06:05 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Remove workaround from test csproj files 2017-05-15 12:52:58 -07:00
Microsoft.AspNetCore.Razor.Language.Test
Microsoft.AspNetCore.Razor.Performance
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common
Microsoft.CodeAnalysis.Razor.Test Remove workaround from test csproj files 2017-05-15 12:52:58 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Reduce catch all element completion usage. 2017-05-16 11:06:05 -07:00
RazorPageGenerator.Test