aspnetcore/test/Microsoft.AspNetCore.Mvc.We...
Ryan Nowak 861d78fb78
Refactor content negotiation code into a service (#6998)
* Refactor content negotiation code into a service

This is a refactor in anticipation of using this logic in some other
places
2017-10-31 16:32:37 -07:00
..
HttpRequestMessage Change TFM to netcoreapp2.0 (#6234) 2017-05-04 18:11:26 -07:00
Mocks Change TFM to netcoreapp2.0 (#6234) 2017-05-04 18:11:26 -07:00
TestUtils House Cleaning - Spelling and grammar 🚿 2017-08-30 14:58:44 -07:00
ApiControllerActionDiscoveryTest.cs Upgrade to xunit 2.3.0-beta4 2017-08-17 10:45:03 -07:00
ApiControllerTest.cs
BadRequestErrorMessageResultTest.cs Refactor content negotiation code into a service (#6998) 2017-10-31 16:32:37 -07:00
ConflictResultTest.cs Using NullLogger types from Logging.Abstractions 2017-03-14 12:24:18 -07:00
DefaultContentNegotiatorTest.cs Upgrade test framework versions and fix test issues 2017-05-15 14:11:27 -07:00
ExceptionResultTest.cs Refactor content negotiation code into a service (#6998) 2017-10-31 16:32:37 -07:00
FormDataCollectionExtensionsTest.cs
HttpErrorTest.cs
HttpResponseExceptionActionFilterTest.cs
HttpResponseExceptionTest.cs
HttpResponseMessageOutputFormatterTests.cs
InternalServerErrorResultTest.cs Using NullLogger types from Logging.Abstractions 2017-03-14 12:24:18 -07:00
InvalidModelStateResultTest.cs Refactor content negotiation code into a service (#6998) 2017-10-31 16:32:37 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest.csproj Use PackageLineup to manage PackageReference versions 2017-08-30 12:14:11 -07:00
NegotiatedContentResultTest.cs Refactor content negotiation code into a service (#6998) 2017-10-31 16:32:37 -07:00
OverloadActionConstraintTest.cs