aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Yishai Galatzer 6d78f8adb3 Cache action descriptor providers and provide a race safe data structure to get the version.
The default implementation has a safe race, and does not allow for action description addition at runtime.

It can be replaced with an implementation that can reload.

Consumers of the new service that do extra caching are now responsible to look at the version and change the implementation.
2014-06-06 15:19:30 -07:00
..
ActionResults fix a build break due to api change 2014-06-06 11:06:41 -07:00
AntiXsrf
Filters
Properties
Rendering
ActionAttributeTests.cs Cache action descriptor providers and provide a race safe data structure to get the version. 2014-06-06 15:19:30 -07:00
ActionExecutorTests.cs
ActionSelectionConventionTests.cs Cache action descriptor providers and provide a race safe data structure to get the version. 2014-06-06 15:19:30 -07:00
ControllerTests.cs
DefaultActionSelectorTest.cs Cache action descriptor providers and provide a race safe data structure to get the version. 2014-06-06 15:19:30 -07:00
DefaultControllerAssemblyProviderTests.cs
DefaultControllerFactoryTest.cs
JsonResultTest.cs
Microsoft.AspNet.Mvc.Core.Test.kproj
PropertyHelperTest.cs
ReflectedActionInvokerTest.cs
TestController.cs
TypeHelperTest.cs
UrlHelperTest.cs changing to use list instead of stack 2014-06-06 10:49:58 -07:00
ViewComponentTests.cs
ViewResultTest.cs
project.json