aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
harshgMSFT 64d797a489 1. Moving input formatting related classes to MVC Core.(for tests as well).
2. Cleaning up the IInputFormatter to the final version.
3. Updating the input formatters and the context to be compliant with the IInputFormatter interface.
4. Adding Functional Tests.
- Not cleaning up TempInputFormatterProvider.

Conflicts:
	src/Microsoft.AspNet.Mvc.Core/Formatters/InputFormatter.cs
	src/Microsoft.AspNet.Mvc.Core/Formatters/JsonInputFormatter.cs
	src/Microsoft.AspNet.Mvc.Core/Formatters/TempInputFormatterProvider.cs
	src/Microsoft.AspNet.Mvc.Core/Formatters/XmlDataContractSerializerInputFormatter.cs
	src/Microsoft.AspNet.Mvc.Core/Formatters/XmlSerializerInputFormatter.cs
	src/Microsoft.AspNet.Mvc.Core/Microsoft.AspNet.Mvc.Core.kproj
	src/Microsoft.AspNet.Mvc.Core/ReflectedActionInvoker.cs
	src/Microsoft.AspNet.Mvc.ModelBinding/Microsoft.AspNet.Mvc.ModelBinding.kproj
	test/Microsoft.AspNet.Mvc.Core.Test/Microsoft.AspNet.Mvc.Core.Test.kproj

Conflicts:
	src/Microsoft.AspNet.Mvc.Core/Microsoft.AspNet.Mvc.Core.kproj
	src/Microsoft.AspNet.Mvc.HeaderValueAbstractions/Microsoft.AspNet.Mvc.HeaderValueAbstractions.kproj
	src/Microsoft.AspNet.Mvc.ModelBinding/Microsoft.AspNet.Mvc.ModelBinding.kproj
	src/Microsoft.AspNet.Mvc.ModelBinding/ValueProviders/FormValueProviderFactory.cs
	test/Microsoft.AspNet.Mvc.Core.Test/Microsoft.AspNet.Mvc.Core.Test.kproj
	test/Microsoft.AspNet.Mvc.ModelBinding.Test/Microsoft.AspNet.Mvc.ModelBinding.Test.kproj

Conflicts:
	src/Microsoft.AspNet.Mvc.Core/Formatters/FormattingUtilities.cs
	src/Microsoft.AspNet.Mvc.Core/Formatters/TempInputFormatterProvider.cs
2014-08-18 17:07:19 -07:00
..
ActionResults
AntiXsrf
Filters
Formatters 1. Moving input formatting related classes to MVC Core.(for tests as well). 2014-08-18 17:07:19 -07:00
Internal/DecisionTree
Logging Implementing ILoggerFactory.AddProvider 2014-08-15 16:34:14 -07:00
OptionDescriptors 1. Moving input formatting related classes to MVC Core.(for tests as well). 2014-08-18 17:07:19 -07:00
ParameterBinding
Properties
ReflectedModelBuilder
Rendering Add `[HiddenInput]`, `ModelMetadata.HideSurroundingHtml`, and `.Properties` tests 2014-08-15 12:33:58 -07:00
Routing
ViewComponents
ActionAttributeTests.cs
ActionExecutorTests.cs
ControllerTests.cs JsonResult to use ObjectResult for content negotiation to pick default json formatter. 2014-08-15 15:56:24 -07:00
CopyOnWriteDictionaryTest.cs Modifying ViewDataDictionary and RouteValueDictionary to copy on write 2014-08-14 18:18:54 -07:00
DefaultActionDiscoveryConventionsActionSelectionTests.cs
DefaultActionDiscoveryConventionsTests.cs
DefaultActionSelectorTests.cs Implement RouteKeyHandling.CatchAll 2014-08-14 15:59:09 -07:00
DefaultControllerActivatorTest.cs
DefaultControllerAssemblyProviderTests.cs
DefaultControllerFactoryTest.cs
DefaultViewComponentActivatorTests.cs
ExpiringFileInfoCacheTest.cs
HttpMethodProviderAttributesTests.cs
JsonResultTest.cs JsonResult to use ObjectResult for content negotiation to pick default json formatter. 2014-08-15 15:56:24 -07:00
KnownRouteValueConstraintTests.cs
MediaTypeWithQualityHeaderValueTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj Removed source files from the project 2014-08-15 09:14:49 -07:00
MockMvcOptionsAccessor.cs
MvcOptionsTests.cs
MvcRouteHandlerTests.cs
PropertyHelperTest.cs
ReflectedActionDescriptorProviderTests.cs
ReflectedActionInvokerTest.cs JsonResult to use ObjectResult for content negotiation to pick default json formatter. 2014-08-15 15:56:24 -07:00
RouteTemplateProviderAttributesTests.cs
StaticActionDiscoveryConventions.cs
StaticControllerAssemblyProvider.cs
TestController.cs
TypeHelperTest.cs
UrlHelperTest.cs
ViewComponentTests.cs
ViewDataDictionaryTest.cs Modifying ViewDataDictionary and RouteValueDictionary to copy on write 2014-08-14 18:18:54 -07:00
ViewResultTest.cs
project.json