aspnetcore/test
Pranav K 7f2a64e32b
Razor runtime compilation produces errors if running on a shared runtime that's rolled forward
Do not provide compilation references from runtime MVC assemblies. This avoids cases where the app is compiled
against an older MVC but running against a newer one (e.g. shared fx roll forward) resulting in compiling against multiple
versions of MVC assemblies

Fixes #7969
2018-06-29 13:55:22 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test
Microsoft.AspNetCore.Mvc.Analyzers.Experimental.Test Ensure analyzer package is referenced by Microsoft.AspNetCore.Mvc 2018-06-19 16:11:47 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test Change DefaultApiConventions (#7939) 2018-06-25 08:24:30 -07:00
Microsoft.AspNetCore.Mvc.Core.Test Reacting to Routing repo's EndpointFinder changes 2018-06-28 12:40:04 -07:00
Microsoft.AspNetCore.Mvc.Core.TestCommon
Microsoft.AspNetCore.Mvc.Cors.Test
Microsoft.AspNetCore.Mvc.DataAnnotations.Test
Microsoft.AspNetCore.Mvc.Formatters.Json.Test
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test
Microsoft.AspNetCore.Mvc.FunctionalTests Work around `CryptographicException`s thrown in some full framework test runs 2018-06-28 15:52:19 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests
Microsoft.AspNetCore.Mvc.Localization.Test
Microsoft.AspNetCore.Mvc.Razor.Test Fix up error message when compilation references are missing 2018-06-18 09:20:08 -07:00
Microsoft.AspNetCore.Mvc.RazorPages.Test Allow IgnoreAntiForgeryToken applied on Razor Page models to work 2018-06-13 11:59:47 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Fix up a few pieces for the fallback integrity check feature. 2018-06-20 16:10:52 -07:00
Microsoft.AspNetCore.Mvc.Test Ensure analyzer package is referenced by Microsoft.AspNetCore.Mvc 2018-06-19 16:11:47 -07:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures.Test
Microsoft.AspNetCore.Mvc.Views.TestCommon
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest
Mvc.Analyzers.Test Shorten names so MVC repo can be cloned on Windows benchmarks server 2018-06-27 14:33:31 -07:00
WebSites Razor runtime compilation produces errors if running on a shared runtime that's rolled forward 2018-06-29 13:55:22 -07:00
Directory.Build.props Remove `xUnit1026` workaround in test projects 2018-06-08 15:24:36 -07:00
MvcTests.ruleset