aspnetcore/test/Microsoft.AspNet.Mvc.DataAn...
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
..
Properties Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
CompareAttributeAdapterTest.cs Remove use of `IsMono` to no-op a test 2015-09-10 11:55:51 -07:00
DataAnnotationsClientModelValidatorProviderTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
DataAnnotationsMetadataProviderTest.cs Support `[Display(Name = "")]` on enum values 2015-08-06 16:07:50 -07:00
DataAnnotationsModelValidatorProviderTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
DataAnnotationsModelValidatorTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
DataMemberRequiredBindingMetadataProviderTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
DataTypeClientModelValidatorProviderTest.cs [Fixes #2817] Support client side validation for all numeric types 2015-08-13 17:32:13 -07:00
DefaultModelClientValidatorProviderTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
MaxLengthAttributeAdapterTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.DataAnnotations.Test.xproj Cleanup .xproj files to avoid future churn 2015-07-17 09:07:23 -07:00
MinLengthAttributeAdapterTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
ModelMetadataProviderTest.cs Fix #2776 - Add implicit [BindRequired] for value type properties 2015-08-13 15:35:54 -07:00
NumericClientModelValidatorTest.cs [Fixes #2817] Support client side validation for all numeric types 2015-08-13 17:32:13 -07:00
RangeAttributeAdapterTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
RequiredAttributeAdapterTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Resources.resx Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
StringLengthAttributeAdapterTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
TestModelNameProvider.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
TestResources.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
project.json Update project.json to have warningsAsErrors accept a bool. 2015-09-02 15:35:13 -07:00