aspnetcore/test
Ryan Nowak cf6662d0c3 Partial fix for #3676 - fix race in ElementMetadata
The accessor for ElementMetadata can sometimes return null when
concurrently accessed.

This change solves this issue and simplified a bunch of lazy-computed
properties, by precomputing all type-related facets of ModelMetadata.

This also adds a ElementType property to ModelMetadata to maintain
the current separation of concerns as ModelMetadata is unaware of the
metadata provider.
2015-12-09 08:21:18 -08:00
..
Microsoft.AspNet.Mvc.Abstractions.Test Partial fix for #3676 - fix race in ElementMetadata 2015-12-09 08:21:18 -08:00
Microsoft.AspNet.Mvc.ApiExplorer.Test
Microsoft.AspNet.Mvc.Core.Test Add test coverage for Flags enum binding 2015-12-07 17:18:06 -08:00
Microsoft.AspNet.Mvc.Cors.Test Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
Microsoft.AspNet.Mvc.DataAnnotations.Test
Microsoft.AspNet.Mvc.Formatters.Json.Test
Microsoft.AspNet.Mvc.Formatters.Xml.Test
Microsoft.AspNet.Mvc.FunctionalTests React to routing cleanup 2015-12-07 13:08:13 -08:00
Microsoft.AspNet.Mvc.IntegrationTests React to changes to FormFile 2015-12-04 20:40:39 +01:00
Microsoft.AspNet.Mvc.Localization.Test Move logic from `HtmlLocalizer` to `LocalizedHtmlString` 2015-12-02 18:39:37 -08:00
Microsoft.AspNet.Mvc.Razor.Host.Test Dispose FileWatcher, MvcRazorHost, and ChunkTree 2015-12-02 13:07:45 -08:00
Microsoft.AspNet.Mvc.Razor.Test Reacting to Diagnostics changes 2015-12-08 15:10:59 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test Reacting to verbose rename 2015-12-07 14:50:54 -08:00
Microsoft.AspNet.Mvc.Test Remove dependency on ICompilationOptionsProvider 2015-12-07 12:29:52 -08:00
Microsoft.AspNet.Mvc.TestCommon
Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNet.Mvc.ViewFeatures.Test React to routing cleanup 2015-12-07 13:08:13 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest
WebSites React to routing cleanup 2015-12-07 13:08:13 -08:00