aspnetcore/test
N. Taylor Mullen 1d602d1205 Add host project system for VS4Mac.
- Tied into VS4Macs ProjectExtensions in order to bootstrap our Razor world.
- We currently watch all DotNet projects with the expectation that they're the only ones that can potentially turn into Razor compatible projects.
- Added a fallback Razor project host which is used for pre-Razor SDK Razor versions (< 2.1).
- Added a default Razor project host which consumes all MSBuild data from the users packages and sets up the Razor world accordingly.
- Had to modify some existing contracts to work better with new expectations. one of these was the VS4Mac specific Workspace accessor; essentially we needed to be able to lookup a workspace from a solution.
- Some of our previous expectations about addins were wrong (not being able to directly reference your libraries). To avoid using reflection to bootstrap our types I tried out directly referencing our libraries and all worked fine.
- Refactored the DefaultRazorProjectHost in windows (since we had to in Mac) for testing purposes.

#2081
2018-03-13 15:31:45 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Don't add the tag helper provider by default 2018-03-08 15:41:34 -08:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test Don't add the tag helper provider by default 2018-03-08 15:41:34 -08:00
Microsoft.AspNetCore.Razor.Design.Test Avoid generating RelatedAssemblyAttribute when RazorSdk isn't in play 2018-03-13 13:54:02 -07:00
Microsoft.AspNetCore.Razor.Language.Test - Updated naming for methods to be more intuitive. 2018-03-09 18:18:16 -08:00
Microsoft.AspNetCore.Razor.Runtime.Test Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
Microsoft.AspNetCore.Razor.Test Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
Microsoft.AspNetCore.Razor.Test.Common Merge pull request #2061 from aspnet/artakm/RestrictChildrenComments 2018-03-12 11:17:57 -07:00
Microsoft.AspNetCore.Razor.Test.MvcShim Generate application part attributes 2018-03-09 14:36:55 -08:00
Microsoft.AspNetCore.Razor.Test.MvcShim.ClassLib PreserveCompilationContext needs to be set only if a project has any Razor files 2018-02-28 11:45:20 -08:00
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X Don't add the tag helper provider by default 2018-03-08 15:41:34 -08:00
Microsoft.AspNetCore.Razor.Tools.Test Skip test correctly 2018-03-06 17:47:43 -08:00
Microsoft.CodeAnalysis.Razor.Test Don't add the tag helper provider by default 2018-03-08 15:41:34 -08:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test Merge branch 'rel/vs15.7' into dev 2018-03-05 22:58:07 -08:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
Microsoft.VisualStudio.Editor.Razor.Test Merge branch 'rel/vs15.7' into dev 2018-03-08 15:49:01 -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 Add host project system for VS4Mac. 2018-03-13 15:31:45 -07:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor.Test Add host project system for VS4Mac. 2018-03-13 15:31:45 -07:00
RazorPageGenerator.Test Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
testapps Generate application part attributes 2018-03-09 14:36:55 -08:00
Directory.Build.props