| .. |
|
ActionConstraints
|
…
|
|
|
ApiExplorer
|
Introduce ApiConventionMethodAttribute
|
2018-07-30 11:13:25 -07:00 |
|
ApplicationModels
|
Add EndpointMetadata to ActionDescriptor and hookup CORS (#8158)
|
2018-07-28 16:12:54 +12:00 |
|
ApplicationParts
|
…
|
|
|
Authorization
|
Fix regression with Authorize + IPolicyProvider (#8068)
|
2018-07-12 15:36:03 -07:00 |
|
Builder
|
Update MvcEndpointDataSource to use RoutePattern (#8249)
|
2018-08-23 21:42:42 +12:00 |
|
Controllers
|
Use ModelMetadata from actual types for validation
|
2018-07-02 11:23:16 -07:00 |
|
DependencyInjection
|
Replace remaining references to global routing (#8312)
|
2018-08-23 10:23:29 +12:00 |
|
Filters
|
…
|
|
|
Formatters
|
Make structs readonly
|
2018-08-02 15:44:09 -07:00 |
|
Infrastructure
|
Introduce ProblemDetailsFilter
|
2018-08-21 17:29:12 -07:00 |
|
Internal
|
Addressing a skipped test
|
2018-08-27 15:34:37 -07:00 |
|
ModelBinding
|
[Design] Add a MaxValidationDepth option to ValidationVisitor
|
2018-08-16 15:01:18 -07:00 |
|
Properties
|
Introduce ProblemDetailsFilter
|
2018-08-21 17:29:12 -07:00 |
|
Routing
|
Use Endpoint instead of RouteEndpoint where possible (#8331)
|
2018-08-28 11:00:11 +12:00 |
|
ViewFeatures
|
…
|
|
|
AcceptVerbsAttribute.cs
|
…
|
|
|
AcceptedAtActionResult.cs
|
Setting up for ApiConventionAttribute analyzers (#7912)
|
2018-06-20 15:22:53 -07:00 |
|
AcceptedAtRouteResult.cs
|
Setting up for ApiConventionAttribute analyzers (#7912)
|
2018-06-20 15:22:53 -07:00 |
|
AcceptedResult.cs
|
Setting up for ApiConventionAttribute analyzers (#7912)
|
2018-06-20 15:22:53 -07:00 |
|
ActionContextAttribute.cs
|
…
|
|
|
ActionNameAttribute.cs
|
…
|
|
|
ActionResult.cs
|
…
|
|
|
ActionResultOfT.cs
|
Throw if the type parameter for ActionResult<T> is an action result (#7942)
|
2018-06-21 07:51:12 -07:00 |
|
ApiBehaviorOptions.cs
|
Introduce ProblemDetailsFilter
|
2018-08-21 17:29:12 -07:00 |
|
ApiControllerAttribute.cs
|
…
|
|
|
ApiConventionMethodAttribute.cs
|
Introduce ApiConventionMethodAttribute
|
2018-07-30 11:13:25 -07:00 |
|
ApiConventionTypeAttribute.cs
|
Introduce ApiConventionMethodAttribute
|
2018-07-30 11:13:25 -07:00 |
|
ApiExplorerSettingsAttribute.cs
|
…
|
|
|
AreaAttribute.cs
|
…
|
|
|
BadRequestObjectResult.cs
|
Setting up for ApiConventionAttribute analyzers (#7912)
|
2018-06-20 15:22:53 -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
|
…
|
|
|
CompatibilityVersion.cs
|
DataAnnotations of Enum values use DataAnnotationLocalizerProvider
|
2018-05-25 16:00:00 -07:00 |
|
ConflictObjectResult.cs
|
Setting up for ApiConventionAttribute analyzers (#7912)
|
2018-06-20 15:22:53 -07:00 |
|
ConflictResult.cs
|
Setting up for ApiConventionAttribute analyzers (#7912)
|
2018-06-20 15:22:53 -07:00 |
|
ConsumesAttribute.cs
|
ConsumesAttribute accepts requests without content type
|
2018-08-02 16:27:23 -07:00 |
|
ContentResult.cs
|
Add IStatusCodeActionResult (#8265)
|
2018-08-13 15:39:20 -07:00 |
|
ControllerAttribute.cs
|
…
|
|
|
ControllerBase.cs
|
Added ObjectResult implementation for Unauthorized response
|
2018-06-29 14:27:34 -07:00 |
|
ControllerContext.cs
|
…
|
|
|
ControllerContextAttribute.cs
|
…
|
|
|
CreatedAtActionResult.cs
|
Setting up for ApiConventionAttribute analyzers (#7912)
|
2018-06-20 15:22:53 -07:00 |
|
CreatedAtRouteResult.cs
|
Setting up for ApiConventionAttribute analyzers (#7912)
|
2018-06-20 15:22:53 -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
|
[Design] Add a MaxValidationDepth option to ValidationVisitor
|
2018-08-16 15:01:18 -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
|
…
|
|
|
HttpDeleteAttribute.cs
|
…
|
|
|
HttpGetAttribute.cs
|
…
|
|
|
HttpHeadAttribute.cs
|
…
|
|
|
HttpOptionsAttribute.cs
|
…
|
|
|
HttpPatchAttribute.cs
|
…
|
|
|
HttpPostAttribute.cs
|
…
|
|
|
HttpPutAttribute.cs
|
…
|
|
|
IDesignTimeMvcBuilderConfiguration.cs
|
…
|
|
|
IRequestFormLimitsPolicy.cs
|
…
|
|
|
IRequestSizePolicy.cs
|
…
|
|
|
LocalRedirectResult.cs
|
…
|
|
|
Microsoft.AspNetCore.Mvc.Core.csproj
|
make feature branch build
|
2018-07-20 12:57:43 -07:00 |
|
ModelBinderAttribute.cs
|
…
|
|
|
ModelMetadataTypeAttribute.cs
|
…
|
|
|
MvcOptions.cs
|
Introduce ProblemDetailsFilter
|
2018-08-21 17:29:12 -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
|
Setting up for ApiConventionAttribute analyzers (#7912)
|
2018-06-20 15:22:53 -07:00 |
|
NotFoundResult.cs
|
Setting up for ApiConventionAttribute analyzers (#7912)
|
2018-06-20 15:22:53 -07:00 |
|
ObjectResult.cs
|
Add IStatusCodeActionResult (#8265)
|
2018-08-13 15:39:20 -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
|
…
|
|
|
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 |
|
ProducesResponseTypeAttribute.cs
|
…
|
|
|
RedirectResult.cs
|
…
|
|
|
RedirectToActionResult.cs
|
…
|
|
|
RedirectToPageResult.cs
|
…
|
|
|
RedirectToRouteResult.cs
|
…
|
|
|
RequestFormLimitsAttribute.cs
|
…
|
|
|
RequestSizeLimitAttribute.cs
|
…
|
|
|
RequireHttpsAttribute.cs
|
…
|
|
|
Resources.resx
|
Introduce ProblemDetailsFilter
|
2018-08-21 17:29:12 -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
|
Introduce ProblemDetailsFilter
|
2018-08-21 17:29:12 -07:00 |
|
TypeFilterAttribute.cs
|
Unwrap filter factories in TypeFilterAttribute & ServiceFilterAttribute
|
2018-08-24 14:15:40 -07:00 |
|
UnauthorizedObjectResult.cs
|
Added ObjectResult implementation for Unauthorized response
|
2018-06-29 14:27:34 -07:00 |
|
UnauthorizedResult.cs
|
Setting up for ApiConventionAttribute analyzers (#7912)
|
2018-06-20 15:22:53 -07:00 |
|
UnprocessableEntityObjectResult.cs
|
Setting up for ApiConventionAttribute analyzers (#7912)
|
2018-06-20 15:22:53 -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
|
Update doc comments
|
2018-08-15 11:42:50 -07:00 |
|
ValidationProblemDetails.cs
|
…
|
|
|
VirtualFileResult.cs
|
…
|
|
|
baseline.netcore.json
|
Set 2.1 baselines
|
2018-06-14 11:09:28 -07:00 |