aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
Doug Bunting 2810858905 Add `HtmlEncoder` parameter to `RazorPage.StartTagHelperWritingScope()`
- aspnet/Razor#643 part 2: react to aspnet/Razor#653
 - change test calls and delegates to include new parameter
 - add tests specifically of the new feature
 - add tag helpers using new feature to `TagHelpersTest` functional test
- note `HtmlEncoder`s used elsewhere e.g. in other `RazorPage` instances are unaffected
 - i.e. changing one `RazorPage.HtmlEncoder` property only affects C# expressions in that page

Also simplify scope management, removing bizarre assertion when user does something odd.

nits:
- correct `// Act` and `//  Act & Assert` content
- remove #YOLO wrapping
2016-01-17 22:59:59 -08:00
..
Compilation Revert "Revert DependencyContext changes untill dotnet-cli packages get sorted out" 2016-01-13 16:24:33 -08:00
Properties
TagHelpers Add `HtmlEncoder` parameter to `RazorPage.StartTagHelperWritingScope()` 2016-01-17 22:59:59 -08:00
DefaultPrecompiledViewsProviderTest.cs
DefaultRazorPageFactoryProviderTest.cs
DefaultRazorViewEngineFileProviderAccessorTest.cs Make RazorViewEngineOptions.FileProvider a list instead of a single item 2015-12-29 14:47:15 -08:00
DefaultTagHelperActivatorTest.cs
LanguageViewLocationExpanderTest.cs
Microsoft.AspNet.Mvc.Razor.Test.xproj
MvcRazorCodeParserTest.cs
RazorPageActivatorTest.cs
RazorPageCreateModelExpressionTest.cs
RazorPageCreateTagHelperTest.cs
RazorPageTest.cs Add `HtmlEncoder` parameter to `RazorPage.StartTagHelperWritingScope()` 2016-01-17 22:59:59 -08:00
RazorTextWriterTest.cs Move buffer types to ViewFeatures 2015-12-17 21:05:18 -08:00
RazorViewEngineOptionsTest.cs Make RazorViewEngineOptions.FileProvider a list instead of a single item 2015-12-29 14:47:15 -08:00
RazorViewEngineTest.cs [Fixes #3755] Added logging for view compilation 2016-01-08 11:58:09 -08:00
RazorViewTest.cs Move buffer types to ViewFeatures 2015-12-17 21:05:18 -08:00
SpanFactory.cs
project.json [Fixes #3755] Added logging for view compilation 2016-01-08 11:58:09 -08:00