YishaiGalatzer
|
9de86892a7
|
Cleanup namespaces and Task.FromResult
|
2014-10-02 11:49:44 -07:00 |
harshgMSFT
|
7a3dc352c9
|
1. Moving the HttpNotAcceptableOutputFormatter to product code.
2. Renaming the NoContentFormatter to HttpNoContentOutputFormatter.
3. Updating the test to use mock.
|
2014-09-12 14:14:44 -07:00 |
harshgMSFT
|
abf27d883f
|
GetSupportedContentTypes to take in declared and runtime type.
|
2014-09-12 13:56:30 -07:00 |
harshgMSFT
|
7448bf2843
|
Responding to comments
|
2014-09-12 13:56:22 -07:00 |
harshgMSFT
|
33173d3031
|
Fix for Content negotiation should fallback to the first formatter that can write the type #1033
- Includes functional and unit tests.
|
2014-09-12 13:56:14 -07:00 |
harshgMSFT
|
bb452f19a7
|
JsonResult to use ObjectResult for content negotiation to pick default json formatter.
|
2014-08-15 15:56:24 -07:00 |
harshgMSFT
|
1684d1d322
|
NoContentFormatter: Writes 204 to the response status code if the value returned is null.
|
2014-08-14 19:16:26 -07:00 |
harshgMSFT
|
6ee034e64f
|
ProducesAttribute +
Adding Functional Tests
Conflicts:
src/Microsoft.AspNet.Mvc.Core/Formatters/OutputFormatter.cs
src/Microsoft.AspNet.Mvc.Core/Resources.resx
src/Microsoft.AspNet.Mvc.HeaderValueAbstractions/project.json
test/Microsoft.AspNet.Mvc.FunctionalTests/project.json
Adding Resources + tests
Conflicts:
src/Microsoft.AspNet.Mvc.Core/Properties/Resources.Designer.cs
src/Microsoft.AspNet.Mvc.Core/Resources.resx
Adding produces content Attribute
Conflicts:
src/Microsoft.AspNet.Mvc.Core/Microsoft.AspNet.Mvc.Core.kproj
Conflicts:
src/Microsoft.AspNet.Mvc.Core/Microsoft.AspNet.Mvc.Core.kproj
test/Microsoft.AspNet.Mvc.Core.Test/Microsoft.AspNet.Mvc.Core.Test.kproj
|
2014-08-11 17:52:55 -07:00 |