aspnetcore/test
Ryan Nowak b80f4d31f3 Add a test to verify our service lifetimes
This test uses the new features in the service provider to verify that we
don't reference any scoped services from singletons.

Note that this can't really cover the cases where we have optional
services or where we replace default services (like DI for controllers).
You'll just have to be careful.
2016-07-20 17:10:52 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test One build to rule them all 2016-07-06 16:21:18 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test One build to rule them all 2016-07-06 16:21:18 -07:00
Microsoft.AspNetCore.Mvc.Core.Test Add a test to verify our service lifetimes 2016-07-20 17:10:52 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test One build to rule them all 2016-07-06 16:21:18 -07:00
Microsoft.AspNetCore.Mvc.DataAnnotations.Test One build to rule them all 2016-07-06 16:21:18 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test One build to rule them all 2016-07-06 16:21:18 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test Restore `[Fact]` and `[Theory]` attributes 2016-07-14 15:25:45 -07:00
Microsoft.AspNetCore.Mvc.FunctionalTests Restore `[Fact]` and `[Theory]` attributes 2016-07-14 15:25:45 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests Make tests resilient to Localization (#5011) 2016-07-14 09:28:01 -07:00
Microsoft.AspNetCore.Mvc.Localization.Test Make tests resilient to Localization (#5011) 2016-07-14 09:28:01 -07:00
Microsoft.AspNetCore.Mvc.Razor.Host.Test Make tests resilient to Localization (#5011) 2016-07-14 09:28:01 -07:00
Microsoft.AspNetCore.Mvc.Razor.Test Register DependencyContextRazorViewEngineOptionsSetup after RazorViewEngineOptionsSetup 2016-07-15 10:33:59 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Add `null` check for `ModelStateEntry.Children` 2016-07-18 14:02:17 -07:00
Microsoft.AspNetCore.Mvc.Test Add a test to verify our service lifetimes 2016-07-20 17:10:52 -07:00
Microsoft.AspNetCore.Mvc.TestCommon One build to rule them all 2016-07-06 16:21:18 -07:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources One build to rule them all 2016-07-06 16:21:18 -07:00
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Always render antiforgery tokens if `!CanRenderAtEndOfForm` 2016-07-20 15:25:08 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest Make tests resilient to Localization (#5011) 2016-07-14 09:28:01 -07:00
WebSites #4847 Fix MapAreaRoute override existing area constraint (#4954) 2016-07-11 10:53:33 -07:00