aspnetcore/test/WebSites/ConnegWebSite/Controllers
Stephen Halter a21ed4bc51 Replace calls to GetService<T> with GetRequiredService<T>
Even though GetService<T> still exists, GetRequiredService<T> preserves
the old behavior of throwing for missing services.
2014-10-16 14:51:41 -07:00
..
FallbackOnTypeBasedMatchController.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
HomeController.cs
JsonResultController.cs JsonResult to use ObjectResult for content negotiation to pick default json formatter. 2014-08-15 15:56:24 -07:00
NoContentController.cs Fix for 1071: Output Formatters should be invoked for writing out the response. 2014-10-03 10:54:59 -07:00
NoContentDoNotTreatNullValueAsNoContentController.cs Fix for 1071: Output Formatters should be invoked for writing out the response. 2014-10-03 10:54:59 -07:00
NoProducesContentOnClassController.cs
NormalController.cs [Fixes #1216] Provide a property on JsonOutputFormatter to set serializer settings 2014-10-15 09:27:09 -07:00
ProducesContentBaseController.cs
ProducesContentOnClassController.cs
TextPlainController.cs Cleanup namespaces and Task.FromResult 2014-10-02 11:49:44 -07:00