aspnetcore/test/Microsoft.AspNet.Mvc.ModelB...
dougbu 4feb8f4f28 Remove reduncant `ArgumentNullOrEmpty` resource from Core project
- came from Rendering but Core already had `ArgumentCannotBeNullOrEmpty`
- moved wording from "argument must not be" to "value cannot be"

Also make similar resources consistent in this repo
- adjust Razor's `ArgumentCannotBeNullOrEmpty` resource to use same wording
  as Core, adding "The"
- update ModelBinding to also have `ArgumentCannotBeNullOrEmpty` and to use
  it consistently with Core and Razor
2014-04-08 12:03:50 -07:00
..
Binders Add the ability to correctly determine if a particular field has been validated. 2014-03-31 12:40:38 -07:00
Formatters Adding JsonInputFormatter for reading json encoded data from the request 2014-03-20 20:48:25 -07:00
Internal
Metadata Remove reduncant `ArgumentNullOrEmpty` resource from Core project 2014-04-08 12:03:50 -07:00
Utils
Validation Add the ability to correctly determine if a particular field has been validated. 2014-03-31 12:40:38 -07:00
ValueProviders Updating test projects to use Microsoft.AspNet.Testing 2014-03-25 15:10:58 -07:00
ModelBindingContextTest.cs
project.json Increment System.Threading.Tasks package version 2014-03-27 19:56:27 -07:00