aspnetcore/test
Javier Calvarro Nelson 96bd2769d0 Improvements to the testing package.
* Detect a ConfigureDefaultBuilder static method on Program.cs of the test site
and use it to initialize the IWebHostBuilder instance that we configure for testing.
* Make use of the new service configuration extensibility points in Hosting to override
services for testing.
* Get rid of MvcWebApplicationBuilder and move MVC specific methods into extension methods.
2017-09-18 18:12:01 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test Fix #4914 patternize filter overrides 2017-09-18 12:12:44 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test
Microsoft.AspNetCore.Mvc.Core.Test Added RequestFormLimits filter. 2017-09-18 13:48:15 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Added attribute adapter for DataAnnotation's FileExtensionsAttribute 2017-09-18 16:20:26 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test
Microsoft.AspNetCore.Mvc.FunctionalTests Improvements to the testing package. 2017-09-18 18:12:01 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests
Microsoft.AspNetCore.Mvc.Localization.Test Added new extension methods to configure all MVC localization services 2017-09-18 14:28:55 -07:00
Microsoft.AspNetCore.Mvc.Razor.Test Make @inherit + Razor Pages + _ViewImports work 2017-09-14 12:34:00 -07:00
Microsoft.AspNetCore.Mvc.RazorPages.Test Make @inherit + Razor Pages + _ViewImports work 2017-09-14 12:34:00 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test
Microsoft.AspNetCore.Mvc.Test Introduce opinionated API defaults. 2017-09-14 17:07:34 -07:00
Microsoft.AspNetCore.Mvc.TestCommon
Microsoft.AspNetCore.Mvc.TestDiagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Avoid saving TempData in case of unhandled exceptions. [Fixes #6598] BUG? Accessing TempData prevent response to have content on error. 2017-09-07 13:13:27 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest
WebSites Improvements to the testing package. 2017-09-18 18:12:01 -07:00
Directory.Build.props Use PackageLineup to manage PackageReference versions 2017-08-30 12:14:11 -07:00
MvcTests.ruleset