| .. |
|
ActionConstraints
|
…
|
|
|
ApiExplorer
|
Move value source information from `<remarks>` to `<summary>`
|
2016-10-28 16:43:59 -07:00 |
|
ApplicationModels
|
Update IControllerModelConvention.cs
|
2016-12-07 11:11:57 -08:00 |
|
ApplicationParts
|
Fix typo in XML doc
|
2016-11-18 10:56:46 -08:00 |
|
Authorization
|
Make AuthorizeFilter constructable
|
2016-09-14 13:43:56 -07:00 |
|
Builder
|
Reverting accidental changes
|
2016-09-08 08:28:51 -07:00 |
|
Controllers
|
…
|
|
|
DependencyInjection
|
Add extension method for IParameterModelConvention. (#5640)
|
2016-12-27 16:49:12 -08:00 |
|
Filters
|
Reduce allocations during HTML generation
|
2016-10-03 12:17:47 -07:00 |
|
Formatters
|
[Fixes #4945] Simple string returned by controller action is not a valid JSON!
|
2017-01-25 13:29:18 -08:00 |
|
Infrastructure
|
ActionContextAccessor netstandard behave like net451 (#5810)
|
2017-02-16 14:34:13 -08:00 |
|
Internal
|
Add BindingSourceMetadataProvider
|
2017-02-17 13:22:10 -08:00 |
|
ModelBinding
|
Add BindingSourceMetadataProvider
|
2017-02-17 13:22:10 -08:00 |
|
Properties
|
Merge branch 'rel/1.1.2' into dev
|
2017-02-10 14:55:32 -08:00 |
|
Routing
|
[Fixes #5170] Fixed KeyNotFoundException in UrlHelperFactory.GetUrlHelper()
|
2016-08-26 11:27:02 -07:00 |
|
ViewFeatures
|
…
|
|
|
AcceptVerbsAttribute.cs
|
…
|
|
|
AcceptedAtActionResult.cs
|
AcceptedResult(), AcceptedAtActionResult(), AcceptedAtRouteResult() support
|
2016-10-18 09:48:26 -07:00 |
|
AcceptedAtRouteResult.cs
|
AcceptedResult(), AcceptedAtActionResult(), AcceptedAtRouteResult() support
|
2016-10-18 09:48:26 -07:00 |
|
AcceptedResult.cs
|
AcceptedResult(), AcceptedAtActionResult(), AcceptedAtRouteResult() support
|
2016-10-18 09:48:26 -07:00 |
|
ActionContextAttribute.cs
|
…
|
|
|
ActionNameAttribute.cs
|
…
|
|
|
ActionResult.cs
|
…
|
|
|
ApiExplorerSettingsAttribute.cs
|
…
|
|
|
AreaAttribute.cs
|
replaced hardcoded message with Resources.ArgumentCannotBeNullOrEmpty
|
2017-01-04 10:47:21 -08:00 |
|
BadRequestObjectResult.cs
|
…
|
|
|
BadRequestResult.cs
|
…
|
|
|
BindAttribute.cs
|
Reduce allocations during HTML generation
|
2016-10-03 12:17:47 -07:00 |
|
CacheProfile.cs
|
Add support for VaryByQueryKey #2894
|
2016-10-18 12:31:04 -07:00 |
|
ChallengeResult.cs
|
Reduce allocations during HTML generation
|
2016-10-03 12:17:47 -07:00 |
|
ConsumesAttribute.cs
|
Reduce allocations during HTML generation
|
2016-10-03 12:17:47 -07:00 |
|
ContentResult.cs
|
…
|
|
|
ControllerAttribute.cs
|
…
|
|
|
ControllerBase.cs
|
Redirects with fragment (#5519)
|
2016-12-06 10:32:01 -08:00 |
|
ControllerContext.cs
|
…
|
|
|
ControllerContextAttribute.cs
|
…
|
|
|
CreatedAtActionResult.cs
|
…
|
|
|
CreatedAtRouteResult.cs
|
…
|
|
|
CreatedResult.cs
|
…
|
|
|
EmptyResult.cs
|
…
|
|
|
FileContentResult.cs
|
…
|
|
|
FileResult.cs
|
…
|
|
|
FileStreamResult.cs
|
…
|
|
|
ForbidResult.cs
|
Reduce allocations during HTML generation
|
2016-10-03 12:17:47 -07:00 |
|
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
|
Adding support for Razor precompilation
|
2016-08-19 07:27:51 -07:00 |
|
LocalRedirectResult.cs
|
Small code cleanup (#5388)
|
2016-10-17 20:45:47 -07:00 |
|
Microsoft.AspNetCore.Mvc.Core.xproj
|
…
|
|
|
ModelBinderAttribute.cs
|
…
|
|
|
ModelMetadataTypeAttribute.cs
|
…
|
|
|
MvcOptions.cs
|
Created option for RequireHttpsAttribute.Permanent
|
2016-08-04 11:43:16 -07:00 |
|
NoContentResult.cs
|
…
|
|
|
NonActionAttribute.cs
|
…
|
|
|
NonControllerAttribute.cs
|
…
|
|
|
NonViewComponentAttribute.cs
|
Add NonViewComponentAttribute
|
2016-09-30 10:56:08 -07:00 |
|
NotFoundObjectResult.cs
|
…
|
|
|
NotFoundResult.cs
|
…
|
|
|
ObjectResult.cs
|
Small code cleanup (#5388)
|
2016-10-17 20:45:47 -07:00 |
|
OkObjectResult.cs
|
…
|
|
|
OkResult.cs
|
…
|
|
|
PhysicalFileResult.cs
|
…
|
|
|
ProducesAttribute.cs
|
[Fixes #5012] ProducesAttribute should not inherit from ResultFilterAttribute
|
2017-01-25 14:00:35 -08:00 |
|
ProducesResponseTypeAttribute.cs
|
ProducesResponseTypeAttribute(int statusCode) ctor added
|
2016-10-19 17:08:06 -07:00 |
|
RedirectResult.cs
|
…
|
|
|
RedirectToActionResult.cs
|
Redirects with fragment (#5519)
|
2016-12-06 10:32:01 -08:00 |
|
RedirectToRouteResult.cs
|
Redirects with fragment (#5519)
|
2016-12-06 10:32:01 -08:00 |
|
RequireHttpsAttribute.cs
|
Created option for RequireHttpsAttribute.Permanent
|
2016-08-04 11:43:16 -07:00 |
|
Resources.resx
|
Merge branch 'rel/1.1.2' into dev
|
2017-02-10 14:55:32 -08:00 |
|
ResponseCacheAttribute.cs
|
Add support for VaryByQueryKey #2894
|
2016-10-18 12:31:04 -07:00 |
|
ResponseCacheLocation.cs
|
…
|
|
|
RouteAttribute.cs
|
…
|
|
|
SerializableError.cs
|
…
|
|
|
ServiceFilterAttribute.cs
|
…
|
|
|
SignInResult.cs
|
…
|
|
|
SignOutResult.cs
|
…
|
|
|
StatusCodeResult.cs
|
…
|
|
|
TypeFilterAttribute.cs
|
…
|
|
|
UnauthorizedResult.cs
|
…
|
|
|
UnsupportedMediaTypeResult.cs
|
…
|
|
|
UrlHelperExtensions.cs
|
…
|
|
|
VirtualFileResult.cs
|
…
|
|
|
baseline.net45.json
|
Created public API baselines
|
2016-11-04 23:53:26 -07:00 |
|
baseline.netcore.json
|
Created public API baselines
|
2016-11-04 23:53:26 -07:00 |
|
exceptions.net45.json
|
[Fixes #5012] ProducesAttribute should not inherit from ResultFilterAttribute
|
2017-01-25 14:00:35 -08:00 |
|
exceptions.netcore.json
|
[Fixes #5012] ProducesAttribute should not inherit from ResultFilterAttribute
|
2017-01-25 14:00:35 -08:00 |
|
project.json
|
Downgrade to stable packages
|
2017-02-15 14:23:48 -08:00 |