aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
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
..
compiler/resources Added functional tests for MVC. 2014-05-28 12:46:41 -07:00
BasicTests.cs Cache action descriptor providers and provide a race safe data structure to get the version. 2014-06-06 15:19:30 -07:00
HttpResponseHelpers.cs Added functional tests for MVC. 2014-05-28 12:46:41 -07:00
Microsoft.AspNet.Mvc.FunctionalTests.kproj Added functional tests for MVC. 2014-05-28 12:46:41 -07:00
ResourceHelpers.cs Added functional tests for MVC. 2014-05-28 12:46:41 -07:00
TestApplicationEnvironment.cs Added functional tests for MVC. 2014-05-28 12:46:41 -07:00
project.json Added functional tests for MVC. 2014-05-28 12:46:41 -07:00