aspnetcore/src/Microsoft.AspNetCore.Mvc.Core
Pranav K ce11eb9b71
Merge pull request #8641 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-24 11:19:50 -07:00
..
ActionConstraints
ApiExplorer MethodMatches 🚿 2018-10-02 12:57:18 -07:00
ApplicationModels Add PageRouteTransformerConvention (#8541) 2018-10-04 17:34:26 +13:00
ApplicationParts Ignore created URI if Assembly.CodeBase contains a fragment (#8556) 2018-10-08 10:41:04 -07:00
Authorization Fix regression with Authorize + IPolicyProvider (#8068) 2018-07-12 15:36:03 -07:00
Builder Endpoing routing 3.0 registration (#8470) 2018-10-23 14:04:12 +13:00
Controllers Use ModelMetadata from actual types for validation 2018-07-02 11:23:16 -07:00
DependencyInjection Merge pull request #8641 from dotnet-maestro-bot/merge/release/2.2-to-master 2018-10-24 11:19:50 -07:00
Filters
Formatters Make structs readonly 2018-08-02 15:44:09 -07:00
Infrastructure Allow custom handling of antiforgery failures 2018-10-19 13:47:08 -07:00
Internal Merge 2.2 to master 2018-10-23 22:04:56 +13:00
ModelBinding Add a switch to allow turning on ValidationVisitor shortcircuiting (#8599) 2018-10-17 15:47:01 -07:00
Properties Adding functional tests for LinkGenerator 2018-09-29 20:34:48 -07:00
Routing Merge pull request #8630 from dotnet-maestro-bot/merge/release/2.2-to-master 2018-10-22 07:58:36 -07:00
ViewFeatures
AcceptVerbsAttribute.cs
AcceptedAtActionResult.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
AcceptedAtRouteResult.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
AcceptedResult.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
ActionContextAttribute.cs
ActionNameAttribute.cs
ActionResult.cs
ActionResultOfT.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
AntiforgeryValidationFailedResult.cs Allow custom handling of antiforgery failures 2018-10-19 13:47:08 -07:00
ApiBehaviorOptions.cs Use ClientErrorData to configure ClientErrorResultFilter 2018-08-28 13:35:32 -07:00
ApiControllerAttribute.cs Allow ApiControlelrAttribute to be applied to assemblies 2018-09-12 13:42:22 -07:00
ApiConventionMethodAttribute.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ApiConventionTypeAttribute.cs Introduce ApiConventionMethodAttribute 2018-07-30 11:13:25 -07:00
ApiExplorerSettingsAttribute.cs
AreaAttribute.cs
BadRequestObjectResult.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
BadRequestResult.cs Setting up for ApiConventionAttribute analyzers (#7912) 2018-06-20 15:22:53 -07:00
BindAttribute.cs
BindPropertiesAttribute.cs
BindPropertyAttribute.cs
CacheProfile.cs
ChallengeResult.cs
ClientErrorData.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
CompatibilityVersion.cs Add a switch to allow turning on ValidationVisitor shortcircuiting (#8599) 2018-10-17 15:47:01 -07:00
ConflictObjectResult.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
ConflictResult.cs Setting up for ApiConventionAttribute analyzers (#7912) 2018-06-20 15:22:53 -07:00
ConsumesAttribute.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ContentResult.cs Add IStatusCodeActionResult (#8265) 2018-08-13 15:39:20 -07:00
ControllerAttribute.cs
ControllerBase.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
ControllerContext.cs
ControllerContextAttribute.cs
CreatedAtActionResult.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
CreatedAtRouteResult.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
CreatedResult.cs Setting up for ApiConventionAttribute analyzers (#7912) 2018-06-20 15:22:53 -07:00
DefaultApiConventions.cs Add some common aliases for conventions 2018-07-09 18:25:29 -07:00
DefaultObjectValidator.cs Add a switch to allow turning on ValidationVisitor shortcircuiting (#8599) 2018-10-17 15:47:01 -07:00
DisableRequestSizeLimitAttribute.cs
EmptyResult.cs
FileContentResult.cs
FileResult.cs
FileStreamResult.cs
ForbidResult.cs
FormatFilterAttribute.cs
FromBodyAttribute.cs
FromFormAttribute.cs
FromHeaderAttribute.cs
FromQueryAttribute.cs
FromRouteAttribute.cs
FromServicesAttribute.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
HttpDeleteAttribute.cs
HttpGetAttribute.cs
HttpHeadAttribute.cs
HttpOptionsAttribute.cs
HttpPatchAttribute.cs
HttpPostAttribute.cs
HttpPutAttribute.cs
IApiBehaviorMetadata.cs Refactor DefaultPageApplicationModel to use conventions 2018-09-12 12:28:16 -07:00
IDesignTimeMvcBuilderConfiguration.cs
IRequestFormLimitsPolicy.cs
IRequestSizePolicy.cs
LocalRedirectResult.cs
Microsoft.AspNetCore.Mvc.Core.csproj Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
ModelBinderAttribute.cs
ModelMetadataTypeAttribute.cs
MvcOptions.cs Add a switch to allow turning on ValidationVisitor shortcircuiting (#8599) 2018-10-17 15:47:01 -07:00
NoContentResult.cs Setting up for ApiConventionAttribute analyzers (#7912) 2018-06-20 15:22:53 -07:00
NonActionAttribute.cs
NonControllerAttribute.cs
NonViewComponentAttribute.cs
NotFoundObjectResult.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
NotFoundResult.cs Setting up for ApiConventionAttribute analyzers (#7912) 2018-06-20 15:22:53 -07:00
ObjectResult.cs Implicitly set content type for ObjectResults containing ProblemDetails (#8512) 2018-10-02 10:24:38 -07:00
OkObjectResult.cs Setting up for ApiConventionAttribute analyzers (#7912) 2018-06-20 15:22:53 -07:00
OkResult.cs Setting up for ApiConventionAttribute analyzers (#7912) 2018-06-20 15:22:53 -07:00
PhysicalFileResult.cs
ProblemDetails.cs Use casing for ProblemDetails that specified by RFC 2018-10-12 14:15:28 -07:00
ProducesAttribute.cs Setting up for ApiConventionAttribute analyzers (#7912) 2018-06-20 15:22:53 -07:00
ProducesDefaultResponseTypeAttribute.cs Add support for default response (#8028) 2018-07-06 16:44:07 -07:00
ProducesErrorResponseTypeAttribute.cs Refactor DefaultPageApplicationModel to use conventions 2018-09-12 12:28:16 -07:00
ProducesResponseTypeAttribute.cs
RedirectResult.cs
RedirectToActionResult.cs
RedirectToPageResult.cs
RedirectToRouteResult.cs
RequestFormLimitsAttribute.cs
RequestSizeLimitAttribute.cs
RequireHttpsAttribute.cs
Resources.resx Adding functional tests for LinkGenerator 2018-09-29 20:34:48 -07:00
ResponseCacheAttribute.cs
ResponseCacheLocation.cs
RouteAttribute.cs
SerializableError.cs
ServiceFilterAttribute.cs Unwrap filter factories in TypeFilterAttribute & ServiceFilterAttribute 2018-08-24 14:15:40 -07:00
SignInResult.cs
SignOutResult.cs
StatusCodeResult.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
TypeFilterAttribute.cs Unwrap filter factories in TypeFilterAttribute & ServiceFilterAttribute 2018-08-24 14:15:40 -07:00
UnauthorizedObjectResult.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
UnauthorizedResult.cs Setting up for ApiConventionAttribute analyzers (#7912) 2018-06-20 15:22:53 -07:00
UnprocessableEntityObjectResult.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
UnprocessableEntityResult.cs Setting up for ApiConventionAttribute analyzers (#7912) 2018-06-20 15:22:53 -07:00
UnsupportedMediaTypeResult.cs Setting up for ApiConventionAttribute analyzers (#7912) 2018-06-20 15:22:53 -07:00
UrlHelperExtensions.cs Add security text about Host header 2018-10-05 22:26:37 -07:00
ValidationProblemDetails.cs Use casing for ProblemDetails that specified by RFC 2018-10-12 14:15:28 -07:00
VirtualFileResult.cs
baseline.netcore.json Set 2.1 baselines 2018-06-14 11:09:28 -07:00
breakingchanges.netcore.json Refactor DefaultPageApplicationModel to use conventions 2018-09-12 12:28:16 -07:00