Ryan Nowak
8a502dbe5d
Rewrite of validation
2015-09-25 16:56:42 -07:00
Kirthi Krishnamraju
0889b18f95
Add localizers to validation attributes
2015-09-25 16:13:21 -07:00
Pranav K
66a04c2fd6
Replacing NotNullAttribute with thrown exceptions
2015-09-21 10:26:14 -07:00
Doug Bunting
271e19e61a
Remove use of `IsMono` to no-op a test
...
- use `[ConditionalFact]` or `[ConditionalTheory]` instead
- in some cases test was already conditional
- move other `IsMono` checks into data sets where possible
- not reported as skipped but at least not counted as successful
nit: switch from `[ConditionalTheory]` to `[ConditionalFact]` as appropriate
- slightly more efficient since xUnit won't check for data
2015-09-10 11:55:51 -07:00
N. Taylor Mullen
4fb2053f34
Update project.json to have warningsAsErrors accept a bool.
2015-09-02 15:35:13 -07:00
Ajay Bhargav Baaskaran
4295a57504
[ Fixes #2817 ] Support client side validation for all numeric types
2015-08-13 17:32:13 -07:00
Ryan Nowak
a6ce9abab1
Fix #2776 - Add implicit [BindRequired] for value type properties
2015-08-13 15:35:54 -07:00
Doug Bunting
ed4896d1fd
Support `[Display(Name = "")]` on enum values
...
- #2851
2015-08-06 16:07:50 -07:00
Doug Bunting
6033679193
Cleanup .xproj files to avoid future churn
...
- mostly remove useless `<RootNamespace>` elements
2015-07-17 09:07:23 -07:00
Ryan Nowak
e985fa5d42
Split up MVC.Extensions into smaller packages
...
Startup.cs API experience to follow in a separate change. This change just
gets the bulk of the code churn out of the way.
2015-07-06 23:41:22 -07:00