aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi...
Doug Bunting a0c8834c70 Preserve existing metadata in `ViewDataDictionary` where possible
- #4116
- generalize rules for `ModelMetadata` creation; minimize metadata changes when Model is updated
 - down to a single special case in VDD for `Nullable<T>`
 - note existing functional tests did not need to change
- remove `ViewDataDictionary(ViewDataDictionary, object)` constructor; use `new VDD<object>(source, model)`
- allow all `Model` assignments in a view component
 - copy-constructed VDD in `ViewComponentContext` previously preserved the source's declared type

nits:
- do not call `virtual SetModel()` method from constructor; now mostly redundant
 - logic in copy constructor and `SetModel()` is consistent but different enough to keep code separate
- add some missing doc comments
- fix doc comment property versus type confusion; never need to specify `ViewDataDictionary.` prefix
- fix a few `TemplateBuilder` comments and remove unnecessary `model: null` argument to VDD constructor
2016-04-08 14:44:36 -07:00
..
DependencyInjection
Internal
Properties
Rendering Preserve existing metadata in `ViewDataDictionary` where possible 2016-04-08 14:44:36 -07:00
ViewComponents Preserve existing metadata in `ViewDataDictionary` where possible 2016-04-08 14:44:36 -07:00
ViewEngines
ViewFeatures Preserve existing metadata in `ViewDataDictionary` where possible 2016-04-08 14:44:36 -07:00
ControllerTest.cs Preserve existing metadata in `ViewDataDictionary` where possible 2016-04-08 14:44:36 -07:00
ControllerUnitTestabilityTests.cs
Microsoft.AspNetCore.Mvc.ViewFeatures.Test.xproj
ModelStateDictionaryExtensionsTest.cs
RemoteAttributeTest.cs
Resources.resx
SkipStatusCodePagesAttributeTest.cs
TestApplicationPart.cs
ViewComponentResultTest.cs
ViewComponentTests.cs
ViewResultTest.cs
project.json