aspnetcore/test/WebSites
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
..
ApiExplorerWebSite Change DefaultApiConventions (#7939) 2018-06-25 08:24:30 -07:00
ApplicationModelWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
BasicWebSite Razor runtime compilation produces errors if running on a shared runtime that's rolled forward 2018-06-29 13:55:22 -07:00
ControllersFromServicesClassLibrary Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
ControllersFromServicesWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
CorsWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
ErrorPageMiddlewareWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
FSharpWebSite Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
FilesWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
FormatterWebSite Fix ActionMethodExecutor incorrectly setting DeclaredType on ObjectResult 2018-05-18 10:43:28 -07:00
HtmlGenerationWebSite Fix up a few pieces for the fallback integrity check feature. 2018-06-20 16:10:52 -07:00
RazorBuildWebSite ApplicationPartFactory: The works 2018-03-21 15:40:15 -07:00
RazorBuildWebSite.PrecompiledViews ApplicationPartFactory: The works 2018-03-21 15:40:15 -07:00
RazorBuildWebSite.Views ApplicationPartFactory: The works 2018-03-21 15:40:15 -07:00
RazorPagesClassLibrary Fix test failures 2018-04-15 16:31:41 -07:00
RazorPagesWebSite Allow IgnoreAntiForgeryToken applied on Razor Page models to work 2018-06-13 11:59:47 -07:00
RazorWebSite DataAnnotations of Enum values use DataAnnotationLocalizerProvider 2018-05-25 16:00:00 -07:00
RoutingWebSite Add support for conventional routes with dispatching (#7928) 2018-06-20 09:02:52 +12:00
SecurityWebSite Add compatibility switch controlling parameter metadata and top-level validation 2018-03-26 12:29:04 -07:00
SimpleWebSite Removed UrlTestEncoder references in tests 2018-04-14 06:08:20 -07:00
TagHelpersWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
VersioningWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
WebApiCompatShimWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
XmlFormattersWebSite Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
Directory.Build.props Upgrade to netcoreapp22 2018-05-08 10:51:17 -07:00