Pranav K
|
c5a5ba1fee
|
Add support for updateable ActionDescriptorCollection
Fixes #5350
|
2016-11-17 10:08:38 -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 |
Doug Bunting
|
19e6fb5719
|
MVC functional test cleanup part 1
- #3612 (subpart 1 of 2)
- delete six sites and associated tests entirely
- `ActionResultsWebSite`
- `ActivatorWebSite`
- `ControllerDiscoveryConventionsWebSite`
- `LoggingWebSite`
- `LowercaseUrlsWebSite`
- `ModelBindingWebSite`, now covered in integration tests
- remove now-unused `FilteredDefaultAssemblyProviderFixture`, `LoggingAssert` and `LoggingExtensions`
- move six test web sites into `./samples`
- `CustomRouteWebSite` -> `CustomRouteSample.Web`
- `FormatFilterWebSite` -> `FormatFilterSample.Web`
- `InlineConstraintsWebSite` -> `InlineConstraintSample.Web` (now singular)
- `JsonPatchWebSite` -> `JsonPatchSample.Web`
- `LocalizationWebSite` -> `LocalizationSample.Web`
- `RazorEmbeddedViewsWebSite` -> `EmbeddedViewSample.Web` (no longer "Razor" and now singular)
- do some cleanup: remove test dependencies, shorten sample controller names, use more attribute routing
- correct "license" spelling in `ApplicationModelWebSite`
|
2015-12-11 13:13:41 -08:00 |
N. Taylor Mullen
|
64e726d2b2
|
Update LICENSE.txt and license header on files.
|
2015-05-01 13:55:25 -07:00 |
Yishai Galatzer
|
bcbbc58515
|
Api cleanup (remove List and Dictionary in favor of IList and IDictionary)
from the public surface copy header values on registration.
Make a copy of the mediatypeheader value in FormatterMappings so it's
really immutable.
|
2015-02-16 18:19:55 -08:00 |
sornaks
|
d2c3985cd6
|
Issue #1445 - Cleanup on MvcOptions.ApplicationModelConventions.
|
2015-02-10 13:17:19 -08:00 |
Ajay Bhargav Baaskaran
|
8e85d53c88
|
Provided a way to add data to ActionDescriptor from ApplicationModel.
- Added Properties to Action, Controller and Application model
- Added relevant tests
|
2015-01-26 15:20:02 -08:00 |