Pranav K
1c5e417606
Change TFM to netcoreapp2.0 ( #6234 )
...
* Change TFM to netcoreapp2.0
2017-05-04 18:11:26 -07:00
Pranav K
8fa95d66d4
Add support for suppressing inbound and outbound routing
2017-04-14 17:02:45 -07:00
Jass Bagga
07c22f2b29
Mutate API description parameter type from JsonPatchDocument to Operation[]
...
Addresses #5464
2017-01-13 16:39:08 -08:00
Doug Bunting
7178464ed2
Munch on less memory when handling property metadata
...
- #5499
- switch `foreach` to `for` and use less Linq when accessing `modelMetadata.Properties`
- change backing field for `ModelExplorer.Properties` from a list to an array
2016-12-05 20:47:45 -08:00
jbagga
41f00eea23
Default Status Code for void types changed to 200
...
Fixes #4838
2016-10-06 14:39:04 -07:00
Kiran Challa
f1982bd987
Suppress default status code response type in api descriptions when explicit response types have been provided
...
[Fixes #4823 ] How to override the default (200) status code with ProducesResponseType
2016-06-09 12:07:52 -07:00
Pranav K
bb226aef6b
Update Mvc.Core and dependencies to netstandard1.6
2016-05-26 16:52:04 -07:00
Kiran Challa
6e9a6a2db1
Added new attribute ProducesResponseTypeAttribute to enable ApiExplorer to expose response type and StatusCode.
...
[Fixes #4101 ] StatusCode Metadata
2016-03-30 11:51:58 -07:00
Pranav K
06289945d0
Reacting to CoreCLR package changes
2016-03-22 14:49:43 -07:00
Pranav K
e9b766fe80
Updated missed ifdefs in netstandard conversion
2016-03-01 16:03:05 -08:00
Doug Bunting
f889965929
Simplify `IsAssignableFrom()` use
...
- standardize on the `Type` extension method; less verbiage
- `ModelMetadata` had a redundant `IsAssignableFrom()` call
- `ModelBindingHelper.ValidateBindingContext()` over-engineered and used just once
- do useful bit inline in `KeyValuePairModelBinder` but now a silent "does not apply" case
2016-02-26 21:30:00 -08:00
Ajay Bhargav Baaskaran
028c0fb131
Enabled xml doc generation
2016-02-24 12:19:46 -08:00
N. Taylor Mullen
3be7fbdf9f
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:18:33 -08:00
N. Taylor Mullen
6a6c8ca544
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:17:07 -08:00