aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
sornaks 53379e4395 Issue #1206 - DefaultBodyModelValidator throws if get accessor throws.
Fix: The MvcOptions takes in a list of ExcludeFromValidationDelegate (Func<Type,bool>). This func verifies if the type is excluded in validation or not.
2014-10-16 16:09:30 -07:00
..
ActionResults [Fixes #1201] Handle virtual paths in FilePathResult 2014-10-16 13:05:55 -07:00
AntiXsrf React to options and hosting changes 2014-10-14 19:20:28 -07:00
ApplicationModel
Description [Fixes #885] API Explorer: Link Generation 2014-10-13 15:20:38 -07:00
Filters
Formatters [Fixes #1216] Provide a property on JsonOutputFormatter to set serializer settings 2014-10-15 09:27:09 -07:00
Internal IServiceProvider.GetService now returns null for missing services 2014-10-16 14:51:34 -07:00
Logging updating ILogger, see aspnet/Logging#3 2014-10-14 10:25:01 -07:00
OptionDescriptors React to options and hosting changes 2014-10-14 19:20:28 -07:00
ParameterBinding [Fixefor #860]- Adding Support for [FromFormData] [FromQuery] and [FromRoute], 2014-10-16 10:20:15 -07:00
Properties
Rendering Add `DefaultEditorTemplates.MultilineTemplate` 2014-10-16 15:14:12 -07:00
Routing React to options and hosting changes 2014-10-14 19:20:28 -07:00
TestFiles [Fixes #1201] Handle virtual paths in FilePathResult 2014-10-16 13:05:55 -07:00
Utils
ViewComponents
ActionAttributeTests.cs Rename IControllerAssemblyProvider to IAssemblyProvider and follow through resultant renames 2014-10-11 13:26:07 -07:00
ActionExecutorTests.cs
BodyModelBinderTests.cs Issue #1206 - DefaultBodyModelValidator throws if get accessor throws. 2014-10-16 16:09:30 -07:00
ControllerActionDescriptorProviderTests.cs React to options and hosting changes 2014-10-14 19:20:28 -07:00
ControllerActionInvokerTest.cs [Fixefor #860]- Adding Support for [FromFormData] [FromQuery] and [FromRoute], 2014-10-16 10:20:15 -07:00
ControllerTests.cs
CopyOnWriteDictionaryTest.cs
DefaultActionDiscoveryConventionsActionSelectionTests.cs Rename IControllerAssemblyProvider to IAssemblyProvider and follow through resultant renames 2014-10-11 13:26:07 -07:00
DefaultActionDiscoveryConventionsTests.cs [Fixes #809] Multiple [Http*] verbs should create multiple actions 2014-10-13 15:25:53 -07:00
DefaultActionSelectorSelectAsyncValuesTest.cs
DefaultActionSelectorTests.cs updating ILogger, see aspnet/Logging#3 2014-10-14 10:25:01 -07:00
DefaultAssemblyProviderTests.cs Rename IControllerAssemblyProvider to IAssemblyProvider and follow through resultant renames 2014-10-11 13:26:07 -07:00
DefaultControllerActivatorTest.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
DefaultControllerFactoryTest.cs
DefaultInputFormatterSelectorTests.cs
DefaultViewComponentActivatorTests.cs IServiceProvider.GetService now returns null for missing services 2014-10-16 14:51:34 -07:00
HttpMethodProviderAttributesTests.cs
InputObjectBindingTests.cs [Fixefor #860]- Adding Support for [FromFormData] [FromQuery] and [FromRoute], 2014-10-16 10:20:15 -07:00
JsonResultTest.cs [Fixes #1216] Provide a property on JsonOutputFormatter to set serializer settings 2014-10-15 09:27:09 -07:00
KnownRouteValueConstraintTests.cs
MediaTypeWithQualityHeaderValueTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj
MockMvcOptionsAccessor.cs React to options and hosting changes 2014-10-14 19:20:28 -07:00
MvcOptionsTests.cs
MvcRouteHandlerTests.cs IServiceProvider.GetService now returns null for missing services 2014-10-16 14:51:34 -07:00
PropertyHelperTest.cs
RequireHttpsAttributeTests.cs
RouteDataActionConstraintTest.cs
RouteTemplateProviderAttributesTests.cs
StaticActionDiscoveryConventions.cs
StaticAssemblyProvider.cs Rename IControllerAssemblyProvider to IAssemblyProvider and follow through resultant renames 2014-10-11 13:26:07 -07:00
TestController.cs
TestGlobalFilterProvider.cs
TypeHelperTest.cs
UrlHelperTest.cs React to options and hosting changes 2014-10-14 19:20:28 -07:00
ViewComponentTests.cs
ViewDataDictionaryTest.cs
project.json