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
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
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
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
SimpleWebSite
TagHelpersWebSite
VersioningWebSite
WebApiCompatShimWebSite
XmlFormattersWebSite
Directory.Build.props