aspnetcore/test/WebSites
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
..
ActionConstraintsWebSite
ActionResultsWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
ActivatorWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
AntiforgeryTokenWebSite
ApiExplorerWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
ApplicationModelWebSite
BasicWebSite [Fixes #3503] Removing formatters on a given type only works on collections in MVC options 2015-11-18 09:56:44 -08:00
BestEffortLinkGenerationWebSite
CompositeViewEngineWebSite Switch concepts from misnamed `isPartial` to `isMainPage` 2015-11-18 15:59:37 -08:00
ContentNegotiationWebSite
ControllerDiscoveryConventionsWebSite
ControllersFromServicesClassLibrary
ControllersFromServicesWebSite
CorsMiddlewareWebSite
CorsWebSite Make Cors filters run before any other authorization filters 2015-11-18 10:51:49 -08:00
CustomRouteWebSite
ErrorPageMiddlewareWebSite Add relative view path support 2015-11-18 15:59:11 -08:00
FilesWebSite
FiltersWebSite
FormatFilterWebSite
FormatterWebSite
HtmlGenerationWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
InlineConstraintsWebSite
JsonPatchWebSite
LocalizationWebSite
LoggingWebSite
LowercaseUrlsWebSite
Microsoft.AspNet.Mvc.TestConfiguration
ModelBindingWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
PrecompilationWebSite Add relative view path support 2015-11-18 15:59:11 -08:00
RazorEmbeddedViewsWebSite
RazorPageExecutionInstrumentationWebSite
RazorWebSite Switch concepts from misnamed `isPartial` to `isMainPage` 2015-11-18 15:59:37 -08:00
RequestServicesWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
ResponseCacheWebSite
RoutingWebSite
TagHelpersWebSite
TempDataWebSite
UrlHelperWebSite
UserClassLibrary
ValidationWebSite
ValueProvidersWebSite
VersioningWebSite
ViewComponentWebSite
WebApiCompatShimWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
XmlFormattersWebSite