- ensure `ViewDataDictionary` constructors are not passed a `null` or `Mock.Of<IModelMetadataProvider>()` instance - `ViewDataDictionary` constructors always use the `IModelMetadataProvider` - `viewData.ModelMetadata` now never `null` - `ViewDataDictionary<int>.Model` no longer throws if read before it's written - `ViewDataDictionary.ModelMetadata` now copied to new instances in fewer cases - e.g. don't use unusual `object` datatype with customized `ModelMetadata` |
||
|---|---|---|
| .. | ||
| Microsoft.AspNet.Mvc.Core.Test | ||
| Microsoft.AspNet.Mvc.FunctionalTests | ||
| Microsoft.AspNet.Mvc.HeaderValueAbstractions.Test | ||
| Microsoft.AspNet.Mvc.ModelBinding.Test | ||
| Microsoft.AspNet.Mvc.Razor.Host.Test | ||
| Microsoft.AspNet.Mvc.Razor.Test | ||
| Microsoft.AspNet.Mvc.TagHelpers.Test | ||
| Microsoft.AspNet.Mvc.Test | ||
| Microsoft.AspNet.Mvc.WebApiCompatShimTest | ||
| WebSites | ||