aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
Doug Bunting 3be6167aa0 Switch concepts from misnamed `isPartial` to `isMainPage`
- `true` has the opposite meaning now but most changes are due to new parameters names in `IViewEngine`
  - use name names in `Microsoft.AspNet.Mvc.ViewFound` and not found events
- remove `IRazorPage.IsPartial` and `RazorView.IsPartial`
  - remove `IsPartial` properties from `Microsoft.AspNet.Mvc.Razor.BeginInstrumentationContext` and end events
- add parameter checks to `RazorView` constructor; instances are not retrieved from DI

nits:
- remove unused `cacheKey` parameter from `RazorViewEngine.CreateCacheResult()`
- correct duplicate test names in `RazorPageTest`
  - also `...OnPageExecutionListenerContext` -> `...OnPageExecutionContext`
2015-11-18 15:59:37 -08:00
..
Compilation
Internal
Precompilation
Properties
TagHelpers
DefaultPrecompiledViewsProviderTest.cs
DefaultRazorPageFactoryProviderTest.cs
DefaultTagHelperActivatorTest.cs
LanguageViewLocationExpanderTest.cs
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 Switch concepts from misnamed `isPartial` to `isMainPage` 2015-11-18 15:59:37 -08:00
RazorTextWriterTest.cs
RazorViewEngineOptionsTest.cs
RazorViewEngineTest.cs Switch concepts from misnamed `isPartial` to `isMainPage` 2015-11-18 15:59:37 -08:00
RazorViewTest.cs Switch concepts from misnamed `isPartial` to `isMainPage` 2015-11-18 15:59:37 -08:00
SpanFactory.cs
project.json Merge branch 'release' into dev 2015-11-11 10:59:32 -08:00