aspnetcore/test/Microsoft.VisualStudio.Lang...
N. Taylor Mullen af3cf497a6 Update TagHelperMatchingConventions to disallow opt-out prefix.
- Prior to this change the `TagHelper` parsing would strip the opt-out character (`!`) from tag names that got passed to the TagHelper matching services. At design time this proved to be a problem because they have their own understanding of the HTML document and only pass us full tag names (names that include `!`). This changes the matching conventions to immediately return false if a tag name is seen to contain the `TagHelper` opt-out.
- Added two `DefaultTagHelperFactService` tests to verify that tag names with opt-out prefixes are denied `TagHelperDescriptor`s.

#1186
2017-04-06 16:10:35 -07:00
..
DefaultTagHelperFactsServiceTest.cs Update TagHelperMatchingConventions to disallow opt-out prefix. 2017-04-06 16:10:35 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj Workaround issues preventing tests from running in Visual Studio. 2017-03-31 11:20:10 -07:00
TagHelperDescriptorSerializationTest.cs Clean up TagHelperDescriptor APIs. 2017-03-17 12:18:05 -07:00
xunit.runner.json Add LanguageServices test project 2017-03-06 17:55:00 -08:00