aspnetcore/src/Microsoft.AspNet.Mvc.Core
Ryan Nowak 5075679936 Cleaning up more warnings
These are the cases where an interface returns Task, but our
implementation is synchronous. In these cases we prefer to declare the
method as async and suppress, because this keeps the exception semantics
the same as a 'true' async method.
2014-04-16 20:09:01 -07:00
..
ActionResults Cleaning up more warnings 2014-04-16 20:09:01 -07:00
Areas
Extensions
Filters Fix for #57 2014-04-16 18:36:44 -07:00
Internal Integrate dictionary helper with existing code paths 2014-04-10 11:21:35 -07:00
ParameterBinding
Properties WebFX 156: Adding support for RedirectToAction and RedirectToRoute 2014-04-15 10:45:57 -07:00
Rendering Adding DisplayName, Label HtmlHelpers. 2014-04-16 11:41:47 -07:00
ViewComponents Cleaning up more warnings 2014-04-16 20:09:01 -07:00
AcceptVerbsAttribute.cs
ActionContext.cs Rearrange ViewContext 2014-04-10 11:40:57 -07:00
ActionConvention.cs
ActionDescriptor.cs
ActionDescriptorProviderContext.cs
ActionInvokerFactory.cs
ActionInvokerProviderContext.cs
ActionMethodSelectorAttribute.cs
ActionNameAttribute.cs Adding ActionName Attribute 2014-04-09 15:48:30 -07:00
ActionResultFactory.cs
ActionResultHelper.cs
BodyParameterInfo.cs
Controller.cs WebFX 156: Adding support for RedirectToAction and RedirectToRoute 2014-04-15 10:45:57 -07:00
ControllerDescriptor.cs
DefaultActionDiscoveryConventions.cs Adding NonAction Attribute 2014-04-14 16:18:16 -07:00
DefaultActionSelector.cs
DefaultControllerAssemblyProvider.cs
DefaultControllerDescriptorFactory.cs
DefaultControllerFactory.cs
DefaultParameterDescriptorFactory.cs
FormContext.cs CR feedback 2014-04-08 15:57:40 -07:00
HttpDeleteAttribute.cs
HttpGetAttribute.cs
HttpMethodConstraint.cs
HttpPatchAttribute.cs
HttpPostAttribute.cs
HttpPutAttribute.cs
IActionConstraint.cs
IActionDescriptorProvider.cs
IActionDiscoveryConventions.cs
IActionInvoker.cs
IActionInvokerFactory.cs
IActionInvokerProvider.cs
IActionResult.cs
IActionResultFactory.cs
IActionResultHelper.cs
IActionSelector.cs
IControllerAssemblyProvider.cs
IControllerDescriptorFactory.cs
IControllerFactory.cs
IParameterDescriptorFactory.cs
IUrlHelper.cs
Injector.cs
JsonOutputFormatter.cs
Microsoft.AspNet.Mvc.Core.kproj Adding DisplayName, Label HtmlHelpers. 2014-04-16 11:41:47 -07:00
MvcApplication.cs
NonActionAttribute.cs Adding NonAction Attribute 2014-04-14 16:18:16 -07:00
ParameterBindingInfo.cs
ParameterDescriptor.cs
ReflectedActionDescriptor.cs
ReflectedActionDescriptorProvider.cs
ReflectedActionExecutor.cs
ReflectedActionInvoker.cs
ReflectedActionInvokerProvider.cs
Resources.resx WebFX 156: Adding support for RedirectToAction and RedirectToRoute 2014-04-15 10:45:57 -07:00
RouteConstraintAttribute.cs
RouteDataActionConstraint.cs
RouteKeyHandling.cs
TemplateInfo.cs CR feedback 2014-04-08 15:57:40 -07:00
UrlHelper.cs Integrate dictionary helper with existing code paths 2014-04-10 11:21:35 -07:00
UrlHelperExtensions.cs
ViewContext.cs Rearrange ViewContext 2014-04-10 11:40:57 -07:00
ViewDataDictionary.cs
ViewDataDictionaryOfT.cs
project.json Made a few more changes since we have new tooling 2014-04-09 12:24:16 -07:00