aspnetcore/test/Microsoft.AspNet.Mvc.Functi.../compiler/resources
N. Taylor Mullen fc2019c973 Modify `TypeConverterModelBinder`'s `ModelBindingResult.IsModelSet` to be false when model value is `null` for non-null accepting types.
- Previously `ModelBindingResult.IsModelSet` would be set to true if type conversions resulted in empty => `null` values for ValueTypes. This resulted in improper usage of `ModelBindingResult`s creating null ref exceptions in certain cases.
- Updated existing functional test to account for new behavior. Previously it was handling the null ref exception by stating that errors were simply invalid; now we can provide a more distinct error.
- Added unit test to validate `TypeConverterModelBinder` does what it's supposed to when conversions result in null values.
- Added additional integration tests for `TypeConverterModelBinder`.

#2720
2015-07-02 20:03:32 -07:00
..
BasicWebSite.Home.ActionLinkView.html Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
BasicWebSite.Home.Index.html
BasicWebSite.Home.PlainView.html Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
BasicWebSite.Home.ViewWithPrefixedAttributeValue.html
CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert1.txt Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert2.txt Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert3.txt Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
HtmlGenerationWebSite.HtmlGeneration_Customer.Index.html Modify `TypeConverterModelBinder`'s `ModelBindingResult.IsModelSet` to be false when model value is `null` for non-null accepting types. 2015-07-02 20:03:32 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.CreateWarehouse.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Customer.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.Encoded.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.EmployeeList.html Make `string`-based expression evaluations behave consistently 2015-06-16 21:54:56 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Environment.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Form.Options.Antiforgery.False.html Use new antiforgery package 2015-06-25 14:45:00 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Form.Options.Antiforgery.True.html Use new antiforgery package 2015-06-25 14:45:00 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Form.Options.Antiforgery.null.html Use new antiforgery package 2015-06-25 14:45:00 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Image.html Fixes for FileVersionProvider 2015-06-30 11:25:32 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Index.Encoded.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Index.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Input.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Link.Encoded.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Link.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Order.Encoded.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Order.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.Encoded.html Make `string`-based expression evaluations behave consistently 2015-06-16 21:54:56 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.html Make `string`-based expression evaluations behave consistently 2015-06-16 21:54:56 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Product.Encoded.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Product.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.ProductList.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Script.Encoded.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Script.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
ModelBindingWebSite.Vehicle.Details.html
ModelBindingWebSite.Vehicle.Edit.Invalid.html Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
ModelBindingWebSite.Vehicle.Edit.html Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
TagHelpersWebSite.Employee.Create.Invalid.html Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
TagHelpersWebSite.Employee.Create.html Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
TagHelpersWebSite.Employee.Details.AfterCreate.html
TagHelpersWebSite.Home.About.html Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
TagHelpersWebSite.Home.Help.html Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
TagHelpersWebSite.Home.Index.html Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
UpdateDealerVehicle_PopulatesPropertyErrorsInViews.txt Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
UpdateDealerVehicle_PopulatesValidationSummary.txt Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
UpdateDealerVehicle_UpdateSuccessful.txt Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
ValidationWebSite.Aria.RemoteAttribute_Home.Create.html Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
ValidationWebSite.Root.RemoteAttribute_Home.Create.html Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
ViewEngineController.ViewWithPaths.txt Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00