aspnetcore/test/Microsoft.AspNet.Mvc.Xml.Test
Ryan Nowak a679e87a9b Split Mvc.Core
This is the first step is some more refactorings to come in the future
with the goal of making MVC less monolythic. This makes the core of MVC
more reusable and more in line with the design of other vNext platform
components.

With this change, Mvc.Core contains just the minimal guts needed to build
a working app.
- Action Discovery
- Action Invoker
- Filters
- ObjectResult
- Model Metadata
- Model Binding
- Formatters
- Validation System

And yes, we are aware of the irony of 'minimal MVC' not including the view
system. The idea is that this is the kernel of an MVC app, and anything
real is layered on top.

The most noticable impact of this change is that MvcOptions has been blown
apart into more managable chunks. See the various ConfigureMvc*** methods.

The new Mvc.Extensions package is a placeholder while we evaluate and tune
the new definitions. Expect more changes as features are move to their own
packages, and in some case their own repositories.

For now there is no experience to bootstrap an Mvc.Core app. That's coming
next.
2015-06-09 02:12:13 -07:00
..
Models
DelegatingEnumerableTest.cs
DelegatingEnumeratorTest.cs
EnumerableWrapperProviderFactoryTest.cs
EnumerableWrapperProviderTest.cs
FlushReportingStream.cs
Microsoft.AspNet.Mvc.Xml.Test.xproj
PersonWrapper.cs
PersonWrapperProvider.cs
PersonWrapperProviderFactory.cs
SerializableErrorWrapperProviderTest.cs
SerializableErrorWrapperTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
SerializableWrapperProviderFactoryTest.cs
XmlAssert.cs
XmlAssertTest.cs
XmlDataContractSerializerInputFormatterTest.cs Fix #2528 - Revert formatter behavior for [Required] 2015-05-12 11:17:31 -07:00
XmlDataContractSerializerOutputFormatterTest.cs [Fixes #2541] Use custom stream writer for Xml output formatters 2015-05-15 12:12:11 -07:00
XmlSerializerInputFormatterTest.cs Fix #2330 - Reimagine *FormatterContext 2015-05-12 11:05:56 -07:00
XmlSerializerOutputFormatterTest.cs [Fixes #2541] Use custom stream writer for Xml output formatters 2015-05-15 12:12:11 -07:00
project.json