Pranav K
5b805bb12d
Updating to use cli
...
Fixes #3908
2016-02-22 17:49:51 -08:00
Ajay Bhargav Baaskaran
fd6d28d9eb
Make AddControllersAsServices not overwrite existing IControllerTypeProvider
2016-02-17 10:14:31 -08:00
ryanbrandenburg
477e620a6b
* Unignore test
2016-02-03 12:03:03 -08:00
Kiran Challa
f888ced1f2
Updated FormatFilter tests to include Accept header
2016-02-03 09:29:57 -08:00
N. Taylor Mullen
096007b394
Updated `Controller`s `ViewComponent` method to handle arguments.
...
- This bit was missed when changing the `ViewComponent` invocation pattern resulting in the inability to invoke `ViewComponent`s with arguments in a `Controller`.
#4004
2016-02-02 15:42:23 -08:00
Cesar Blum Silveira
50fc0bb140
Reference Microsoft.NETCore.Platforms where necessary.
2016-02-02 14:22:07 -08:00
ryanbrandenburg
2aca8810d3
* Give message correct path.
2016-02-02 11:08:41 -08:00
Doug Bunting
8189d852d1
Remove OSx+Mono skips related to aspnet/External#50
...
- CoreFx worked around the underlying issue
- add `PlatformNormalizer.NormalizeContent()` call in previously-disabled test
2016-01-30 22:51:48 -08:00
Doug Bunting
9e4f4c76cc
Revert "Remove dangling test workarounds for and mentions of closed bugs"
...
This reverts commit d26cc11e13 .
2016-01-30 00:02:57 -08:00
Doug Bunting
efd38a6dd1
Revert "Move aspnet/External#18 comments into `SkipReason`"
...
This reverts commit 5a0fb8551b .
2016-01-30 00:02:36 -08:00
Doug Bunting
61cb916063
Revert "See if a few skips are incorrectly associated w/ aspnet/External#18"
...
This reverts commit 6d3b5f1978 .
2016-01-30 00:00:52 -08:00
Doug Bunting
6d3b5f1978
See if a few skips are incorrectly associated w/ aspnet/External#18
2016-01-29 22:05:12 -08:00
Doug Bunting
5a0fb8551b
Move aspnet/External#18 comments into `SkipReason`
2016-01-29 22:05:12 -08:00
Doug Bunting
d26cc11e13
Remove dangling test workarounds for and mentions of closed bugs
...
- not all aspnet/External#21 workarounds are needed
- no need to work around aspnet/Mvc#2727
2016-01-29 22:05:12 -08:00
jacalvar
7cbb263edb
[ Fixes #3874 ] Null passed as arguments to controller method parameters when no InputFormatter matches
...
* Add an UnsupportedContentType to the ModelState dictionary when no formatter can read the body.
* Add a filter to the pipeline that searches for that specific exception and transforms the response into 415.
2016-01-28 15:46:17 -08:00
Doug Bunting
7446cec516
Update `TagHelperSampleTest` to avoid failures due to statefulness of the service
...
- have one test muted at the moment in our CI
- add `Reset()` action to the service, enabling `// Arrange` to bring `Index()` content to a known state
- add a couple more tests to `TagHelperSampleTest` covering the new action and empty `Index()` list
nits:
- use `ViewData`, not `ViewBag`
2016-01-26 10:50:51 -08:00
Pavel Krymets
79eb0138c7
Migrate to using System.Runtime.Loader.AssemblyLoadContext
2016-01-26 10:22:25 -08:00
N. Taylor Mullen
25eb50120e
Update ASP.NET 5 versions for ASP.NET Core.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:40:26 -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