aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding
Ryan Nowak a6aaef0d63 Optimize async code in model binders
Optimize the 'no-op' path for our model binders to return a cached task
where possible without going async.
2015-09-08 09:42:34 -07:00
..
Metadata
Validation Reorganize MVC namespaces 2015-09-01 22:28:33 -07:00
ArrayModelBinderTest.cs Test Cleanup: Fix Assert.NotNulls with ModelBindingResult 2015-09-07 17:15:31 -07:00
BinderTypeBasedModelBinderModelBinderTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
BindingSourceValueProviderTest.cs
BodyModelBinderTests.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
ByteArrayModelBinderTests.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
CancellationTokenModelBinderTests.cs Test Cleanup: Fix Assert.NotNulls with ModelBindingResult 2015-09-07 17:15:31 -07:00
CollectionModelBinderTest.cs Test Cleanup: Fix Assert.NotNulls with ModelBindingResult 2015-09-07 17:15:31 -07:00
CompositeModelBinderTest.cs Test Cleanup: Fix Assert.NotNulls with ModelBindingResult 2015-09-07 17:15:31 -07:00
CompositeValueProviderTest.cs React to string[] -> StringValues changes. 2015-08-28 16:36:19 -07:00
DictionaryBasedValueProviderTests.cs
DictionaryModelBinderTest.cs Test Cleanup: Fix Assert.NotNulls with ModelBindingResult 2015-09-07 17:15:31 -07:00
ElementalValueProviderTests.cs Test Cleanup: Fix Assert.NotNulls with ModelBindingResult 2015-09-07 17:15:31 -07:00
EnumerableValueProviderTest.cs React to string[] -> StringValues changes. 2015-08-28 16:36:19 -07:00
ExcludeTypeValidationFilterExtensionsTests.cs Reorganize MVC namespaces 2015-09-01 22:28:33 -07:00
FormCollectionModelBinderTest.cs Test Cleanup: Fix Assert.NotNulls with ModelBindingResult 2015-09-07 17:15:31 -07:00
FormFileModelBinderTest.cs Test Cleanup: Fix Assert.NotNulls with ModelBindingResult 2015-09-07 17:15:31 -07:00
FormValueProviderFactoryTest.cs React to string[] -> StringValues changes. 2015-08-28 16:36:19 -07:00
HeaderModelBinderTests.cs Optimize async code in model binders 2015-09-08 09:42:34 -07:00
JQueryFormValueProviderFactoryTest.cs React to string[] -> StringValues changes. 2015-08-28 16:36:19 -07:00
JQueryFormValueProviderTest.cs React to string[] -> StringValues changes. 2015-08-28 16:36:19 -07:00
KeyValuePairModelBinderTest.cs Test Cleanup: Fix Assert.NotNulls with ModelBindingResult 2015-09-07 17:15:31 -07:00
ModelBindingContextTest.cs Change ModelBinding to use a single pass 2015-08-31 11:58:53 -07:00
ModelBindingResultTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
MutableObjectModelBinderTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
QueryStringValueProviderFactoryTest.cs
ReadableStringCollectionValueProviderTest.cs React to string[] -> StringValues changes. 2015-08-28 16:36:19 -07:00
ServiceModelBinderTest.cs Optimize async code in model binders 2015-09-08 09:42:34 -07:00
SimpleTypeModelBinderTest.cs Test Cleanup: Fix Assert.NotNulls with ModelBindingResult 2015-09-07 17:15:31 -07:00
SimpleValueProvider.cs
TestValueProvider.cs