aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
Doug Bunting cf30bb730f PR comments and some smallish cleanup
- `IRazorViewEngine.MakePathAbsolute()` -> `GetAbsolutePath()`
- set `IsPartial` on all `IRazorPage` instances
- improve consistency of methods in `HtmlHelperPartialExtensions`
  - a couple unnecessarily passed `htmlHelper.ViewData`
  - add missing tests of these extension methods
- restore parameter checks in `CompositeViewEngine`
- reduce `List<string>` and remove enumerator allocations in `CompositeViewEngine`

nits:
- correct a few comments
- use `<seealso/>`
2015-11-18 15:59:28 -08:00
..
Compilation Redesign RazorViewEngine caching 2015-11-10 10:18:25 -08:00
Internal
Precompilation
Properties
TagHelpers
DefaultPrecompiledViewsProviderTest.cs
DefaultRazorPageFactoryProviderTest.cs Redesign RazorViewEngine caching 2015-11-10 10:18:25 -08:00
DefaultTagHelperActivatorTest.cs
LanguageViewLocationExpanderTest.cs Redesign RazorViewEngine caching 2015-11-10 10:18:25 -08:00
Microsoft.AspNet.Mvc.Razor.Test.xproj
MvcRazorCodeParserTest.cs
RazorPageActivatorTest.cs Missed one type in DI reaction 2015-11-13 11:12:50 -08:00
RazorPageCreateModelExpressionTest.cs
RazorPageCreateTagHelperTest.cs
RazorPageTest.cs
RazorTextWriterTest.cs
RazorViewEngineOptionsTest.cs
RazorViewEngineTest.cs PR comments and some smallish cleanup 2015-11-18 15:59:28 -08:00
RazorViewTest.cs PR comments and some smallish cleanup 2015-11-18 15:59:28 -08:00
SpanFactory.cs
project.json Merge branch 'release' into dev 2015-11-11 10:59:32 -08:00