aspnetcore/test
Ryan Nowak 661583f694 Fix for #1447 - Adding functional tests that verify per-request services
These tests verify that per-request services can be injected into assets
that users provide/implements (filters, constraints, controllers, views,
etc).

The purpose is to verify that the services are correctly resolved from the
per-request service container, and don't have state that lingers and
influences the next request. This is important because changing the
lifetime of a framework services could easily impact the lifetimes of
others, and ultimately of something the user created.
2014-11-17 18:38:49 -08:00
..
Microsoft.AspNet.Mvc.Core.Test
Microsoft.AspNet.Mvc.FunctionalTests Fix for #1447 - Adding functional tests that verify per-request services 2014-11-17 18:38:49 -08:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions.Test [Fixes #1429] Content negotiation does a case-sensitive matching of media type's parameter values 2014-11-11 10:15:51 -08:00
Microsoft.AspNet.Mvc.ModelBinding.Test
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test Updated a comment and sort usings 2014-11-13 11:28:13 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.WebApiCompatShimTest
WebSites Fix for #1447 - Adding functional tests that verify per-request services 2014-11-17 18:38:49 -08:00