aspnetcore/src/Microsoft.AspNet.Mvc.Core
Doug Bunting 8d2a1c47e5 Change `ViewDataDictionary` copy constructor to ensure `ModelMetadata` is
never that for `object`
- `ViewDataDictionary<TModel>.ModelMetadata` was for `object` after base
 copy constructor got value from `ViewDataDictionary<object>`
- problem led to #1426 symptoms
- with copy constructor leaving `base.ModelMetadata==null` more often,
 `ViewDataDictionary<TModel>.ModelMetadata` usually tracks `TModel` if
 `Model==null`

nit:
- fix existing comment in main `ViewDataDictionary` copy constructor
2014-10-27 16:25:24 -07:00
..
ActionConstraints Introduce default order for framework ordered items to be -1000 2014-10-07 21:43:50 -07:00
ActionResults Fix for item #1278 - Add WebAPI ActionResult types and helper methods on 2014-10-16 19:33:49 -07:00
AntiForgery Add `IHtmlGenerator` and its default implementation 2014-10-16 21:08:59 -07:00
ApplicationModel Renaming IBinderMarker and friends to some more descriptive names. 2014-10-17 20:32:03 -07:00
Areas
Description Removing BodyParameterInfo and ParameterBindingInfo 2014-10-17 20:47:20 -07:00
Extensions
Filters Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
Formatters Reacting to XmlDictionaryQuotas change from the fundamentals team. 2014-10-17 10:57:30 -07:00
Internal IServiceProvider.GetService now returns null for missing services 2014-10-16 14:51:34 -07:00
Logging updating ILogger, see aspnet/Logging#3 2014-10-14 10:25:01 -07:00
ModelBinders Renaming IBinderMarker and friends to some more descriptive names. 2014-10-17 20:32:03 -07:00
OptionDescriptors Fixing a few comments relating to DefaultBodyModelValidator. 2014-10-16 16:40:00 -07:00
ParameterBinding [Fixefor #860]- Adding Support for [FromFormData] [FromQuery] and [FromRoute], 2014-10-16 10:20:15 -07:00
Properties Porting over unit tests for ViewDataDictionary.Eval 2014-10-17 17:27:05 -07:00
Rendering Sanitize "id" attributes for HTML 4.0.1 2014-10-17 16:12:45 -07:00
Routing Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
ViewComponents ViewComponent.Invoke() should be able to invoke views 2014-10-17 12:23:18 -07:00
AcceptVerbsAttribute.cs
ActionContext.cs
ActionDescriptor.cs
ActionDescriptorExtensions.cs
ActionDescriptorProviderContext.cs
ActionDescriptorsCollection.cs
ActionInfo.cs
ActionInvokerFactory.cs
ActionInvokerProviderContext.cs
ActionMethodSelectorAttribute.cs
ActionNameAttribute.cs
ActionResult.cs
ActivateAttribute.cs
AmbiguousActionException.cs
Controller.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
ControllerActionArgumentBinder.cs Renaming IBinderMarker and friends to some more descriptive names. 2014-10-17 20:32:03 -07:00
ControllerActionDescriptor.cs Issue #1176: Renaming ActionDescriptor, ActionDescriptorProvider, ActionInvoker, ActionInvokerProvider, ActionExecutor, ModelBuilder, Tests. Either dropping "Reflected" or changing it to "Controller" depending on the context. 2014-10-06 20:21:55 -07:00
ControllerActionDescriptorProvider.cs Removing BodyParameterInfo and ParameterBindingInfo 2014-10-17 20:47:20 -07:00
ControllerActionExecutor.cs Issue #1176: Renaming ActionDescriptor, ActionDescriptorProvider, ActionInvoker, ActionInvokerProvider, ActionExecutor, ModelBuilder, Tests. Either dropping "Reflected" or changing it to "Controller" depending on the context. 2014-10-06 20:21:55 -07:00
ControllerActionInvoker.cs [Fixefor #860]- Adding Support for [FromFormData] [FromQuery] and [FromRoute], 2014-10-16 10:20:15 -07:00
ControllerActionInvokerProvider.cs [Fixefor #860]- Adding Support for [FromFormData] [FromQuery] and [FromRoute], 2014-10-16 10:20:15 -07:00
ControllerDescriptor.cs
DefaultActionDescriptorsCollectionProvider.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
DefaultActionDiscoveryConventions.cs [Fixes #809] Multiple [Http*] verbs should create multiple actions 2014-10-13 15:25:53 -07:00
DefaultActionSelector.cs Make RouteDataActionConstraint be POCO only 2014-10-06 16:54:41 -07:00
DefaultAssemblyProvider.cs Only load loadable assemblies 2014-10-15 00:00:15 -07:00
DefaultControllerActivator.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
DefaultControllerFactory.cs [Fixefor #860]- Adding Support for [FromFormData] [FromQuery] and [FromRoute], 2014-10-16 10:20:15 -07:00
DefaultOrder.cs Introduce default order for framework ordered items to be -1000 2014-10-07 21:43:50 -07:00
FilterActionInvoker.cs [Fixefor #860]- Adding Support for [FromFormData] [FromQuery] and [FromRoute], 2014-10-16 10:20:15 -07:00
FormContext.cs
HttpDeleteAttribute.cs
HttpGetAttribute.cs
HttpMethodAttribute.cs
HttpMethodConstraint.cs
HttpPatchAttribute.cs
HttpPostAttribute.cs
HttpPutAttribute.cs
IActionDescriptorProvider.cs
IActionDescriptorsCollectionProvider.cs
IActionDiscoveryConventions.cs
IActionInvoker.cs
IActionInvokerFactory.cs
IActionInvokerProvider.cs
IActionResult.cs
IActionSelector.cs
IAssemblyProvider.cs Rename IControllerAssemblyProvider to IAssemblyProvider and follow through resultant renames 2014-10-11 13:26:07 -07:00
IControllerActionArgumentBinder.cs [Fixefor #860]- Adding Support for [FromFormData] [FromQuery] and [FromRoute], 2014-10-16 10:20:15 -07:00
IControllerActivator.cs
IControllerFactory.cs
IUrlHelper.cs
KnownRouteValueConstraint.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
Microsoft.AspNet.Mvc.Core.kproj
MvcOptions.cs Fixing a few comments relating to DefaultBodyModelValidator. 2014-10-16 16:40:00 -07:00
MvcRouteHandler.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
NonActionAttribute.cs
ParameterDescriptor.cs Removing BodyParameterInfo and ParameterBindingInfo 2014-10-17 20:47:20 -07:00
RequireHttpsAttribute.cs
Resources.resx Porting over unit tests for ViewDataDictionary.Eval 2014-10-17 17:27:05 -07:00
RouteAttribute.cs
RouteConstraintAttribute.cs
RouteDataActionConstraint.cs Make RouteDataActionConstraint be POCO only 2014-10-06 16:54:41 -07:00
RouteKeyHandling.cs Make RouteDataActionConstraint be POCO only 2014-10-06 16:54:41 -07:00
TemplateInfo.cs
UrlHelper.cs
UrlHelperExtensions.cs
ViewContext.cs
ViewDataDictionary.cs Change `ViewDataDictionary` copy constructor to ensure `ModelMetadata` is 2014-10-27 16:25:24 -07:00
ViewDataDictionaryOfT.cs
project.json Remove unnecessary references from project.json 2014-10-17 14:26:58 -07:00