aspnetcore/test/WebSites
Pranav K 042c833145
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 11:40:23 -07:00
..
ApiExplorerWebSite Change DefaultApiConventions (#7939) 2018-06-25 08:24:30 -07:00
ApplicationModelWebSite
BasicWebSite Razor runtime compilation produces errors if running on a shared runtime that's rolled forward 2018-06-29 11:40:23 -07:00
ControllersFromServicesClassLibrary
ControllersFromServicesWebSite
CorsWebSite
ErrorPageMiddlewareWebSite
FSharpWebSite
FilesWebSite
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
RazorBuildWebSite.PrecompiledViews
RazorBuildWebSite.Views
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
VersioningWebSite
WebApiCompatShimWebSite
XmlFormattersWebSite
Directory.Build.props Upgrade to netcoreapp22 2018-05-08 10:51:17 -07:00