aspnetcore/test/Microsoft.AspNetCore.Mvc.We...
Doug Bunting bab520f4dd Use latest `Microsoft.AspNet.WebApi.Client` package
- #5822
- update `Microsoft.AspNet.WebApi.Client` package version
- remove remaining few `$(PackageTargetFallback)` settings
- remove .NET Standard-specific files
  - they duplicate what Microsoft.AspNet.WebApi.Client now provides
  - necessary only if cross-compiling a PCL version of the WebApiCompatShim
  - add type forwarding for the removed `public` types
- reenable .NET Framework WebApiCompatShim tests
- add breaking change record for `MediaTypeFormatterMatchRanking` value change
  - version of this type in the shim lacked the `MatchOnRequestWithMediaTypeMapping` value
2018-01-05 16:42:28 -08:00
..
HttpRequestMessage
Mocks
TestUtils
ApiControllerActionDiscoveryTest.cs
ApiControllerTest.cs
BadRequestErrorMessageResultTest.cs Refactor content negotiation code into a service (#6998) 2017-10-31 16:32:37 -07:00
ConflictResultTest.cs
DefaultContentNegotiatorTest.cs
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
InvalidModelStateResultTest.cs Refactor content negotiation code into a service (#6998) 2017-10-31 16:32:37 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest.csproj Use latest `Microsoft.AspNet.WebApi.Client` package 2018-01-05 16:42:28 -08:00
NegotiatedContentResultTest.cs Refactor content negotiation code into a service (#6998) 2017-10-31 16:32:37 -07:00
OverloadActionConstraintTest.cs