aspnetcore/test/WebSites/BasicWebSite/Controllers
Pranav K 7f2a64e32b
Razor runtime compilation produces errors if running on a shared runtime that's rolled forward
Do not provide compilation references from runtime MVC assemblies. This avoids cases where the app is compiled
against an older MVC but running against a newer one (e.g. shared fx roll forward) resulting in compiling against multiple
versions of MVC assemblies

Fixes #7969
2018-06-29 13:55:22 -07:00
..
ActionConstraints
ContentNegotiation
LinkGeneration
ActionResultOfTController.cs
AntiforgeryController.cs
AsyncActionsController.cs
AuthorizeUserController.cs
BindPropertiesController.cs Introduce BindPropertiesAttribute 2018-04-20 14:32:14 -07:00
BindPropertiesSupportsGetController.cs Introduce BindPropertiesAttribute 2018-04-20 14:32:14 -07:00
ContactApiController.cs [Fixes #7609] ApiBehaviorApplicationModelProvider overwrites existing BindingInfo in entirety when inferring binding sources 2018-05-24 14:28:42 -07:00
DefaultValuesController.cs [Fixes #7518] NullReferenceException thrown when Controller method uses Guid parameter default value 2018-03-27 05:22:20 -07:00
FiltersController.cs
HomeController.cs Razor runtime compilation produces errors if running on a shared runtime that's rolled forward 2018-06-29 13:55:22 -07:00
JsonResultController.cs
MonitorController.cs
OrderController.cs
PageRouteController.cs
PassThroughController.cs Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00
RemoteAttribute_HomeController.cs
RemoteAttribute_VerifyController.cs
RequestFormLimitsController.cs
RequestScopedServiceController.cs
RequestSizeLimitController.cs
RoutingController.cs
SqlDataController.cs
TempDataController.cs
TempDataPropertyController.cs
TestingController.cs
UsersController.cs
ViewDataPropertyController.cs Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00