* 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. |
||
|---|---|---|
| .. | ||
| ActionConstraints | ||
| ContentNegotiation | ||
| LinkGeneration | ||
| ActionResultOfTController.cs | ||
| AntiforgeryController.cs | ||
| AsyncActionsController.cs | ||
| DefaultValuesController.cs | ||
| HomeController.cs | ||
| JsonResultController.cs | ||
| MonitorController.cs | ||
| OrderController.cs | ||
| PageRouteController.cs | ||
| PassThroughController.cs | ||
| RemoteAttribute_HomeController.cs | ||
| RemoteAttribute_VerifyController.cs | ||
| RequestFormLimitsController.cs | ||
| RequestScopedServiceController.cs | ||
| RequestSizeLimitController.cs | ||
| RoutingController.cs | ||
| SqlDataController.cs | ||
| TempDataController.cs | ||
| TempDataPropertyController.cs | ||
| TestingController.cs | ||
| UsersController.cs | ||