aspnetcore/test
Ryan Nowak 5b28c06d64
Add prelimianry support for extensions to Razor (#2012)
* Add prelimianry support for extensions to Razor

This PR adds MSBuild insfrastructure to the SDK that can understand
concepts we need to expose to the project, code generator and runtime
like:
- Language version
- Configuration
- Extensions (plugins)

As an example of how this works, I've done the wireup for MVC. This will
now generate assembly attributes in your application that can act as a
source-of-truth for what should be included in runtime compilation, and
it's all based on the project-file. This means that it can be delivered
and configured by packages.

The next step here is to implement a loader for RazorProjectEngine based
on these primitives, and then use it in our CLI tools and MVC.

The next step after that is to expose it in VS and VS4Mac through the
project system.
2018-02-02 17:41:14 -08:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Add MVC support for RazorProjectEngine. 2018-01-25 12:26:11 -08:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test Add MVC support for RazorProjectEngine. 2018-01-25 12:26:11 -08:00
Microsoft.AspNetCore.Razor.Design.Test Add prelimianry support for extensions to Razor (#2012) 2018-02-02 17:41:14 -08:00
Microsoft.AspNetCore.Razor.Language.Test Update RazorProjectEngine to use RazorConfiguration. 2018-01-29 16:08:17 -08:00
Microsoft.AspNetCore.Razor.Runtime.Test Refocus Razor runtime assemblies 2017-12-19 13:26:07 -08:00
Microsoft.AspNetCore.Razor.Test Refocus Razor runtime assemblies 2017-12-19 13:26:07 -08:00
Microsoft.AspNetCore.Razor.Test.Common Add MVC support for RazorProjectEngine. 2018-01-25 12:26:11 -08:00
Microsoft.AspNetCore.Razor.Test.MvcShim Make AspNetCoreSettings actually work 2017-12-28 09:40:21 -08:00
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X Make AspNetCoreSettings actually work 2017-12-28 09:40:21 -08:00
Microsoft.AspNetCore.Razor.Tools.Test Skip flaky test 2018-02-02 16:23:38 -08:00
Microsoft.CodeAnalysis.Razor.Test
Microsoft.CodeAnalysis.Razor.Workspaces.Test Change DefaultTagHelperFactsService to not expect a primary workspace. 2018-02-02 12:02:45 -08:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common Update DefaultRazorEditorFactoryService to be per-workspace. 2018-02-01 14:51:23 -08:00
Microsoft.VisualStudio.Editor.Razor.Test Change DefaultTagHelperFactsService to not expect a primary workspace. 2018-02-02 12:02:45 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.Common Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Update DefaultRazorEditorFactoryService to be per-workspace. 2018-02-01 14:51:23 -08:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor.Test Add Mac implementation of VisualStudioWorkspaceAccessor new APIs. 2018-02-01 14:51:23 -08:00
RazorPageGenerator.Test
testapps Add prelimianry support for extensions to Razor (#2012) 2018-02-02 17:41:14 -08:00
Directory.Build.props