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 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
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
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