aspnetcore/test
Mugdha Kulkarni d91b7776b3 This is MVC part of feature URL Extensions. It does following:
1. Creates a filter called FormatFilter. This will look at the format parameter if present
   in the route data or query data and sets the content type in ObjectResult
2. It adds new options called FormatterOptions, that contains the map of format to content tyepe
3. A method in MVC options to add the formatter mapping
2015-01-31 23:15:04 -08:00
..
Microsoft.AspNet.Mvc.Common.Test Fixed Microsoft.AspNet.Mvc.Common unneeded assemblyinfo. 2015-01-23 16:29:31 -08:00
Microsoft.AspNet.Mvc.Core.Test This is MVC part of feature URL Extensions. It does following: 2015-01-31 23:15:04 -08:00
Microsoft.AspNet.Mvc.FunctionalTests [Fixes #1121,#1508] Wrap objects for serialization/deserialization and DelegatingEnumerable<> support for IEnumerable<T> and IQueryable<T> 2015-01-30 18:10:01 -08:00
Microsoft.AspNet.Mvc.ModelBinding.Test Get `[Remote]` and supporting classes building 2015-01-30 12:26:48 -08:00
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test Use CRC32 instead of MD5 for hashing the file content. 2015-01-30 18:01:24 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test Merge branch 'release' into dev 2015-01-22 16:47:54 -08:00
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.WebApiCompatShimTest Issue #1525 - Enhancements to ActionContext 2015-01-27 14:35:31 -08:00
Microsoft.AspNet.Mvc.Xml.Test [Fixes #1121,#1508] Wrap objects for serialization/deserialization and DelegatingEnumerable<> support for IEnumerable<T> and IQueryable<T> 2015-01-30 18:10:01 -08:00
WebSites [Fixes #1121,#1508] Wrap objects for serialization/deserialization and DelegatingEnumerable<> support for IEnumerable<T> and IQueryable<T> 2015-01-30 18:10:01 -08:00
XmlDataContractSerializerInputFormatterTests.cs [Resolves #1887] XmlDataContractSerializer Input and Output Formatter Tests Cleanup. 2015-01-30 10:02:33 +01:00
XmlDataContractSerializerOutputFormatterTests.cs [Resolves #1887] XmlDataContractSerializer Input and Output Formatter Tests Cleanup. 2015-01-30 10:02:33 +01:00