aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Ryan Nowak ed8ba5ae9c Fix for #1194 - Error using [HttpPost] and [Route] together
This change enables some compatibility scenarios with MVC 5 by expanding
the set of legal ways to configure attribute routing. Most promiently, the
following example is now legal:

[HttpPost]
[Route("Products")]
public void MyAction() { }

This will define a single action that accepts POST on route "Products".

See the comments in #1194 for a more detailed description of what changed
with more examples.
2014-11-19 15:52:20 -08:00
..
ActionResults Fix #1502 - Remove duplicate unit tests 2014-11-04 13:30:15 -08:00
AntiXsrf
ApplicationModel Fix for #1194 - Error using [HttpPost] and [Route] together 2014-11-19 15:52:20 -08:00
Description update due to breaking changes in routing 2014-11-18 12:37:47 -08:00
Filters Adding functional tests for Filters. 2014-10-31 08:36:31 -07:00
Formatters
Internal
Logging renaming TraceType to LogLevel 2014-11-06 09:24:02 -08:00
OptionDescriptors Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
ParameterBinding
Properties
Rendering Per PR discussion 2014-11-12 21:56:11 -08:00
Routing update due to breaking changes in routing 2014-11-18 12:37:47 -08:00
TestFiles
Utils
ViewComponents Fix for #1052 - ViewComponents should support fully qualified names 2014-10-29 17:34:01 -07:00
ActionExecutorTests.cs TODO removal part 1 - ActionExecutorTests 2014-10-28 12:54:14 -07:00
BodyModelBinderTests.cs Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
ControllerActionDescriptorProviderTests.cs Fix for #1194 - Error using [HttpPost] and [Route] together 2014-11-19 15:52:20 -08:00
ControllerActionInvokerTest.cs
ControllerTests.cs Fix to special case Dispose method to be treated as non-action 2014-11-12 14:52:19 -08:00
CopyOnWriteDictionaryTest.cs
DefaultActionSelectorSelectAsyncValuesTest.cs
DefaultActionSelectorTests.cs Fix for breaking API change from routing 2014-10-31 18:23:19 -07:00
DefaultAssemblyProviderTests.cs
DefaultControllerActivatorTest.cs Adjust tests to handle new `ViewDataDictionary` invariants 2014-10-29 19:18:59 -07:00
DefaultControllerFactoryTest.cs
DefaultInputFormatterSelectorTests.cs
DefaultViewComponentActivatorTests.cs Adjust tests to handle new `ViewDataDictionary` invariants 2014-10-29 19:18:59 -07:00
HttpMethodProviderAttributesTests.cs
InputObjectBindingTests.cs
JsonResultTest.cs Fix #1370 - Always use the provided formatter in JsonResult 2014-10-31 14:30:31 -07:00
KnownRouteValueConstraintTests.cs
MediaTypeWithQualityHeaderValueTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj Regenerate .kproj files 2014-11-04 22:41:53 -08:00
MockMvcOptionsAccessor.cs
MvcOptionsTests.cs
MvcRouteHandlerTests.cs Revert "Fix for MVC #1539 - Deal with the case where request services are not set" 2014-11-17 18:33:56 -08:00
PropertyHelperTest.cs
RequireHttpsAttributeTests.cs
RouteDataActionConstraintTest.cs
RouteTemplateProviderAttributesTests.cs
StaticAssemblyProvider.cs
StaticControllerModelBuilder.cs
TestController.cs
TestGlobalFilterProvider.cs
TypeHelperTest.cs
UrlHelperTest.cs Fix #1502 - Remove duplicate unit tests 2014-11-04 13:30:15 -08:00
ViewComponentTests.cs Adjust tests to handle new `ViewDataDictionary` invariants 2014-10-29 19:18:59 -07:00
ViewDataDictionaryOfTModelTest.cs More `ViewDataDictionary` tests 2014-10-29 19:19:09 -07:00
ViewDataDictionaryTest.cs More `ViewDataDictionary` tests 2014-10-29 19:19:09 -07:00
project.json