aspnetcore/src/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
..
Conventions Code clean up 2017-06-09 22:38:46 -07:00
Formatters Code clean up 2017-06-09 22:38:46 -07:00
HttpRequestMessage Remove TaskCache and TaskCacheOfT 2017-06-08 08:19:20 -07:00
ParameterBinding Address more PR comments 2016-06-10 14:49:49 -07:00
Properties Use latest `Microsoft.AspNet.WebApi.Client` package 2018-01-05 16:42:28 -08:00
Routing
ApiController.cs Code clean up 2017-06-09 22:38:46 -07:00
BadRequestErrorMessageResult.cs
ConflictResult.cs [Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok() 2016-02-19 09:25:04 -08:00
ExceptionResult.cs
FormDataCollectionExtensions.cs
HttpError.cs
HttpErrorKeys.cs
HttpResponseException.cs
HttpResponseExceptionActionFilter.cs Complete the doc comments for filters 2016-04-13 16:01:30 -07:00
InternalServerErrorResult.cs [Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok() 2016-02-19 09:25:04 -08:00
InvalidModelStateResult.cs
Microsoft.AspNetCore.Mvc.WebApiCompatShim.csproj Use latest `Microsoft.AspNet.WebApi.Client` package 2018-01-05 16:42:28 -08:00
NegotiatedContentResult.cs
OverloadActionConstraint.cs Reduce allocations during HTML generation 2016-10-03 12:17:47 -07:00
Resources.resx
ResponseMessageResult.cs
WebApiCompatShimMvcBuilderExtensions.cs
WebApiCompatShimOptions.cs
WebApiCompatShimOptionsSetup.cs Fix #4801 Rename ValidationExcludeFilter 2016-06-09 10:51:31 -07:00
baseline.netcore.json Add MVC 2.0 baselines 2017-09-22 12:53:12 -07:00
breakingchanges.netcore.json Use latest `Microsoft.AspNet.WebApi.Client` package 2018-01-05 16:42:28 -08:00