This website requires JavaScript.
Explore
Help
Sign In
huahaofeng
/
aspnetcore
Watch
1
Star
0
Fork
You've already forked aspnetcore
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
85cf199ef1
aspnetcore
/
test
/
Microsoft.AspNet.Mvc.Core.Test
History
Ryan Nowak
c17d33154f
Fix for
#617
- ViewResult can be constructed without a view engine
...
We want result types to be constructable without services.
2014-06-27 17:05:09 -07:00
..
ActionResults
…
AntiXsrf
Fix breaks from GetFormAsync, IReadableStringCollection.Keys.
2014-06-26 10:56:56 -07:00
Filters
…
ParameterBinding
Moving model binders from DI to MvcOptions
2014-06-26 21:49:46 -07:00
Properties
…
ReflectedModelBuilder
…
Rendering
Address review comments
2014-06-27 15:56:51 -07:00
ActionAttributeTests.cs
…
ActionExecutorTests.cs
…
ActionSelectionConventionTests.cs
…
ControllerTests.cs
…
DefaultActionSelectorTest.cs
…
DefaultControllerActivatorTest.cs
Adding support for ActivateAttribute via IControllerActivator
2014-06-23 11:00:28 -07:00
DefaultControllerAssemblyProviderTests.cs
…
DefaultControllerFactoryTest.cs
Adding support for ActivateAttribute via IControllerActivator
2014-06-23 11:00:28 -07:00
JsonResultTest.cs
…
KnownRouteValueConstraintTests.cs
…
Microsoft.AspNet.Mvc.Core.Test.kproj
Moving model binders from DI to MvcOptions
2014-06-26 21:49:46 -07:00
MockMvcOptionsAccessor.cs
…
MvcOptionsTests.cs
…
PropertyHelperTest.cs
Unwrap nullable types in PropertyHelper prior to looking up properties
2014-06-27 15:27:51 -07:00
ReflectedActionDescriptorProviderTests.cs
…
ReflectedActionInvokerTest.cs
Adding support for ActivateAttribute via IControllerActivator
2014-06-23 11:00:28 -07:00
StaticActionDiscoveryConventions.cs
…
TestController.cs
…
TypeHelperTest.cs
…
UrlHelperTest.cs
…
ViewComponentTests.cs
…
ViewResultTest.cs
Fix for
#617
- ViewResult can be constructed without a view engine
2014-06-27 17:05:09 -07:00
project.json
…