- #874 lines 3, 4, and 6 - correct `Value()` to treat a `null` expression name the same as `string.Empty` - add missing `[NotNull]` attributes in `EditorExtensions` and for `GenerateIdFromName()` - consistently pass `null` for default expression names to the helpers - for example, from extension methods - add test cases using `null` for expression name nits: - correct summary XML comment for `HtmlHelper` class - use named parameters and prefer interface (not extension) methods in changed calls - use `string.Empty` instead of `""` in a few tests |
||
|---|---|---|
| .. | ||
| ActionResults | ||
| AntiXsrf | ||
| Filters | ||
| Formatters | ||
| Logging | ||
| OptionDescriptors | ||
| ParameterBinding | ||
| Properties | ||
| ReflectedModelBuilder | ||
| Rendering | ||
| Routing | ||
| ActionAttributeTests.cs | ||
| ActionExecutorTests.cs | ||
| ControllerTests.cs | ||
| DefaultActionDiscoveryConventionsActionSelectionTests.cs | ||
| DefaultActionDiscoveryConventionsTests.cs | ||
| DefaultActionSelectorTests.cs | ||
| DefaultControllerActivatorTest.cs | ||
| DefaultControllerAssemblyProviderTests.cs | ||
| DefaultControllerFactoryTest.cs | ||
| ExpiringFileInfoCacheTest.cs | ||
| JsonResultTest.cs | ||
| KnownRouteValueConstraintTests.cs | ||
| MediaTypeWithQualityHeaderValueTests.cs | ||
| Microsoft.AspNet.Mvc.Core.Test.kproj | ||
| MockMvcOptionsAccessor.cs | ||
| MvcOptionsTests.cs | ||
| MvcRouteHandlerTests.cs | ||
| PropertyHelperTest.cs | ||
| ReflectedActionDescriptorProviderTests.cs | ||
| ReflectedActionInvokerTest.cs | ||
| StaticActionDiscoveryConventions.cs | ||
| StaticControllerAssemblyProvider.cs | ||
| TestController.cs | ||
| TypeHelperTest.cs | ||
| UrlHelperTest.cs | ||
| ViewComponentTests.cs | ||
| ViewResultTest.cs | ||
| project.json | ||